Changeset 157
- Timestamp:
- 06/19/06 11:36:06 (2 years ago)
- Files:
-
- trunk/docs/al.html (modified) (1 diff)
- trunk/docs/derelictify.html (modified) (1 prop)
- trunk/docs/ft.html (added)
- trunk/docs/gl.html (modified) (1 diff)
- trunk/docs/glfw.html (modified) (1 diff)
- trunk/docs/index_a.html (modified) (2 diffs)
- trunk/docs/ogg.html (modified) (1 prop)
- trunk/docs/sdl.html (modified) (1 diff)
- trunk/docs/styles.css (modified) (1 prop)
- trunk/docs/terms.html (modified) (1 prop)
- trunk/docs/toc.html (modified) (1 diff)
- trunk/docs/vorbis.html (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/al.html
r153 r157 11 11 <hr> 12 12 <h3>Introduction</h3> 13 DerelictAL is a D binding to the <a href="http://www.openal.org ">OpenAL</a>13 DerelictAL is a D binding to the <a href="http://www.openal.org/">OpenAL</a> 14 14 library. 15 15 trunk/docs/derelictify.html
- Property svn:mime-type set to text/html
trunk/docs/gl.html
r153 r157 11 11 <hr> 12 12 <h3>Introduction</h3> 13 DerelictGL is a D binding to the <a href="http://www.opengl.org ">OpenGL</a>13 DerelictGL is a D binding to the <a href="http://www.opengl.org/">OpenGL</a> 14 14 library. Currently, DerelictGL only exposes core OpenGL 1.1 functions. In order 15 15 to use features available in OpenGL versions greater than 1.1, you must use trunk/docs/glfw.html
r149 r157 11 11 <hr> 12 12 <h3>Introduction</h3> 13 DerelictGLFW is a D binding to the <a href="http://glfw.sourceforge.net ">GLFW</a>13 DerelictGLFW is a D binding to the <a href="http://glfw.sourceforge.net/">GLFW</a> 14 14 programming framework by Marcus Geelnard. GLFW is designed to be a free, 15 15 open source, portable framework for OpenGL application development. Currently, trunk/docs/index_a.html
r149 r157 27 27 <li><a href="http://www.libsdl.org/projects/SDL_net/">SDL_net</a></li> 28 28 <li><a href="http://www.libsdl.org/projects/SDL_ttf/">SDL_ttf</a></li> 29 <li><a href="http://www.freetype.org/">FreeType</a></li> 29 30 <li><a href="http://www.xiph.org/ogg">libogg</a></li> 30 31 <li><a href="http://www.xiph.org/vorbis">libvorbis</a></li> … … 182 183 <li><a href="sdlnet.html">DerelictSDLNet</a></li> 183 184 <li><a href="sdlttf.html">DerelictSDLttf</a></li> 185 <li><a href="ft.html">DerelictFT</a></li> 184 186 <li><a href="ogg.html">DerelictOgg</a></li> 185 187 <li><a href="vorbis.html">DerelictVorbis</a></li> trunk/docs/ogg.html
- Property svn:mime-type set to text/html
trunk/docs/sdl.html
r149 r157 11 11 <hr> 12 12 <h3>Introduction</h3> 13 DerelictSDL is a D binding to Sam Lantinga's <a href="http://www.libsdl.org ">Simple13 DerelictSDL is a D binding to Sam Lantinga's <a href="http://www.libsdl.org/">Simple 14 14 DirectMedia Layer</a>, a cross-platform multimedia library designed to provide 15 15 low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, trunk/docs/styles.css
- Property svn:mime-type set to text/html
trunk/docs/terms.html
- Property svn:mime-type set to text/html
trunk/docs/toc.html
r149 r157 30 30 <li><a target="view_frame" href="sdlnet.html">DerelictSDLNet</a></li> 31 31 <li><a target="view_frame" href="sdlttf.html">DerelictSDLttf</a></li> 32 <li><a target="view_frame" href="ft.html">DerelictFT</a></li> 32 33 <li><a target="view_frame" href="ogg.html">DerelictOgg</a></li> 33 34 <li><a target="view_frame" href="vorbis.html">DerelictVorbis</a></li> trunk/docs/vorbis.html
- Property svn:mime-type set to text/html
