korge
korge copied to clipboard
[WIP] Major Game Window rewrite
trafficstars
- Fixes https://github.com/korlibs/korge/issues/1924
- Fixes https://github.com/korlibs/korge/issues/525
- Fixes https://github.com/korlibs/korge/issues/696
- Fixes https://github.com/korlibs/korge/issues/591
- Fixes https://github.com/korlibs/korge/issues/892
- Fixes https://github.com/korlibs/korge/issues/374
- Fixes https://github.com/korlibs/korge/issues/1115
We also want to make integrations easier. So we can construct a GameWindow from a native View (like an Android View or a AWT Component, or a iOS ViewController), and then make KorGE decorate that GameWindow and start the entry point, on that one.