|
---|
🔭 Thank you for checking out this project.
🍻 We've made the project Open Source and MIT license so everyone can enjoy it.
🛠 To deliver a project with quality we have to spent a lot of time working on it.
⭐️ If you liked the project please star it.
Fantas
Fantas is a 2D framework library for drawing shapes, animations and sprites. It offers a simple programming interface, to make it easy to create cross platform 2D games.
Fantas was inspired by the SpriteKit and uses a lot of common concepts like Nodes, Scenes, Actions.
In fact Fantas uses SpriteKit on Apple platforms, and implement similar behavior on Windows and Android platforms using MonoGame.
Fantas is not behavior or pixel perfect across the plaforms, the main goal is provide a common API which can be used to write games for Windows, Android Mac/iOS sharing the code.
NuGet |
---|
Status | |
---|---|
Why?
SpriteKit is great, but there is no way to use it to write games for Android/Windows platforms.
Building
msbuild \restore Fantas.MonoGame.sln
msbuild Fantas.SpriteKit.sln