Opengl Game Creator Softwares

Best Softwares Opengl Examples Ruby Opengl

1
OpenGL Infos - It`s a little test of your OpenGL driver.
OpenGL Infos - It`s a little test of your OpenGL driver.
By Dr Hoiby : Opengl
It`s a Little test of your OpenGL driver. (It displays some Informations about your driver too).
2
Struckd - 3D Game Creator
Struckd - 3D Game Creator
By Struckd AG : Games
Struckd is a 3D game creation tool, which allows users to make their own games, without needing to understanding complex coding, and then share them with players from all over the world. The platform makes ...
3
001 Game Creator - Engine001
001 Game Creator - Engine001
By Team001 : Power point
001 Game Creator is a completely free, easy-to-use object-oriented program that allows you to bring your unique game ideas and concepts to life, with simple point-and-click scripting, and a powerful customisability of tiles, characters, monsters, ...
4
openGL
openGL
By sevag.krikorian : Opengl 1.4.0
OpenGL is the industry`s most widely used, supported and best documented 2D/3D graphics API making it inexpensive & easy to obtain information on implementing OpenGL in hardware and software. There are numerous books, tutorials, online ...
5
OpenGL
OpenGL
By Open GL | More Programs (1) User rating 6 / 10 ( 2740 votes ) Alternative apps : Utilities Tools
OpenGL is as the name implies an open source graphics API (application programming interface). It provides hardware rather than software rendering meaning it accesses the graphics card and provides quality rendering not bound by the ...
6
Microsoft OPENGL
Microsoft OPENGL
By Microsoft Corporation : Microsoft office 2007
Microsoft OpenGL contains several functions, including vertex array, polygon offset, Logic ops, and several new functions for handling textures. The vertex array and texture calls are particularly significant, as they may enable order of magnitude ...
7
OpenGL demo
OpenGL demo
By David Aguirre Grazio : Opengl
OpenGL demo is a simple and small software that will allows you Create and edit OpenGL demonstrations. OpenGL scenery demostration. This software is very easy and fast to use, and it is completely free.
8
OpenGL Examples
OpenGL Examples
By Dmitriy Apraksin : Opengl
This package contains two simple OpenGL examples. I think they can help to start on studying such interesting thing as 3D graphics. LandscapeThis is a Little landscape flying OpenGL example. In most cases it is ...
9
ruby-opengl
ruby-opengl
By : Opengl
Ruby-opengl is software that lets you write OpenGL programs in Ruby. Specifically, it primarily consists of extension modules that wrap OpenGL and GLUT. Development Status: 3 - ALPHA Environment: Cocoa (MacOS X), X11 Applications Intended ...
10
OpenGL Light
OpenGL Light
By Lindsay Grace : Opengl
The openGl demonstration tool is a free program to demonstrate the interaction of light, geometry and materials in computer graphics. The tool uses openGL to demonstrate 4 light types (Ambient, directional, point and SPOT), several ...
11
OpenGL Physics
OpenGL Physics
By David Aguirre Grazio : Opengl
Two demonstrations developed using OpenGL. The first one with 5 balls interacting by gravitational Forces of attraction, bouncing and showing bursts when they collide. The second one with particles with real physical characteristics, bouncing and ...
12
Mesh OpenGL ScreenSaver
Mesh OpenGL ScreenSaver
By Scott Schaefer : Opengl
Mesh OpenGL can make your favorite pictures Ripple, wave, and more. Highly
13
OpenGL 3D Temple
OpenGL 3D Temple
By : Direct 3d
This program draws a reddish pyramid with a fountain in the Middle which contains wavy water, and sprays out blue particles (well it was SUPPOSED to look like water, lol). There is also a red ...
14
OpenGl 3D Effect
OpenGl 3D Effect
By : 3d home architect
It`s a nice effect of crumbling (I don`t know if it`s the correct word) in 3D. It simply takes a picture and decomposes it in tiny particles (their size can be specified) I`m sorry, it`s ...
15
liteCam Game: 100 FPS Game Capture
liteCam Game: 100 FPS Game Capture
By Rsupport Inc. | More Programs (1) Alternative apps : Games
liteCam Game: 100 FPS Game Capture is a full version Windows software, being part of the category Games and has been created by Rsupport Inc.More about liteCam Game: 100 FPS Game CaptureThe details about the ...


Opengl Demo Opengl Examples Opengl Ruby Opengl

1
OpenGL_Infos
OpenGL_Infos
By Dr. Hoiby : Opengl
Display Informations about your OpenGL driver and Launch a mini-test of your OpenGL (very useful for now if your OpenGL installation works correctly).
2
OpenGL demo
OpenGL demo
By David Aguirre Grazio : Opengl
OpenGL demo is a simple and small software that will allows you Create and edit OpenGL demonstrations. OpenGL scenery demostration. This software is very easy and fast to use, and it is completely free.
3
GLMaze
GLMaze
By Bones : 3d game
This project implements a simple 3D game/graphical engine based on OpenGL API. The code is partially based on OpenGL tutorials by NeHe and implements basic features like lighting, collisions, hit tracing and HUD. Features: Standard ...
4
Septerra Core: Legacy Of The Creator
Septerra Core: Legacy Of The Creator
By Valkyrie Studios | More Programs (1) Alternative apps : Games
Septerra Core: Legacy Of The Creator, developed by the now-defunct Shiny, was a classic Japanese RPG game released in late 1999. In terms of opinion, the game is widely disagreed upon. For instance, EuroGamer gave ...
5
3D Creator
3D Creator
By Alen Markov : Nokia theme creator
This piece of Software was coded with the Borland C++ Builder 5 and OpenGL(Currently works only properly with screen resolutions HIGHER than 800x600)The 3D Creator allows you to Create your own Complex 3D objects by ...
6
openGL
openGL
By sevag.krikorian : Opengl 1.4.0
OpenGL is the industry`s most widely used, supported and best documented 2D/3D graphics API making it inexpensive & easy to obtain information on implementing OpenGL in hardware and software. There are numerous books, tutorials, online ...
7
Really Slick Screen Savers
Really Slick Screen Savers
By Terry Welsh : Xp logon screen
5 OpenGL screensavers. They must have OpenGL support to run and require hardware acceleration for the best
8
OpenGL Examples
OpenGL Examples
By Dmitriy Apraksin : Opengl
This package contains two simple OpenGL examples. I think they can help to start on studying such interesting thing as 3D graphics. LandscapeThis is a Little landscape flying OpenGL example. In most cases it is ...
9
GLEW
GLEW
By Milan Ikits : Opengl extensions
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on The Target platform. OpenGL core and extension functionality ...
10
OpenGL I: Quick Start Sample
OpenGL I: Quick Start Sample
By Microsoft Corporation : Microsoft Corp.
This article describes GLEasy, a simple OpenGL program. OpenGL is a three-dimensional (3-D) graphics library included with the Microsoft Windows NT version 3.5 operating system. GLEasy is a Microsoft Foundation Class Library (MFC) application that ...
11
GLlibDLL Sample - OpenGL V: Translating Windows DIBs
GLlibDLL Sample - OpenGL V: Translating Windows DIBs
By Microsoft Corporation : Microsoft Corp.
OpenGL is a portable language for rendering three-dimensional (3-D) graphics. OpenGL does not understand Microsoft Windows device-Independent bitmaps (DIBs); instead, it has its own format for representing images. This article explains how to translate a ...
12
OpenGL Delphi examples and tutorials
OpenGL Delphi examples and tutorials
By Delcode.com : Zuma deluxe full version
OpenGL Delphi examples and tutorials with full Delphi source code. Learn openGL through Delphi examples. Examples include both 2d and 3d OpenGL tutorials in Delphi..
13
ruby-opengl
ruby-opengl
By : Opengl
Ruby-opengl is software that lets you write OpenGL programs in Ruby. Specifically, it primarily consists of extension modules that wrap OpenGL and GLUT. Development Status: 3 - ALPHA Environment: Cocoa (MacOS X), X11 Applications Intended ...
14
Space Colony
Space Colony
By Firefly Studios : Games
Space Colony is a game that s all about entering new spaces and colonising them. As a player, you are expected to work with a dysfunctional group of space dwellers and colonise the galaxy s ...
15
gDEBugger for Linux
gDEBugger for Linux
By Graphic Remedy : Teamviewer linux
Save Precious Debugging time and Boost Application Performance gDEBugger does what no other OpenGL tool can - lets you trace application activity on top of the OpenGL API to see what

Opengl Demo Opengl Examples Opengl Ruby Opengl