-
Notifications
You must be signed in to change notification settings - Fork 0
Upcoming Features
mailmindlin edited this page Sep 25, 2014
·
1 revision
Here are some features that I'm currently working on implementing:
- Better Emulator
- Currently, each block, when called, just gets redirected to a function in the code, which is not very efficient in terms of speed. I am working on an emulator to convert the code into pure JS, which will be made even faster with the Google JS Compiler. This could increase emulation speed by at least 20%, and increase portability accross computers and stuff.
- Plugins
- What if you could easily define your own blocks? I have been building up a nice API for plugins, so you can make your own blocks. After I tweak it a bit, this won't be hard to do.
- Random Name Generator
- The feature on this page that will probably be implemented first (I'm aiming at ɑ1.6.0). All generated stacks start out with the same name, but this can't happen in computer programming, and it produces weird problems. Now you can instantiate your stacks with names such as
purpleUnicorn()
orannoyingFoo()
. - Objects
- The main feature of this project is...hard to show graphically. I have some ideas, but this seems like a ways off, and a lot of fiddling with JS/CSS stuff.