No description
Find a file
2025-03-10 20:18:12 +01:00
alyson update cmake for CPM.cmake 2025-03-10 20:18:12 +01:00
assets fixing sprites idk... 2025-02-13 00:49:56 +01:00
cmake update cmake for CPM.cmake 2025-03-10 20:18:12 +01:00
include Setup cammera2d and types 2025-02-07 11:46:09 +01:00
src fixing sprites idk... 2025-02-13 00:49:56 +01:00
.gitignore update cmake for CPM.cmake 2025-03-10 20:18:12 +01:00
CMakeLists.txt update cmake for CPM.cmake 2025-03-10 20:18:12 +01:00
README.md formating; alyson licence; Camera2D 2025-02-07 01:10:15 +01:00

Colysis

A little video game with a custom engine written in C/C++. It uses Flecs as an ECS framework and Raylib as a 2D graphics library.

Building

To build the project, you need to have CMake installed.

Linux

mkdir build
cd build
cmake ..
make

Windows

mkdir build
cd build
cmake -G "Visual Studio 17 2022" ..
cmake --build . --config Release

macOS

mkdir build
cd build
cmake -G "Xcode" ..
cmake --build . --config Release

Running

After building, you can run the game by executing the colysis executable.

License

The game "colysis" will not be open source, but the engine will be licensed under the MIT license as soon as it is finished.