Kneesnap / FrogLord

An editor for Frogger: He's Back (1997)
https://highwayfrogs.net
MIT License
117 stars 9 forks source link

UI Cleanup #26

Closed Kneesnap closed 3 years ago

Kneesnap commented 4 years ago

Eventually I'd like to do a large UI cleanup.

The current UI was built with functionality in mind and ease of adding things, because often times I was making UIs to help preview data and understand it, not with a final idea of how it would work in mind.

It would be nice to clean up this code, since it's pretty messy right now. We could even consider using MVC architecture, though I do not want to have to use the special property objects for the actual API objects, my goal is to completely separate the UI from the Frogger objects themselves.

Kneesnap commented 3 years ago

Closed because of the FrogLord rewrite in MTF.