|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
The Capycore engine is a C++ game engine designed for 2D games. It is developed as a product of the Avans Hogeschool Systems Programming minor in C++ ('s-Hertogenbosch, Netherlands).
Your structure should end up like this:
Currently even Linux users have to do the copy thing for freetype. This is because the repository is primarily intended for Windows users who have a hard time building freetype from source. In this case it was done like this so Windows users do not have to build freetype themselves. It will be included in the engine so end-users have nothing to do with it.
In the future, we may make it so Linux users can just link the freetype library normally. This change may not affect Windows users in any way shape or form, meaning that Windows users will still be able to use the prebuilt binaries from the freetype-win-build repository regardless.
First, install pre-commit on your system. This tool is required to manage the hooks that will run before each commit.
After installing pre-commit, run the following command to set up the hooks defined in the .pre-commit-config.yaml file for your project:
This command will create the necessary Git hook configurations to ensure that clang-format is run automatically on staged files before each commit.
If you want to manually run the hook and format all the files in your repository, you can do so with the following command:
An example of a preset (windows):