Title here
Summary here
Welcome to the cerlib documentation! π
cerlib is a lightweight 2D game framework for modern C++.
It focuses on a simple design and allows you to design your game architecture your way.
Set up your game in just a few minutes!
In short, cerlib lets you define your game architecture however you desire it. It doesn’t impose a strict model on the game’s code. It provides every audiovisual aspect necessary to comfortably make a 2D game.
OS | Architecture |
---|---|
Windows | x64, ARM64 |
Linux | x64, ARM64 |
Android | All ABIs |
macOS | Intel, Apple Silicon |
iOS, iPadOS, visionOS | ARM64 - In Development |
cerlib has been tested and is confirmed to work with the following compilers:
Compiler | Version |
---|---|
MSVC | 2022 |
Clang | β₯ 16.0.6 |
GCC | β₯ 11.4 |
Apple Clang | β₯ 15 |