kernaltrap8 / 3d

3D game engine written entirely in C++ while using the minimal amount of libraries as possible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3d

3D game engine written entirely in C++ while using the minimal amount of libraries as possible

Building

Just run make. Its that easy. Its not rocket science. Oh yeah, by the way, this is Linux only. Windows can suck it. Yeah, I said it. Fuck you Jeff Bezos.

Required libraries

x11-libs - Subject to change, used to spawn the main window
vulkan-libs - Main graphics renderer
SDL - Subject to change, will be used for input handling

About

3D game engine written entirely in C++ while using the minimal amount of libraries as possible

License:GNU General Public License v3.0


Languages

Language:C++ 79.1%Language:Makefile 11.4%Language:C 9.5%