|
Details
NaaLaa doesn't compile your programs to machine code. Instead, it compiles to
instructions that can be interpreted by the NaaLaa virtual machine (vm). But don't
worry, the vm is pretty fast. The vm and the compiled program are merged into a
single executable file.
NaaLaa does not use OpenGL or DirectX. It uses software rendering
for both 2D and 3D graphics.
Audiere is used for music and sound. This means you've got to include the Audiere
DLL with the programs you make. This DLL is included in the naalaa package.
|