Skip to content

rswinkle/LearnPortableGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearnPortableGL

This repository to contains PortableGL ports of the tutorial code from Joey de Vries's https://learnopengl.com. I've created a new repo rather than forking and modifying, because the changes will be significant and I won't be porting every single program.

Some of the obvious changes are moving from GLFW to SDL2, not needing or using GLAD since we're not using real OpenGL, not needing the shader class, and using Premake instead of CMake.

Also, I'll be working and building on Linux and removed the windows libraries included but the code itself will still be portable. I may add it back in the future.

Other than that I'll try to generally keep the organization of the repo the same as his official one except with a flattened bin directory (no chapter subdirectories) for convenience.

Status: 4/8 chapters finished, ~56/97 programs ported

About

Porting the code from learnopengl.com to PortableGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published