Closed
Description
The idea is to make a playground for Rhai scripts that runs in a web browser which can showcase the features of the Rhai scripting language. It might also be possible for others to repurpose it as a Rhai script editor.
I've started an attempt on https://github.com/alvinhochun/rhai-playground, but I am not making any promises.
The master branch gets automatically built and deployed to: https://alvinhochun.github.io/rhai-playground-unstable/
I might irregularly upload specific builds to: https://alvinhochun.github.io/rhai-demo/
Wish list (not a roadmap or to-do list):
- Ability to run Rhai scripts
- Proper syntax handling for Rhai scripts
- Real-time AST compilation with error reporting (already works though pretty limited)
- Integration with the book (embedding is now possible)
- REPL
- Autocomplete list for built-in packages
- Provide more fancy IDE-like features
- Engine settings
- Custom modules
- Heuristically guess variable types?
- Debugging
Metadata
Metadata
Assignees
Labels
No labels