Results For "opengl"

   
Order by Related - New Release - Rate

 

Results in Title For opengl

OpenGL-Infos 1.10 by Dr. Hoiby- Software Download

  Display Informations about your OpenGL driver and Launch a mini-test of your OpenGL (very useful for now if your OpenGL installation works correctly). ..

 

Results in Keywords For opengl

 

OpenGL-Infos 1.10 by Dr. Hoiby- Software Download

  Display Informations about your OpenGL driver and Launch a mini-test of your OpenGL (very useful for now if your OpenGL installation works correctly). ..

BlitzMax

 BlitzMax is the new, next generation game programming language from Blitz Research. BlitzMax retains the BASIC roots of Blitz3D and BlitzPlus, but adds a ton of cool new features and abilities.BlitzMax is BASIC...but with a few twists, including: -Function pointers -Fully dynamic arrays -Inheritance and polymorphism -'By reference' function parameters -Byte, Short, Int, Long, Float and Double numeric data types -Array and string slicing -Flexible 'collection' system for dealing with linked lists etc -Low level pointer handling -UTF16 strings -The ability to 'Incbin' binary data and access it as easily as if it were a regular file -External language support for interfacing with C/C++/ObjectiveC or assembly code. Multiplatform supportBlitzMax has been designed from the ground up for multiplatform support, and BlitzMax programs can be compiled for MacOS X, Windows and Linux PC's. The BlitzMax license is 'all in one' - buy BlitzMax once and run your programs on all 3 platforms!Modular designBlitzMax is largely based around the idea of modules, collections of commands stored in special files. You can add your own modules to the system, allowing you to cleanly reuse code in your own projects. Modules are also a great way to distribute libraries of commands, and Blitz Research have many weird and wonderful modules lined up for future release!Easy to use 2D command setBlitzMax includes the Max2D module which contains a set of very easy to use 2D commands. Max2D is based on OpenGL, allowing for advanced effects such as realtime blending, rotation and scaling.Intelligent build systemBlitzMax allows you to split a project up into multiple source files which can be pre-compiled to massively reduce development time. This process is handled automatically by the included BMK ('Blitz make') utility and is completely transparent to the developer.IDE and DebuggerThe BlitzMax package includes an 'integrated development environment' (IDE), which is used to enter your programs, and a debugger for tracking down bugs.Direct OpenGL supportThanks to the OpenGL module, you can use BlitzMax for direct OpenGL programming. Writing an OpenGL program is now as simple as:bglCreateContext 640,480While Not KeyHit( KEY_ESCAPE ) glClear GL_COLOR_BUFFER_BIT glBegin GL_TRIANGLES glVertex2i 0,1 glVertex2i 1,-1 glVertex2i -1,-1 glEnd bglSwapBuffersWendIn addition, a module based on the popular 'Glew' library provides support for all OpenGL extensions...

 

Results in Description For opengl

 

2007 Backgammon Pro

 This is the most featured backgammon game available today. It has realistic OpenGL-compatible 3D graphics. There is an online system to play against thousands of players worldwide. Professional version has improved neural nets based AI...

2010 Backgammon

 This backgammon game has realistic OpenGL-compatible 3D graphics - you can view the board from any angle. You can play against the computer or with your friends and there is an online system to play against thousands of players worldwide...

2010 Mahjongg Lite

 This mahjongg game has OpenGL compatible 3D graphics with reflections and dynamic projected shadows. You can view the tiles from any angle and position. The game also has sounds and options like hint and undo...

Kikujiro

 3D OpenGL version of Sokoban with 380 levels. Levels are made of blocs to push to specific places. Rules are easy to understand, but some levels are really headaches :)..

3D SuDoku

 This version has OpenGL compatible 3D graphics and sounds which make the gameplay more pleasant than ever. The game has such features as hints, mistake spotting and it automatically saves the game for you whenever you exit and loads it when you start..

3D SuDoku Pro

 This version has OpenGL compatible 3D graphics and sounds which make the gameplay more pleasant than ever. The game has such features as hints, mistake spotting and it automatically saves the game for you whenever you exit and loads it when you start..

