Skip to content

dcbishop/dglw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dglw

Dave's GL Wrapper is a C++ OpenGL Object Orientated wrapping library. It's designed for personal use and not designed to be 'complete' as I add stuff I need as I need it.

Testing

The easy way to do testing with gtest under Ubuntu:

sudo apt-get install libgtest-dev
cd /usr/src/gtest
sudo cmake .
sudo make
sudo cp *.a /usr/lib`

NOTE: No tests are currently implmented I'm just laying the framework...

About

A OOP C++ OpenGL wrapping library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published