-
-
Notifications
You must be signed in to change notification settings - Fork 26
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 Triangular grid game of life module #882
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is blocked until I merge in some local changes to modV which handle the new "event" type, for button props. |
This is now unblocked :) |
Yeah go ahead sorry I was OOO |
2xAA
added a commit
that referenced
this pull request
Aug 2, 2024
* add triangles module * hue settings * fix: add missing features, field reset and a few nice-to-haves --------- Co-authored-by: Sam Wray <sam@wray.pro>
github-actions bot
pushed a commit
that referenced
this pull request
Aug 2, 2024
# [3.30.0](3.29.1...3.30.0) (2024-08-02) ### Bug Fixes * adds willReadFrequently option to improve getImageData performance ([#902](#902)) ([c1fedad](c1fedad)) * adds willReadFrequently option to improve getImageData performance ([#902](#902)) ([63c2afd](63c2afd)) * **preview:** removes redundant resolution display and keeps preview in view ([#904](#904)) ([cb955ae](cb955ae)) * **preview:** removes redundant resolution display and keeps preview in view ([#904](#904)) ([226f9af](226f9af)) * remove menubar on output windows ([#915](#915)) ([c4d9ed9](c4d9ed9)) * remove menubar on output windows ([#915](#915)) ([3a861aa](3a861aa)) * removes webpack dev-server client error overlay ([#900](#900)) ([23b00a5](23b00a5)) * removes webpack dev-server client error overlay ([#900](#900)) ([30ac2b3](30ac2b3)) * resolve dependancy for node 20 support ([#917](#917)) ([b09d4b7](b09d4b7)) * three.js module initialisation from preset load ([#905](#905)) ([f39311d](f39311d)) * three.js module initialisation from preset load ([#905](#905)) ([590da42](590da42)) ### Features * add Triangular grid game of life module ([#882](#882)) ([6333add](6333add)) * add Triangular grid game of life module ([#882](#882)) ([4e12899](4e12899)) * **event-prop-type:** adds event prop type ([#909](#909)) ([2aa6b42](2aa6b42)) * **event-prop-type:** adds event prop type ([#909](#909)) ([434e366](434e366)) * **get-module-data:** adds getModuleData ([#906](#906)) ([a093a39](a093a39)) * **get-module-data:** adds getModuleData ([#906](#906)) ([edb4d7b](edb4d7b)) * **haptics:** adds haptics for magic trackpads ([#908](#908)) ([4555bb1](4555bb1)) * **haptics:** adds haptics for magic trackpads ([#908](#908)) ([cc5ee63](cc5ee63)) * **macos-document-handling:** implement representedFilename API ([#907](#907)) ([947fcbe](947fcbe)) * **macos-document-handling:** implement representedFilename API ([#907](#907)) ([6fb56ed](6fb56ed))
🎉 This issue has been resolved in version 3.30.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Simple lift and shift of (triangles)[https://github.com/radiodario/triangles] module and adapt to work on modv