https://github.com/griiimon/pseudo-sandboxed-gdscript
https://github.com/griiimon/pseudo-sandboxed-gdscript
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/griiimon/pseudo-sandboxed-gdscript
- Owner: Griiimon
- License: mit
- Created: 2024-05-25T20:07:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T05:12:32.000Z (about 1 year ago)
- Last Synced: 2024-06-05T06:28:55.051Z (about 1 year ago)
- Language: GDScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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