formating; alyson licence; Camera2D

This commit is contained in:
n0ffie 2025-02-07 01:10:15 +01:00
parent 04d7c97e93
commit 39abfaa978
6 changed files with 85 additions and 49 deletions

View file

@ -1,6 +1,6 @@
# Colysis
A little Videogame with a custom engine written in C/C++.
It uses [Flecs](https://github.com/SanderMertens/flecs) as a ECS framework and [Raylib](https://www.raylib.com/) as a 2D graphics library.
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.
## Building
To build the project, you need to have [CMake](https://cmake.org/) installed.
@ -33,4 +33,4 @@ cmake --build . --config Release
After building, you can run the game by executing the `colysis` executable.
## License
This `colysis` is currently closed source and will not be open sourced. The engine will be licensed under the [MIT license](LICENSE) as soon as it is finished.
The game "colysis" will not be open source, but the engine will be licensed under the [MIT license](alyson/LICENSE) as soon as it is finished.