21 lines
762 B
Markdown
21 lines
762 B
Markdown
Related Resources
|
|
=================
|
|
|
|
{{#include ../links.md}}
|
|
|
|
Other online documentation resources for Rhai:
|
|
|
|
* [`crates.io`](https://crates.io/crates/rhai/) - Rhai crate
|
|
|
|
* [`DOCS.RS`](https://docs.rs/rhai) - Rhai API documentation
|
|
|
|
* [`LIB.RS`](https://lib.rs/crates/rhai) - Rhai library info
|
|
|
|
* [Online Playground][playground] - Run scripts directly from editor
|
|
|
|
Other cool projects to check out:
|
|
|
|
* [ChaiScript](http://chaiscript.com/) - A strong inspiration for Rhai. An embedded scripting language for C++ that I helped created many moons ago, now being led by my cousin.
|
|
|
|
* Check out the list of [scripting languages for Rust](https://github.com/rust-unofficial/awesome-rust#scripting) on [awesome-rust](https://github.com/rust-unofficial/awesome-rust)
|