Engine based on Opengl 1.1

Started by
5 comments, last by baumep 16 years, 1 month ago
I want an engine which is nased on Opengl 1.1 and should be free. Can somebody suggest any?
Advertisement
GLQuake? X-D
I need to make a 3d application on it... not a game.....
What is it you'd like the "engine" to do for you?
Try this site to make a selection :)

http://gpwiki.org/index.php/Game_Engines
(forgot the bbcode)
-Please rate me if you find my replies useful.
Do you want to make a game engine yourself?
Take a look at OpenSceneGraph. It's a high level wrapper (and much more) around OpenGL. It will detect the available version of OpenGL and chose accordingly which features to use to render in the most effective way (as most other engines do :-). It may be customizable enough to fit your needs.
Or you might check out some other graphics-engines like Irrlicht or Ogre and customize them to only use OpenGL 1.1.
baumep

This topic is closed to new replies.

Advertisement