use numpy instead of bitmasks and get atleast 15x speedup, change default cols and rows to 128x96 for more space.

This commit is contained in:
csd4ni3l
2025-06-24 13:20:43 +02:00
parent c44dde3297
commit 88416c81e7
7 changed files with 119 additions and 85 deletions

View File

@@ -6,5 +6,6 @@ readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.2.0",
"numpy>=2.3.1",
"pypresence>=4.3.0",
]