RTOPO

 Is useful in topography for representing and editing 3D points (by 3DPOLY, SPLINE OR BLOCK entities) and for triangulation, isolines, projections and sections. RCAD core provides OpenGL real-time orbit, pan, zoom, shading and lighting...

Moraff MarbleJongg 2000

 So you thought playing jongg style solitaire was too easy, no action huh?... Moraff's MarbleJongg is cutting edge code that utilises OpenGL for fast animation and screen refresh. Terrfic colors, great backgrounds. This freeware version has no time limit and is fully functional. Match the marbles to remove them from the board. Full screen or resizable window. Make them spin, now make them go bonkers! You will not believe the graphics details and animation. Good 3D graphics card with acceleration and OpenGL driver is recomemnded for full effects but not required. Three levels of play. Three skill levels for each play level. Match marbles or rings Change background images. Comes with two tilesets and fourteen backgrounds - you can load your own backgrounds too. Stores top ten best times. Game will auto-update itself over the Internet. Optionally supports 3D hardware with two styles of animation. Background music (midi or CD audio). Sound effects...

BlitzMax

 BlitzMax is the new, next generation game programming language from Blitz Research. BlitzMax retains the BASIC roots of Blitz3D and BlitzPlus, but adds a ton of cool new features and abilities.BlitzMax is BASIC...but with a few twists, including: -Function pointers -Fully dynamic arrays -Inheritance and polymorphism -'By reference' function parameters -Byte, Short, Int, Long, Float and Double numeric data types -Array and string slicing -Flexible 'collection' system for dealing with linked lists etc -Low level pointer handling -UTF16 strings -The ability to 'Incbin' binary data and access it as easily as if it were a regular file -External language support for interfacing with C/C++/ObjectiveC or assembly code. Multiplatform supportBlitzMax has been designed from the ground up for multiplatform support, and BlitzMax programs can be compiled for MacOS X, Windows and Linux PC's. The BlitzMax license is 'all in one' - buy BlitzMax once and run your programs on all 3 platforms!Modular designBlitzMax is largely based around the idea of modules, collections of commands stored in special files. You can add your own modules to the system, allowing you to cleanly reuse code in your own projects. Modules are also a great way to distribute libraries of commands, and Blitz Research have many weird and wonderful modules lined up for future release!Easy to use 2D command setBlitzMax includes the Max2D module which contains a set of very easy to use 2D commands. Max2D is based on OpenGL, allowing for advanced effects such as realtime blending, rotation and scaling.Intelligent build systemBlitzMax allows you to split a project up into multiple source files which can be pre-compiled to massively reduce development time. This process is handled automatically by the included BMK ('Blitz make') utility and is completely transparent to the developer.IDE and DebuggerThe BlitzMax package includes an 'integrated development environment' (IDE), which is used to enter your programs, and a debugger for tracking down bugs.Direct OpenGL supportThanks to the OpenGL module, you can use BlitzMax for direct OpenGL programming. Writing an OpenGL program is now as simple as:bglCreateContext 640,480While Not KeyHit( KEY_ESCAPE ) glClear GL_COLOR_BUFFER_BIT glBegin GL_TRIANGLES glVertex2i 0,1 glVertex2i 1,-1 glVertex2i -1,-1 glEnd bglSwapBuffersWendIn addition, a module based on the popular 'Glew' library provides support for all OpenGL extensions...

3D Jewels

 Defeat Anubis in this snood-like logic/arcade game with outstanding OpenGL-compatible 3D graphics, sounds and background music. You'll get an unlimited number of levels to play in 6 game modes...

 

Results in Tags For opengl

 

OpenGL-Infos 1.10 by Dr. Hoiby- Software Download

  Display Informations about your OpenGL driver and Launch a mini-test of your OpenGL (very useful for now if your OpenGL installation works correctly). ..

NetChess3DR 1.0

 This chess game can be played as a stand-alone game, over the Internet or on a network. It provides 3D visualization of pieces and moves...

