Skip to content

Comments

Refactor argument parsing and random sprite logic#1

Merged
Decryptu merged 1 commit intomainfrom
dev
Nov 6, 2025
Merged

Refactor argument parsing and random sprite logic#1
Decryptu merged 1 commit intomainfrom
dev

Conversation

@Decryptu
Copy link
Owner

@Decryptu Decryptu commented Nov 6, 2025

Replaces heap-allocated argument parsing with a fixed-size array for improved performance and simplicity. Refactors random sprite selection to use a custom Xorshift64 PRNG and removes unnecessary allocator usage. Updates .gitignore to exclude zig-out directory and removes old build artifacts.

Replaces heap-allocated argument parsing with a fixed-size array for improved performance and simplicity. Refactors random sprite selection to use a custom Xorshift64 PRNG and removes unnecessary allocator usage. Updates .gitignore to exclude zig-out directory and removes old build artifacts.
@Decryptu Decryptu merged commit f3209ae into main Nov 6, 2025
@Decryptu Decryptu deleted the dev branch November 6, 2025 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant