refactor(examples): split GraphDemo into separate demos
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 17 Mar 2026 18:30:29 +0000 (20:30 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 17 Mar 2026 18:30:29 +0000 (20:30 +0200)
commiteb1a3ae4e4abdc3fc94e224990ebb73220b6ba6e
treeed7a8e93bf6ba23f0731cfff6df83c4c2cf0b630
parentb9a32d2e5e3229e20c826658bc6af4d074bc14c7
refactor(examples): split GraphDemo into separate demos

Separate math function graphs into MathGraphsDemo, leaving GraphDemo with only the sine heightmap and sphere. Update launcher with both demos.
doc/index.org
src/main/java/eu/svjatoslav/sixth/e3d/examples/GraphDemo.java
src/main/java/eu/svjatoslav/sixth/e3d/examples/MathGraphsDemo.java [new file with mode: 0644]
src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/ApplicationListPanel.java