Falco Checkers

 This 3D Checkers game can be played as a stand-alone game, over the Internet...

Falco Chess

 This 3D chess game can be played as a stand-alone game, over the Internet...

3D Backgammon

 Backgammon 3D is a 3D visualization of a classical board game - Backgammon. Now you can play with your computer not only on a flat screen, but also enjoy 3D operations - rotating the board, looking at the board from the side of your opponent, and other cool features..

3D Roulette

 Roulette is a simple, easy to learn and exciting game. It offers a wide variety of bets and a combination of bets with both long and even odds. This version includes both European and American type roulettes and has realistic wheel behavior...

ArcaMania

 New horror levels included! ArcaMania is a brick-busting classic Arcanoid clone, 60 original levels, over 20 bonuses, advanced aiming with your pad, about 30 kinds of bricks in graphics full of colors, monsters, Hi-color graphic efects and sounds...

Moon 3D Space Tour

 Pretend you're an astronaut and circle the moon from the comfort of your own desk with this realistic screensaver. Watch as the moon appears before you, complete with real craters and mountains, based on rendered topology maps. The whole thing is animated in 3D, and is astronomically accurate and photo-realistic in quality. More than 9,000 stars make up the background and each one is in its correct position and appears with realistic brightness and colour. Arbitrary camera flyby trajectory allows to admire the Planet in different perspectives and views...

Solitairex 3D

 Solitairex 3D is a solitaire game that has 33 different solitaire variants. It is a collection of card games for one player commonly known as "Patience" games. Some games are difficult to master and some games have simple, but very addictive rules...

BlitzMax

 BlitzMax is the new, next generation game programming language from Blitz Research. BlitzMax retains the BASIC roots of Blitz3D and BlitzPlus, but adds a ton of cool new features and abilities.BlitzMax is BASIC...but with a few twists, including: -Function pointers -Fully dynamic arrays -Inheritance and polymorphism -'By reference' function parameters -Byte, Short, Int, Long, Float and Double numeric data types -Array and string slicing -Flexible 'collection' system for dealing with linked lists etc -Low level pointer handling -UTF16 strings -The ability to 'Incbin' binary data and access it as easily as if it were a regular file -External language support for interfacing with C/C++/ObjectiveC or assembly code. Multiplatform supportBlitzMax has been designed from the ground up for multiplatform support, and BlitzMax programs can be compiled for MacOS X, Windows and Linux PC's. The BlitzMax license is 'all in one' - buy BlitzMax once and run your programs on all 3 platforms!Modular designBlitzMax is largely based around the idea of modules, collections of commands stored in special files. You can add your own modules to the system, allowing you to cleanly reuse code in your own projects. Modules are also a great way to distribute libraries of commands, and Blitz Research have many weird and wonderful modules lined up for future release!Easy to use 2D command setBlitzMax includes the Max2D module which contains a set of very easy to use 2D commands. Max2D is based on OpenGL, allowing for advanced effects such as realtime blending, rotation and scaling.Intelligent build systemBlitzMax allows you to split a project up into multiple source files which can be pre-compiled to massively reduce development time. This process is handled automatically by the included BMK ('Blitz make') utility and is completely transparent to the developer.IDE and DebuggerThe BlitzMax package includes an 'integrated development environment' (IDE), which is used to enter your programs, and a debugger for tracking down bugs.Direct OpenGL supportThanks to the OpenGL module, you can use BlitzMax for direct OpenGL programming. Writing an OpenGL program is now as simple as:bglCreateContext 640,480While Not KeyHit( KEY_ESCAPE ) glClear GL_COLOR_BUFFER_BIT glBegin GL_TRIANGLES glVertex2i 0,1 glVertex2i 1,-1 glVertex2i -1,-1 glEnd bglSwapBuffersWendIn addition, a module based on the popular 'Glew' library provides support for all OpenGL extensions...

Related search : ,,,,
Order by Related - New Release - Rate

  opengl drivers -   c opengl framework -   opengl browser -   opengl games -   opengl shading -

 

 

 
Advertisement