Hi everyone!
I've created a public repository with a set of Flecs Rust examples to help me learn. Some are better than others, but they all compile and produce expected output. Also, each example is self-contained, fully annotated, and designed to be run with cargo run; I made them in my Obsidian Notebook with the Obsidian Plugin to execute code in a note..
Topics include:
Basic movement & relationships
Prefabs, inheritance, and slots
Observers, monitors, and hooks
Queries with variables
Reflection, serialization, and persistence
State machines via enums
And so on...
I plan to keep adding, and refining them, as I go along.
Check it out here: https://github.com/Austin-Routt/flecs-rust-examples/tree/main
Thank you for creating these Rust Bindings!
Hi everyone!
I've created a public repository with a set of Flecs Rust examples to help me learn. Some are better than others, but they all compile and produce expected output. Also, each example is self-contained, fully annotated, and designed to be run with cargo run; I made them in my Obsidian Notebook with the Obsidian Plugin to execute code in a note..
Topics include:
I plan to keep adding, and refining them, as I go along.
Check it out here: https://github.com/Austin-Routt/flecs-rust-examples/tree/main
Thank you for creating these Rust Bindings!