mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
Demos: Add 3D Cube Demo
This renders a spinning 3D cube and demonstrates the 3D math classes from LibGfx.
This commit is contained in:
parent
2dcc38d7bf
commit
1806592d58
3 changed files with 222 additions and 0 deletions
|
@ -147,6 +147,7 @@ cp ../Applications/Debugger/Debugger mnt/bin/sdb
|
|||
cp ../Games/Solitaire/Solitaire mnt/bin/Solitaire
|
||||
cp ../Demos/HelloWorld/HelloWorld mnt/bin/HelloWorld
|
||||
cp ../Demos/WidgetGallery/WidgetGallery mnt/bin/WidgetGallery
|
||||
cp ../Demos/Cube/Cube mnt/bin/Cube
|
||||
cp ../Demos/Fire/Fire mnt/bin/Fire
|
||||
cp ../Demos/DynamicLink/LinkDemo/LinkDemo mnt/bin/LinkDemo
|
||||
cp ../DevTools/HackStudio/HackStudio mnt/bin/HackStudio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue