Download and Install
You can install Brakeza3D either by downloading the precompiled binaries or by building it yourself from the source code available on GitHub.
Precompiled Versions
| Platform | Version | Download |
|---|---|---|
| 🪟 Windows | v.1.0.1 | Brakeza3D for Windows |
| 🐧 Linux | v.1.0.1 | Brakeza3D for Linux |
Build from Source
The project has been successfully built using the CLion IDE on both Linux and Windows. As a CMake-based project, it can be built from the command line or with any CMake-compatible IDE.
Linux Compilation
On Unix-based systems, you only need to ensure that the required development packages are installed.
sudo apt update && sudo apt install -y \
build-essential cmake git \
libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev \
libbullet-dev libassimp-dev liblua5.2-dev \
libgl1-mesa-dev libglu1-mesa-dev libglew-dev \
libcurl4-openssl-dev \
libglm-dev
Windows compilation
Download compiler and libraries
| Item | Description | Link |
|---|---|---|
| MinGW Download | MinGW x86_64 compiler (Source winlibs.com) | MinGW x86_64 |
| Brakeza3D (Windows) | Precompiled Windows libraries ready to use | Precompiled libraries |
note
Unzip Precompiled libraries into same directory of MinGW compiler