Use compute shader instead of numpy vectorization to significantly improve speed and remove numpy dependency

This commit is contained in:
csd4ni3l
2025-07-04 19:01:05 +02:00
parent 1726faf94b
commit 6370505320
6 changed files with 200 additions and 184 deletions

View File

@@ -3,10 +3,8 @@ from arcade.types import Color
from arcade.gui.widgets.buttons import UITextureButtonStyle, UIFlatButtonStyle
from arcade.gui.widgets.slider import UISliderStyle
COLS = 128
ROWS = 96
CELL_SIZE = 6
SPACING = 1
COLS = 160
ROWS = 90
discord_presence_id = 1363780625928028200
log_dir = 'logs'