Showcase¶
The following apps have been developed with Dear PyGui by various developers.
Tetris¶
Tetris is a remake of the original Tetris tile-matching game as adopted by IBM PC. Even though Dear PyGui is not a game engine, it can easily handle graphical animations such as these.
The source code is available in the Tetris Github repository.
Snake¶
Snake is a simple game with customisable settings for changing the speed and colours and fixing the snake length. Entirely made with Dear PyGui.
The source code is available in the Snake Github repository.
Digital Phosphor Display with RTLSDR¶
Digital Phosphor Display Video
This video demonstrates an Intensity graded FFT or Python Digital Phosphor Display by Thomas Schucker. The accompanying blog post shows how to create a this dynamic graph.
The source code is available in the Digital Phosphor Github repository.