Rename to Fractal Viewer, add Sierpinsky Carpet, use arcade 3.2.0

instead
of development
This commit is contained in:
csd4ni3l
2025-05-24 09:24:22 +02:00
parent c295fec105
commit 51c0c6ef05
13 changed files with 280 additions and 109 deletions

View File

@@ -1,10 +1,10 @@
[project]
name = "MandelbrotViewer"
name = "FractalViewer"
version = "0.1.0"
description = "Mandelbrot viewer in Python using compute shaders and the Arcade and Pyglet modules."
description = "Fractal viewer in Python using compute shaders and the Arcade and Pyglet modules."
readme = "README.md"
requires-python = ">=3.11"
dependencies = ["arcade", "pypresence>=4.3.0"]
[tool.uv.sources]
arcade = { git = "https://github.com/pythonarcade/arcade.git", rev = "development" }
dependencies = [
"arcade==3.2.0",
"pypresence>=4.3.0",
]