|
|||||||
| |
|
VMBasic (once called ScriptVM)
its a virtual machine written in PureBasic that execute a byte-code program.
The syntax is similar to basic languages. VMBasic creates also very small
stand-alone executables: the size of VM basic runtime header is 19 kb
and the virtual code is strongly packed. VMBasic can access to all functions
of Win32 API and external dll user libraries. Last version has been quite
improved: up to 5 types of variables, arrays up to 4 types and 16 dimensions,
procedures with full recurrence up to 16 parameters, 235 native commands,
6488 API commands, and 6112 constants, 23 libraries. VMBasic have internal
motion detection commands to make interactive games for your webcam, sprite
commands based on DirectX to make any 2D game (2D drawing, joystick, animation
and sound support), network commands to make online games. VMBasic has
a proper sprite editor. It support all Win32 API functions, and external
DLL user libraries can be used with UseLibrary command. Many fixes have
been done and now the language appears faster. The author is constantly
developing and improving VMBasic. Pretty language yet very simple. Take
a look at it. Windows |
|||||
| |
|||||||