A collection of experiments and examples built with NiceGUI.
# Install uv if not already installed
curl -LsSf https://astral.sh/uv/install.sh | sh
# Sync dependencies
uv sync
# Run an example
uv run python 001_fake_secret_app/main.py| # | Example | Description |
|---|---|---|
| 001 | fake_secret_app | Secret app demonstration |
| 002 | video_2_average | Video processing example |
| 003 | tictactoe | Tic-Tac-Toe game |
| 004 | benchmark_fibonacci | Fibonacci benchmark |
| 005 | game_of_life | Conway's Game of Life with p5.js |
| 006 | d3js_linechart | D3.js line chart integration |
| 007 | point_cloud | 3D Point Cloud with Three.js (Python-side animation) |
| 008 | point_cloud_threejs | 3D Point Cloud with Three.js (JS-side animation with configurable FPS) |