put some description here
- FBX Model Support
- BSP Map Rendering add more features here
- Binary builds are available from releases
Clone the repo
git clone https://github.com/BanceDev/borepack.git
cd borepack
On Windows generate a Visual Studio project and then open the .sln file.
./premake5 vs2022
On Linux generate a GNU makefile and then compile
./premake5 gmake
make
sudo apt install build-essential pkg-config libgl1-mesa-dev libglfw3-dev
All Windows dependencies should be installed using precompiled binaries found in the /deps
directory
- For bug reports and feature suggestions please use issues.
- If you wish to contribute code of your own please submit a pull request.
This software is licensed under the MIT License. For more details, see the LICENSE file.