The MASM Forum

64 bit assembler => 64 bit assembler. Conceptual Issues => Topic started by: daydreamer on January 07, 2018, 07:17:32 PM

Title: any directx3d and obj asm library yet for masm64?
Post by: daydreamer on January 07, 2018, 07:17:32 PM
it would be nice if there is a d3d library, parts of masm oop also nice to have together with directx coding, but its probably easy to make the best functions self
wasnt directx c header files converted somehow to directx.inc with help of a script and you added a macro for handle directx indirect calls

but earlier macros for masm32 for easier translate C++ directx code wouldnt be so hard to make?
those include you can use float instead of real4 ,customvertex and groups of data
verticessky CUSTOMVERTEX <0.0f , 0.0f, 1.0f, 1.0f,0.0f,0.0f>,\     
                            <640.0f , 0.0f , 1.0f,1.0f, 1.0f,0.0f>,\
                            <0.0f  , 500.0f , 1.0f,1.0f, 0.0f, 1.0f>,\
                            <640.0f,500.0f,1.0f,1.0f,1.0f,1.0f>


Title: Re: any directx3d and obj asm library yet for masm64?
Post by: hutch-- on January 07, 2018, 10:20:10 PM
 :biggrin:

Feel free to start translating it and writing the code.  :P
Title: Re: any directx3d and obj asm library yet for masm64?
Post by: johnsa on January 09, 2018, 08:22:52 PM
This exact job is on my radar for UASM, to translate all the DX headers to INC files using UASM COM interface syntax.. fun times :)