MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
637 stars 58 forks source link

Architecture Refactoring #106

Closed benjaminfoo closed 5 years ago

benjaminfoo commented 5 years ago

Summary

This issue is for tracking the progress of an alternative architecture approach. As this requires some time, dont rush to change things upfront, its of no use yet.

Within the current state of the project, there are some technical scenarios which may/will lead to problems, bugs, inflexible code, raceconditions. Some of the problems are:

Things to improve (Needs some time)

Smaller things to improve (Could be done fairly quickly)