31 lines
903 B
Markdown
31 lines
903 B
Markdown
Related Resources
|
|
=================
|
|
|
|
{{#include ../links.md}}
|
|
|
|
|
|
Online Resources for Rhai
|
|
-------------------------
|
|
|
|
* [GitHub](https://github.com/jonathandturner/rhai) - Home repository
|
|
|
|
* [`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
|
|
|
|
* [Discord Chat](https://discord.gg/HquqbYFcZ9) - Rhai channel
|
|
|
|
* [Reddit](https://www.reddit.com/r/Rhai) - Rhai community
|
|
|
|
|
|
Other Cool Projects
|
|
-------------------
|
|
|
|
* [ChaiScript](http://chaiscript.com) - A strong inspiration for Rhai. An embedded scripting language for C++.
|
|
|
|
* 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)
|