Skip to content

Core library for my custom built 3D engine (C++14, OpenGL 3.3).

Notifications You must be signed in to change notification settings

Sakari369/psiengine_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSITriangle 3D Engine core libraries

These are the core parts of my custom 3D engine. See psiengine_public/README.MD for more information.

Software needed for building.

PSIEngine uses the following open source libraries and software:

Needed to compile:

Library dependencies installed via Conan:

Compiling & Running

Clone the repository, run:

git submodule update --init --recursive To pull in the freetype-gl headers.

Then compile the core engine library:

mkdir build && cd build
conan install ../
cmake -G Ninja ../ (or cmake -g "Unix Makefiles" ../)
ninja (or make)

This will build the core library under build/lib.

About

Core library for my custom built 3D engine (C++14, OpenGL 3.3).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published