fostrb / robotfight

0 stars 0 forks source link

Cross-platform coding #11

Open fostrb opened 6 years ago

fostrb commented 6 years ago

Look into cross-platform solutions

Currently, graphics are reliant upon gtk & cairo, largely limiting the system to run on (graphically) *nix exclusively.

A cross-platform implementation of a Cairo Surface would be sweet, or a different display module could be written, as the main runtime is largely unhooked from the display.

fostrb commented 6 years ago

https://www.cairographics.org/cookbook/win32quickstart/