diff options
author | Chris Xiong <chirs241097@gmail.com> | 2015-10-08 22:45:05 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2015-10-08 22:45:05 +0800 |
commit | d3b7682aedf3083bbb3b6ed17b226b97d0171c15 (patch) | |
tree | 8d82016ddb867ab5f1b75557ded1dd17bb9661f1 /Readme | |
parent | 0b049c3ea601a7ea6dc441db73af7a5bd75c834a (diff) | |
download | bullet-lab-remix-d3b7682aedf3083bbb3b6ed17b226b97d0171c15.tar.xz |
Add more VM functions.
The VM now seems complete...
Next: the plugin system!
Diffstat (limited to 'Readme')
-rw-r--r-- | Readme | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,13 +1,10 @@ This text is encoded in UTF-8. This file is mainly about BulletLabRemix II. BulletLabRemix III is still under -heavy development and can be found in the 'src' directory. The script virtual -machine is still incomplete and is not enabled. The current version is extremely -primitive and is only for testing/debugging purpose. +heavy development and can be found in the 'src' directory. The implementation +of the script virtual machine is mostly complete, although many functions are +still unimplemented. -There was a old testbed version with virtual machine enabled and 3D first-person -view implemented. Please contact me or check chirs241097.xicp.net/BulletLabRemix -/public/BLRScriptTestbed/ (likely to be offline) if you want to get a copy. BulletLabRemix II readme |