Skip to content

andyprowl/ape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APE (Andy Prowl's Engine)

What is this?

A toy 3D engine and companion tutorials I am writing while (and for) learning OpenGL. There's probably nothing interesting to see here unless you are me.

Building

Example of generation through CMake:

cmake ..\Sources
    -G "Visual Studio 16 2019"
    -A x64
    -Dassimp_DIR="C:\\Code\\Libraries\\Assimp\\x64\\lib\\cmake\\assimp-5.0"
    -Dglfw3_DIR="C:\\Code\\Libraries\\glfw\\x64\\lib\\cmake\\glfw3"
    -Dglm_DIR="C:\\Code\\Libraries\\glm-0.9.9.6\\glm"
    -DQt5_DIR="C:\\Qt\\5.13.1\\msvc2017_64\\lib\\cmake\\Qt5"
    -Wno-dev

Tutorials

About

A toy 3D engine I'm developing while (and for) learning OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published