Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.
Noel Berry edited this page Feb 27, 2020 · 1 revision

What Platforms are supported?

Windows, macOS, and Linux should all run, depending on the Platform implementations that are used.

Why dotnet core?

I like that dotnet core can easily compile to Win/Mac/Linux. I also just like experimenting with the modern state of C#, and long term it's where C# is headed.

Why no Mobile?

The goal of this engine is strictly for Desktop and (maybe) Console games. Mobile adds a ton of overhead, mess, and restrictions. And frankly, I have no interest in developing mobile games.

Clone this wiki locally