heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
72 stars 3 forks source link

Provide a SceneTree implementation on top of ECS #122

Open heyx3 opened 9 months ago

heyx3 commented 9 months ago

Seems like a natural addition to B+, and very easy.

I think the best approach is to make a concrete SceneNode component. An abstract component would be neat but I suspect it would cause unavoidable type instability.