AryanpurTech / BlueEngine

Blue Engine is a general-purpose and easy-to-use graphics engine written in rust.
Apache License 2.0
341 stars 16 forks source link

Add "grouping" support #31

Closed rustylabs closed 8 months ago

rustylabs commented 1 year ago

Like Unity and Godot we can have a children object to the parent object, when the user moves the parent object, all of its children get affected by it as well.