Fantas Package. Contains the .NET Standard for Fantas without any platform implementation


Keywords
Fantas
License
MIT
Install
Install-Package Fantas.Portable -Version 1.0.13

Documentation

👋 Hello there!

🔭 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.

💕 We also appreaciate any Sponsor [ Patreon | PayPal ]

Logo

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
nuget
nuget
Status
linux Linux
win Build status
mac Build Status
linux Build Status
win Build 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