ericoporto / ImGi

AGS Script Module for Immediate Gui (based on rxi's Microui)
https://www.adventuregamestudio.co.uk/forums/index.php?topic=58842.0
Other
2 stars 2 forks source link

Reduce internal OOP #17

Closed ericoporto closed 3 years ago

ericoporto commented 3 years ago

It seems AGS is slower to access a my.variable instead of a my_variable. I did a ImGi_Context container so in the future I could have multiple contexts, but I think I may forego this thought for now.

ericoporto commented 3 years ago

Maybe I should not do this since it will allow in the future to have more than one context, better to look at other forms of improvement first.