Skip to content

A 3D retro inspired fps engine without the constraints of dated technology

License

Notifications You must be signed in to change notification settings

JoeyGrimsic/borepack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Borepack

put some description here

Features

  • FBX Model Support
  • BSP Map Rendering add more features here

Releases

  • Binary builds are available from releases

Compiling

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

Linux Dependencies

sudo apt install build-essential pkg-config libgl1-mesa-dev libglfw3-dev

Windows Dependencies

All Windows dependencies should be installed using precompiled binaries found in the /deps directory

Contributing

  • For bug reports and feature suggestions please use issues.
  • If you wish to contribute code of your own please submit a pull request.

License

This software is licensed under the MIT License. For more details, see the LICENSE file.

About

A 3D retro inspired fps engine without the constraints of dated technology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.1%
  • C 15.6%
  • GLSL 7.5%
  • Lua 1.8%