Initial commit, SVG loading for physics sandbox doesnt work.

This commit is contained in:
csd4ni3l
2025-09-12 08:19:42 +02:00
commit 9c632d1bec
24 changed files with 2721 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "SimulatorGames"
version = "0.1.0"
description = "SimulatorGames"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.2.0",
"cairosvg>=2.8.2",
"pypresence>=4.3.0",
"svgpathtools>=1.7.1",
]