List of free libraries

Started by
195 comments, last by dcco 12 years, 10 months ago
Quote:Original post by ricas
Here is an OpenGL gui I've created: GUIde. It's GPL licenced. Maybe you'll add it into your list.


I was interested in it, but it says page under construction. Do you have screenshots?
Sig: http://glhlib.sourceforge.net
an open source GLU replacement library. Much more modern than GLU.
float matrix[16], inverse_matrix[16];
glhLoadIdentityf2(matrix);
glhTranslatef2(matrix, 0.0, 0.0, 5.0);
glhRotateAboutXf2(matrix, angleInRadians);
glhScalef2(matrix, 1.0, 1.0, -1.0);
glhQuickInvertMatrixf2(matrix, inverse_matrix);
glUniformMatrix4fv(uniformLocation1, 1, FALSE, matrix);
glUniformMatrix4fv(uniformLocation2, 1, FALSE, inverse_matrix);
Advertisement
Quote:Original post by V-man
Quote:Original post by ricas
Here is an OpenGL gui I've created: GUIde. It's GPL licenced. Maybe you'll add it into your list.


I was interested in it, but it says page under construction. Do you have screenshots?


There's a couple here, with a download link
Getic 3D at Getic 3D
And all the links from all pages for easy browsing
boost
loki
open gl win frame
gen library
AI lib
game graphics lib
same as previous
math 3D lib
3D engine
terain engine
reality toolkit
another as previous
math gl
gui lib
croll platform 2D text
harware acc
phisics
phisics again
realtime rendering
unti testing
2d lib
3d font lib
math lib
font lib
compresion lib
image loading
tif image loading
VR
triagulae surface lib
tokamak phisics
random numbers
glh lib
Cg
ogre .net
hex render
SDL collide
compresion lib
java game engine
FBX SDK
zip handler
3D Editor anfd BSP Compiler




[Edited by - Marius on April 20, 2005 1:00:53 PM]
MCO
marius, it's just hxRender.
HxRender | Cornerstone SDL TutorialsCurrently picking on: Hedos, Programmer One
OPAL - Open Physics Abstraction Layer, currently wraps just ODE I think but could be adapted to use other libraries. Choice of BSD or LGPL license.
Quote:Original post by SnprBoB86
This may have already been suggested, but this list would probably be best implemented as a WIKI...


agree, and it should be in a table (sort / filter-able?) with title, license, OS / 2D/3D API support, url, ratings by peers on quality & support etc.

That'd be nice!
Ogre(Object-Oriented Graphics Rendering Engine)
I didn't see Blitz++ (math library for C++) on the list.

edit: I see it's been added now :)

[Edited by - TheSalmon on May 10, 2005 8:46:10 AM]
---Mikael Lax
Here is some more 2-d stuff that I think should be added. Thanks for doing this.

General purpose library (2D) -> ZEngine http://zengine.sourceforge.net/index.php
2D Graphics (Sprite Engine) -> Kyra http://www.grinninglizard.com/kyra/
2D Graphics (Font) -> SFont http://www.linux-games.com/sfont/
2D Graphics (Font) -> BFont http://www.cs.unibo.it/~dbilli/bfont/bfont.html

I'll see if I can think of any others.

General purpose library (2D w/ 3D accel) -> Ika Engine http://ika.sourceforge.net/

[Edited by - Boder on May 18, 2005 12:01:34 AM]
Thanks!

This topic is closed to new replies.

Advertisement