diff options
author | Kenneth Russel <[email protected]> | 2003-06-26 13:21:12 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2003-06-26 13:21:12 +0000 |
commit | 560a89f99aa8514915de874f2e26d15d45644ffc (patch) | |
tree | 912ae7417c7c3e2f6f173dc87b3e61ced7d1a2e6 /doc | |
parent | 08297582e7e0988bac6cffb6dddc7daa6e50c5ce (diff) |
Initial Mac OS X port of Jogl by Gerard Ziemski and Kenneth Russell,
subsuming the previous prototype implementation (no GLCanvas support)
done by Marc Downie.
Added user's guide (HTML format) under doc/userguide/index.html.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@7 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/readme.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/readme.html b/doc/readme.html index 56684af..d122da6 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -77,14 +77,12 @@ requirements: <TR> <TD> demos.vertexProgRefract.VertexProgRefract <TD> NVidia GeForce 2 or better (uses NV_register_combiners). Runs - on Windows, Linux, and Mac OS X (pending putback of the Mac OS X - GLCanvas implementation). + on Windows, Linux, and Mac OS X. <TR> <TD> demos.vertexProgWarp.VertexProgWarp <TD> Any card supporting ARB_vertex_program. Runs on Windows, Linux, - and Mac OS X (pending putback of the Mac OS X GLCanvas - implementation). + and Mac OS X. </TABLE> |