xparq / Out_of_Nothing

Versatile entity-based simulation & visualization/gamification framework PROTOTYPE
0 stars 0 forks source link

Time to ditch the horribly cumbersome and restricting RAII app init! #515

Closed xparq closed 7 months ago

xparq commented 7 months ago

Would make so many things so much less convoluted! (A random small thing I just saw that reminded me of the need for this change: #462: Ensure an initial onResize call.)

! BUT, BEWARE: Lots of static instances (initialized from the config etc.) at various places may interfere with that, as they assume everything being already constructed properly (which is the very point of RAII)!

xparq commented 7 months ago

Dup. of #483