- Fast ⏩
- C#
- Expandible 🔧
- It's well documented. 📗
- OpenAL and Vulkan objects are accessible. 🪟
It now also has Networking with packets 🛜 and data saving with storage files 🗄️. And GAIL is built using Silk.NET.
When you find a bug 🪲 or when you have a question ❓, please add a new issue in the issues tab.
In the wiki 📙 you can find resources and examples to help you learn GAIL.
A alternative for GAIL is Raylib, but this is built on OpenGL.
then follow these steps:
- Make sure you have dotnet 8.0 installed or higher.
- Go to the folder of the project you want to build and open a terminal there.
- If you want to build the Nuget Package and you're in the GAIL project, run
dotnet pack
Else rundotnet run
to run it, ordotnet build
to build it.