Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DirectX with VB.NET

Tags:

directx

Is there a set of documentation on DirectX (9 or above) that shows the objects, methods, properties, events and samlple code for the use of DirectX (9 or above) with VB.NET? The most recent SDK includes details for C++ and the "Windows DiectX Graphics documentation" file doesn't contain these details.

like image 418
IanG Avatar asked Apr 08 '26 15:04

IanG


1 Answers

I think the most sane idea here is to use SlimDX (a user mantained very good wrapper). Cause remember that Managed DirectX is NO LONGER supported or updated by microsoft. (the support stopped years ago)

http://slimdx.org/

Go take a look at it. It support till DirectX11.

like image 184
feal87 Avatar answered Apr 13 '26 05:04

feal87