FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.76k stars 353 forks source link

Use dynamic dispatch for nodes #300

Closed mrDIMAS closed 2 years ago

mrDIMAS commented 2 years ago

This PR makes Node to be a trait object, it also allows you to create your own nodes and makes everything much flexible in general.