An open API service indexing awesome lists of open source software.

https://github.com/griiimon/pseudo-sandboxed-gdscript


https://github.com/griiimon/pseudo-sandboxed-gdscript

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

Pseudo-Sandboxed-GDScript
======

## Todo

- [ ] Fix leaked objects
- [ ] Recursive functions
- [ ] Static variables
- [x] Attach VirtualScript to nodes
- [ ] Access `SceneTree` from VirtualScript
- [ ] Make VirtualScript and sub classes `Resource` so its current state can be saved easily
- [ ] Loops
- [ ] Nested function calls
- [ ] Max Instructions / Execution time hook
- [ ] GDScript constants PI, TAU.. ?
- [ ] Declare and assign Variable inline
- [ ] Break keyword
- [ ] Parse script functions