Easy GL2D
Download:
http://rel.phatcode.net/junk.php?id=121
Description:
Easy GL2D is a very simple 2D OpenGL rendering engine.
It is made with two simple things in mind: Speed and ease of use.
Everything is function based so just about any programming
design pattern can be used in conjunction with easy GL2D.
Relminator(Richard Eric M. Lope) 08/19/2010 | 02/14/2012
http://rel.phatcode.net/
*Use this with my texture packer and it would
be very easy to grab tiles from a tileset.
Texturepacker
http://rel.betterwebber.com/junk.php?id=106
Features:
Easy to use
Very fast
No dependencies except OpenGL, GLU and GLFW
OpenGL states(color, AA, blending, etc) can be applied
to any primitive or sprite.
Full hardwareh
Portable(even has a Nintendo DS port, actually the DS version is the first one I made so this is the port)
Limitations:
Full hardware
Author is lazy
* See the examples if you like it.
How to use:
1. You can use it as a library "libgl2d.a"
* lib file is made with mingw
* just include gl2d.h and link with gl2d, glfw, opengl32 and glu32
* libglfw.a and libgl2d.a are in the examples/libraries/lib folder
* libopengl32.a and libglu32.a are standard libs packaged with your compiler
2. You can also use Easy GL2D as part of your source file
* for MSVS since it does not support "*.a" libfiles
* using it this way makes for a less complicated use of the lib
* less libs to link to.
* All the examples are linked with this libraries:
libgl2d.a
libglfw.ao
libopengl32.a
libglu32.a
* all of these libraries are with you already if you downloaded the zip file of
Easy GL2D.
* See the reference in the /Docs section for more details
Code constributions:
Michael "h4tt3n" Nissen (Fast ellipse code)
Greetz:
DR_D
Lachie
LOJ
AAP
Plasma
Jofers
All the guys at freebasic.net
All the guys at DBFinteractive.com
All the guys at Devkitpro.org and GBAdev.org
All the guys at Codelite.org
All the guys at shmup-dev.com and shmups.com
All the guys at gbatemp.net
Enjoy!!!
BTW, there's a mini Arena Shooter in the examples folder.
Easy GL2D A 2D game programming lib.
Re: Easy GL2D A 2D game programming lib.
Hey Relminator! Nice to see you back with a new project- is there any news on Frantic Journey yet? 

