#scripting-language #scripting #language #dynamic

dynamite

A language-agnostic scripting solution for Rust programs

1 unstable release

0.0.1 Feb 22, 2021

#209 in #scripting-language

21 downloads per month

Custom license

13KB
220 lines

dynamite

Crates.io Docs.rs Katharos License

Dynamite is a language-agnostic scripting system for the Rust programming language. Dynamite makes it easy to integrate scripting languages into your Rust program and is special in the way that it orchestrates communication not only between the host program and the scripting languages, but also allows each scripting language to interact with data in the other scripting languages as well.

Dynamite is not currently usable, but is being developed as a component for the Arsenal game engine.


lib.rs:

Dynamite is a language-agnostic scripting system for the Rust programming language. Dynamite makes it easy to integrate scripting languages into your Rust program and is special in the way that it orchestrates communication not only between the host program and the scripting languages, but also allows each scripting language to interact with data in the other scripting languages as well.

Dynamite is not currently usable, but is being developed as a component for the Arsenal game engine.

Dependencies

~2.5MB
~61K SLoC