Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ebitengine game of life example #60

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

rokostik
Copy link
Contributor

This PR adds an ebitengine game of life example. It runs very slow and I think it could be useful to use as a benchmark for optimizations.

Also added two new built in functions random-integer and change\\nth! needed for the example.

Depends on changes in https://github.com/refaktor/rye-contrib/pull/2

@refaktor refaktor merged commit d13d6e4 into refaktor:main Dec 13, 2023
1 of 2 checks passed
@refaktor
Copy link
Owner

Great! I can't wait to review it ... this is an unusual problem for Rye, so it will be good in improving it for more imperative problems. And I was already thinking yes that adding a game engine will add pressure to be more aware of speed implications. So yes, it will be a good general benchmark! :)

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.

2 participants