Page 4 of 4

Posted: Fri May 04, 2007 5:03 am
by AndrewAPrice
We need to bring assembly back to the masses. Maybe create a fully assembly IDE for NASM and FASM, with a built in game library to load 3D models and support for 3D audio (and a few starter kits) that directly accesses the hardware on most popular graphics cards for raw speed, alternative non-bloated Windows API libraries annnnnnnnd built in IntelliSense.

How many developers could refuse that?

Posted: Fri May 04, 2007 6:45 am
by Solar
MessiahAndrw wrote:We need to bring assembly back to the masses. (...) ...directly accesses the hardware on most popular graphics cards for raw speed...
You mean, having to write your own driver code using the excellent hardware documentation generously provided by ATI and nVidia, as opposed to C/C++ coders who get to use DirectX with a well-documented API for which those chips (and the supplied drivers) were designed?

8)