Switching to sfml

This commit is contained in:
n0ffie 2025-03-17 20:04:47 +01:00
parent 4536c62dad
commit de72aead56
40 changed files with 462 additions and 2385 deletions

View file

@ -1,6 +1,5 @@
# Colysis
A little video game with a custom engine written in C/C++.
It uses [Flecs](https://github.com/SanderMertens/flecs) as an ECS framework and [Raylib](https://www.raylib.com/) as a 2D graphics library.
A simple game engine written in C++ and using SFML.
## Building
To build the project, you need to have [CMake](https://cmake.org/) installed.