SWY1985 / CivOne

An open source implementation of Sid Meier's Civilization.
http://www.civone.org/
Creative Commons Zero v1.0 Universal
244 stars 49 forks source link

Create win32/gdi+ runtime #397

Closed SWY1985 closed 6 years ago

SWY1985 commented 7 years ago

Originally, CivOne was a .NET application with a win32 frontend, using GDI+ drawing. Because of performance/multiplatform, the win32 code was replaced with OpenTK. With the recent split of runtime and game logic, I want to reimplement the GDI+ client. Progress for this client can be posted on this issue.

SWY1985 commented 7 years ago

The GDI+ runtime now uses the same .NET Standard libraries as the OpenTK runtime. That should make it possible to use the same plugin files (like it should be).

SWY1985 commented 6 years ago

This client will be updated, but it's (very) low priority