https://github.com/emik03/emik.rhainterop
Bridge between Rhai and C#. Allows you to invoke and receive values from scripts.
https://github.com/emik03/emik.rhainterop
Last synced: 2 months ago
JSON representation
Bridge between Rhai and C#. Allows you to invoke and receive values from scripts.
- Host: GitHub
- URL: https://github.com/emik03/emik.rhainterop
- Owner: Emik03
- License: mpl-2.0
- Created: 2022-11-22T22:22:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T10:51:30.000Z (over 1 year ago)
- Last Synced: 2025-02-26T06:35:46.034Z (over 1 year ago)
- Language: C#
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Emik.Rhainterop
[](https://www.nuget.org/packages/Emik.Rhainterop)
[](https://github.com/Emik03/Emik.Rhainterop/blob/main/LICENSE)
Adds the Rhai scripting language by adding types that handle FFI communication to a compiled Rust binary.
This project has a dependency to [Emik.Morsels](https://github.com/Emik03/Emik.Morsels), if you are building this project, refer to its [README](https://github.com/Emik03/Emik.Morsels/blob/main/README.md) first.
---
- [Contribute](#contribute)
- [License](#license)
---
## Contribute
Issues and pull requests are welcome to help this repository be the best it can be.
## License
This repository falls under the [MPL-2 license](https://www.mozilla.org/en-US/MPL/2.0/).