diff options
author | Sven Gothel <[email protected]> | 2023-08-07 13:31:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-08-07 13:31:50 +0200 |
commit | c1b6094db1297f92141c4c9d9a3714ab185e242b (patch) | |
tree | 17811d0d82351db555c48fb7a3b313909df54c1d | |
parent | 5be77843127a785bcdfc4dbc041fcf42c6971592 (diff) |
README/index: 'Graph UI' -> GraphUI
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | www/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ JOGL integrates with the AWT, Swing, OpenJFX and SWT widget sets, as well as wit JOGL also provides its own [native windowing toolkit, NEWT](https://jogamp.org/jogl/doc/NEWT-Overview.html), running on top of X11, Windows, MacOS and even on bare-metal console mode without a windowing system. JOGL contains [Graph](https://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/graph/curve/OutlineShape.html), [a resolution-independent GPU NURBS curve renderer](https://jausoft.com/blog/2023/02/22/reimagine-java-on-desktop-bare-metal-devices/) suitable for desktop and embedded devices and supporting [text type rendering](https://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/graph/curve/opengl/TextRegionUtil.html) \[ [paper](https://jogamp.org/doc/gpunurbs2011/p70-santina.pdf), [slides](https://jogamp.org/doc/gpunurbs2011/graphicon2011-slides.pdf) \]. -Graph is used in the contained [Graph UI, enabling immersive UI within the 3D scene](https://jausoft.com/blog/tag/graph_type_rendering/). +Graph is used in the contained [GraphUI, enabling immersive UI within the 3D scene](https://jausoft.com/blog/tag/graph_type_rendering/). JOGL is part of [the JogAmp project](https://jogamp.org). diff --git a/www/index.html b/www/index.html index 4da8b4611..5b50d21b0 100644 --- a/www/index.html +++ b/www/index.html @@ -107,7 +107,7 @@ </p> <p> JOGL contains <a href="https://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/graph/curve/OutlineShape.html">Graph</a>, <a href="https://jausoft.com/blog/2023/02/22/reimagine-java-on-desktop-bare-metal-devices/">a resolution-independent GPU NURBS curve renderer</a> suitable for desktop and embedded devices and supporting <a href="https://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/graph/curve/opengl/TextRegionUtil.html">text type rendering</a> [ <a href="https://jogamp.org/doc/gpunurbs2011/p70-santina.pdf">paper</a>, <a href="https://jogamp.org/doc/gpunurbs2011/graphicon2011-slides.pdf">slides</a> ]. - Graph is used in the contained <a href="https://jausoft.com/blog/tag/graph_type_rendering/">Graph UI, enabling immersive UI within the 3D scene</a>. + Graph is used in the contained <a href="https://jausoft.com/blog/tag/graph_type_rendering/">GraphUI, enabling immersive UI within the 3D scene</a>. </p> <p> <a href="https://jogamp.org/wiki/index.php?title=SW_Tracking_Report_Feature_Objectives_Overview">List of proposed work items & use-cases</a> and <a href="https://jausoft.com/blog/tag/jogamp/">current blog entries</a>. |