Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rikusalminen/glwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLWT OpenGL windowing

GLWT is a lightweight cross platform windowing library for OpenGL that deals with the platform specific parts of window and OpenGL context creation.

Building GLWT

  1. Compile time requirements: CMake 2.8 and Python 2.7 (for downloading and generating GL extension loader).

  2. Get GLWT and GLXW source code using git

     $ git clone git://github.com/rikusalminen/glwt.git
     $ git submodule init
     $ git submodule update
    
  3. Use CMake to configure build environment

     $ mkdir build ; cd build
     $ cmake path/to/glwt/source -DGLWT_BUILD_TESTS=ON
    
  4. Build GLWT using Make

     $ make
    
  5. Run tests

     $ ./test/glwt_events
    

License

GLWT is licensed under the zlib license. See file LICENSE for details.

About

Lightweight OpenGL windowing. IRC: #glwt / irc.freenode.net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5