heyx3 / Bplus.jl

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

Support delayed functions that ECS components can queue up #116

Open heyx3 opened 10 months ago

heyx3 commented 10 months ago

The functions are associated with particular entities or components, and are automatically killed if their owning entity/component is killed.