Archived in favor of https://github.com/coderedart/luaegui
we provide a basic live version at coderedart.github.io/rhai_egui
if you want to try this offline, clone the repo and:
- native. just do
cargo run
to run it. - web. just run
trunk serve
and openlocalhost:8080
in the browser.
you can try changing text that gets logged at a warn
level in console on web / terminal on native and see the changes live.