Skip to content

jacquesrott/libjEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libjEngine

libjEngine is a light C++ engine with usefull tools for OpenGL Context rendering.

NOTA : Only avaible for OS X (yet)

It comes with :

  • Base context
  • Basic user events handling
  • Program/Shader management
  • Framebuffer objects management
  • Geometry initialization and drawing
  • Texture management
  • Camera class
  • First Person Camera class
  • Tesselated plane generator

REQUIREMENTS

Only tested on OS X 10.7+ (for the moment), should work on 10.5+

  • OpenGL : Version 2.0+
  • GLSL : Version 1.2+
  • SDL : Version 1.2.* more infos here
  • SDL_image : Version 1.2.* more infos here
  • jansson : Version 2.3.* more infos here

INSTALL

Build and install into ‘/usr/local/lib‘ :

make && sudo make install

UNINSTALL

Type :

make uninstall

TODO

See TODO

About

A light C++ engine with usefull tools using OpenGL Context rendering.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published