1
Fork 0
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:
Stephan Unverwerth 2020-04-18 12:23:56 +02:00 committed by Andreas Kling
parent 2dcc38d7bf
commit 1806592d58
3 changed files with 222 additions and 0 deletions

View file

@ -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