mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 09:47:01 +08:00
v0.0.1
* ci(release): use local vcpkg bootstrap and custom release triplet * refactor(triplets): set arch and linkage explicitly in x64-windows-release * ci(release-build): remove unused vcpkg overlay triplets * ci(release-build): add VCPKG_BUILD_TYPE and disable testing
What's it
A cube game like Minecraft, using C++ and OpenGL.
Build Guide
Prerequisites
- CMake (>= 3.24)
- C++ 23 compatible compiler
Step
- Clone the repository
git clone https://github.com/zhenyan121/Cubed.git && cd Cubed - Configure with CMake
mkdir build && cd build cmake -G "Ninja" .. - Build the project
ninja
Languages
C++
96.8%
C
2.1%
GLSL
0.6%
Python
0.3%
CMake
0.2%