1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 12:17:35 +00:00

Demos: Add Eyes demo

This is a neat clone of xeyes. It demoes the new ellipse filling functionality,
as well as the existing global mouse cursor tracking functionality :^)
This commit is contained in:
Sergey Bugaev 2020-05-24 21:08:26 +03:00 committed by Andreas Kling
parent 8520d3a425
commit 174ac5d348
6 changed files with 254 additions and 0 deletions

View file

@ -1,5 +1,6 @@
add_subdirectory(Cube)
add_subdirectory(DynamicLink)
add_subdirectory(Eyes)
add_subdirectory(Fire)
add_subdirectory(HelloWorld)
add_subdirectory(LibGfxDemo)