OpenGL ARB March ‘04 meeting notes review proposed OpenGL 2.0 feature set for release at SIGGRAPH 20
Categories: Developers |
May 29, 2004
The March ARB meeting notes discuss OpenGL 2.0 feature options for release at SIGGRAPH 2004. The proposed feature set will include the OpenGL Shading Language, Floating point buffer extensions, Pixel buffer objects, ARB_point_sprite, ARB_texture_non_power_of_two, Indexed texture access via new fragment shader operations, EXT_blend_equation_separate, SUN_slice_accum, ATI_draw_buffers, ARB_extension_query, and Two-sided stencil.
JDK 1.5-beta2 includes OpenGL-accelerated Java 2D Pipeline on Linux, Solaris and Win32
Categories: Developers |
May 27, 2004
Sun Microsystems has released JDK 1.5-beta2 (codenamed “Tiger”). This release includes an OpenGL-accelerated pipeline for the Java 2D API. The pipeline was only available on Linux and Solaris for the 1.5-beta release, but is now also available on Windows as of the 1.5-beta2 release. The OpenGL-based pipeline accelerates many simple primitives such as fills, draws, and text. However, the real benefits are seen for complex operations like compositing, shape clips, image transforms (both nearest neighbor and bilinear), GradientPaint, TexturePaint, antialiased shapes, etc. Please download this latest release and send Sun your feedback so they can make JDK 1.5 as stable as possible! Now imagine an OpenGL-accelerated Swing GUI!
Gameversity offers a free seminar on OpenGL Shading Language programming - June 2, 2004
Categories: Developers |
May 27, 2004
Gameversity, an online education website for game developers, is offering two free online seminars. 1) Chat Session on Fourier Transforms by Volker Nachmann (2 hours), and a 2-Day Seminar: “Implementing Parallax Mapping and the Cook-Torrance Reflection model with OpenGL Shading Language” by Jesse Laeuchli and Wolfgang Engel.
FreeWorld3D v0.1.0 Terrain and Level Editor uses the OpenGL API for rendering
Categories: Applications |
May 27, 2004
FreeWorld3D is a fully interactive 3D world creation tool, specifically designed for use in game development. The rendering technology is based on the OpenGL API. FreeWorld3D is being designed to be completely game independent for use with any project.
.NET OpenGL API-based 3D Space Invaders game
Categories: Developers |
May 27, 2004
A cool 3D version of Space Invaders - just like the original but in fantastic OpenGL-accelerated 3D. It is built in C# and uses the .Net framework v1.1 and the Tao OpenGL & OpenAL wrapper library. Inlcudes source and Win binaries.
Cube open source OpenGL-accelerated game enhances animation performance
Categories: Applications |
May 24, 2004
Cube is an open source multiplayer and singleplayer first person shooter game built on a landscape-style engine which combines very high precision dynamic occlusion culling with a form of geometric mipmapping on the whole world for dynamic LOD for configurable fps and graphic detail. It uses the OpenGL API and SDL. The latest release adds SP & DM maps, new textures, mapmodels, a completely new soundtrack yet again, and a variety of code improvements such as better animation. Includes source & binaries for Win32, Mac OS X, Linux, FreeBSD.
“Programmable Hardware Shading in Applications” paper from LightWork Design
Categories: Developers |
May 21, 2004
This PDF document provides an overview of the challenges facing application developers trying to use the newest programmable graphic hardware features in their applications. It also contains a suggested approach to solving those problems and describes how they have been solved in the LightWorks Real-time product
Harry Potter OpenGL 3D Screensaver
Categories: Applications |
May 21, 2004
Watch in amazement as Harry Potter weaves his magic in this mind blowing, FREE 3D screensaver! As he wanders around he waves his wand magically making images appear from the upcoming movie Harry Potter and the Prisoner of Azkaban. But this is no ordinary boring slideshow screensaver, it’s one you have to see to believe! It includes particle and lighting effects, aswell as skeleton animation and heaps of other nifty stuff, and it’s all thanks to extra chewy OpenGL API
Vincent open source project for implementation of OpenGL ES API
Categories: Developers |
May 20, 2004
Vincent is an open source project for developing a compliant software implementation of the OpenGL ES API for mobile devices. The initial target platform are Pocket PCs and Smartphones operating under Windows Mobile 2003. A unique aspect of Vincent is a runtime compilation infrastructure that creates optimized rasterizer code for the current graphics context settings using a JIT compiler. This runtime compilation approach, which is otherwise only available in commercial products, distinguishes the current project significantly from other similar open source projects that aim for providing implementations of the OpenGL API. All code created by this project is released under a liberal BSD-style license, which allows for the creation of commercial derivatives and commercial distributions. The project is registered as an official adopter of the OpenGL ES API and has access to the conformance test suite. A beta version of this library is available for download.
GPUMesh offers cross-platform OpenGL mesh management for GPUs
Categories: Developers |
May 18, 2004
GPUmesh offers developers a simple way to send geometry to the GPU. The user chooses which type of mesh storage is desired (display list, vertex buffer, indexed vertex buffer, ...) and GPUmesh automatically performs the required conversions. The same mesh specification mechanism is used for Direct3D and OpenGL, thus simplifying the task of writing mesh loaders. GPUmesh relies on a mechanism similar to the begin/end approach of standard OpenGL which has proven to be easy to use and very convenient. A complete vertex format specification mechanism is also provided to manage vertex attributes. GPUmesh is free. Full source code and examples are included in the package.
Gizmo3D scene graph V1.2 adds suppport for OpenGL Shading Language
Categories: Developers |
May 18, 2004
The v1.2 of the Gizmo3D scene graph adds full support for hierarhical OpenGL Shading Language shaders with fallback to ARB vp/fp or fixed function pipeline, physics integration with Meqon physics library, improved window integration with Mac OS X, QT, X11, Win32, wxWindows, and real time distributed network graphic objects. The Gizmo3D is now part of a larger framework called GizmoSDK wich is free for non commercial applications.
OpenGL 3D visualization with Lua script
Categories: Developers |
May 17, 2004
zeGraph is an object rendering system designed for scientific data visualization and yet can be used to create 3D arts in a broad scope. It is small, fast, and easy to use. The OpenGL API is used as the rendering engine. This distribution is a binding of zeGraph to Lua, a platform independent, light weighted, simple, and powerful script language.
breve v1.9 OpenGL-based behavior simulation environment enhances rendering
Categories: Developers |
May 17, 2004
breve is an OpenGL-based simulation environment which allows users to define the behaviors and interactions of different types of agents in a simulated 3D world and observe the emergent behaviors. This new v1.9 features MPEG movie and PNG image export on all platforms; a fullscreen mode for Linux and Windows; improvements to shadows and reflections; and general improvements and optimizations in the OpenGL-based rendering engine.
SGL 3D Scene Graph Library V 0.7.0 adds OpenGL Shading Language support
Categories: Developers |
May 13, 2004
SGL is a mature and robust cross-platform OpenGL-based 3D Scene Graph API, written in C++. SGL supports a number of 3D file formats (obj, 3ds, TXP, OpenFlight 15.7, VRML 2.0, MD3), and a variety of image file formats. SGL provides build environments for Linux, Solaris, IRIX, Windows (VC++ and cygwin), VxWorks, and MAC OSX. The latest v0.7.0 release adds support for OpenGL Shading Language, Image Caching, Qt improvements, Nvidia’s Cg, Shadow Mapping, multisampling, various ARB extensions, new build platforms, and bug fixes and improvements. (check the downloads link for this new build).
SuperSpriteSurface v1.0 2D OpenGL-Accelerated Game Engine for REALbasic
Categories: Developers |
May 11, 2004
SuperSpriteSurface is a middleware solution for REALbasic developers that allows REALbasic developers to create Macintosh games that utilize the OpenGL API, advanced collision detection and time-based animation.
VRizer Linux library to create stereoscopic output for any OpenGL-based game or software
Categories: Developers |
May 11, 2004
VRizer takes conventional OpenGL-based games or software for virtual reality and creates a library that, when preloaded, intercepts the proper OpenGL/SDL calls to create 2 stereoscopic views out of 1 single frame stream. The original software is not altered in any way but the output is stereoscopic.
Real-time atmospheric scattering using the OpenGL API
Categories: Developers |
May 06, 2004
This paper and OpenGL API demo with source shows how to to real-time atmospheric scattering. It is based on the SIGGRAPH93 publication: “Display of The Earth Taking into Account Atmospheric Scattering”, which is a mathematically-heavy non-realtime algorithm. The demo focuses on optimizations that allow the algorithm to run in real-time without creating large lookup buffers, which allows almost all of the scattering coefficients to be changed quickly at run-time.
Crystal Space is looking for engine/OpenGL programmers to work on their new Shader-savvy renderer
Categories: Developers |
May 06, 2004
Crystal Space is an Open Source 3D engine that runs on Linux, Windows, and MacOS/X. The new in-development renders supports OpenGL 1.5 features like shaders (CG, vertex and fragment shaders), stencil shadows, etc. The renderer design is working and most important things are done. However, there are still a lot of missing features and there is a lot of testing, performance tweaking, and bug hunting that needs to be done.
GUN-TACTYX OpenGL-based Programming Game adds support for OpenGL 1.5
Categories: Applications |
May 06, 2004
GUN-TACTYX is a more advanced version of a programming game called CROBOTS. Players must program the AI algorithms of their own team of bots and follow the fights against other warriors in a 3D arena. The engine (source code available) is based on the OpenGL APIand renders QUAKE3-style graphics to improve the realism of the battle field and involve more the players. This release extends the simulator with support of Soccer-like matches and adds grenades to the usual Fight mode. It also includes support for ARB extensions texture_env_combine, texture_cube_map, vertex_buffer_object and vertex_program. The extensions are used for simple pex-pixel lighting and for models animation. However the game does not require any extension to work properly, but the use of the latest OpenGL 1.5 drivers and a GeForce1 or Radeon graphics card class are recommended.
OpenGL-based falling blocks game in 3D, with monsters!
Categories: Applications |
May 06, 2004
Bloxter is an OpenGL-based arcade/puzzle game with 3D graphics, falling blocks, bonus lamps, alien monsters and more. For Win and Mac OS X.
ATI RADEON X800 to support next-generation OpenGL API
Categories: Processors |
May 05, 2004
The new RADEON X800 graphics technology features an HD pixel shader engine with up to 16 parallel pixel pipelines. it support the OpenGL Shading Language and is ready to suppport the next generation of the OpenGL API.
Sylphis 3D game engines adds support for OpenGL 1.5
Categories: Developers |
May 05, 2004
The new release of the Sylphis 3D game engine adds support for OpenGL 1.5 and the newer video cards with fragment programs support. The engine already supports stencil shadows and realistic physics.
Page 1 of 1 pages
