Skip to content

Rhai playground (using WebAssembly) #169

Closed
@alvinhochun

Description

@alvinhochun

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions