Releases: hybridmachine/GameOfLife3D.NET
Releases · hybridmachine/GameOfLife3D.NET
v1.0.6
What's New
- Updated the About dialog to show the packaged app version and author attribution.
- Added desktop-menu access for video recording and generation navigation controls.
- Bumped the macOS bundle version to 1.0.6 so the About dialog matches this GitHub release.
Verification
dotnet build --configuration Release./signing/Publish-And-Sign-macOS.zshcodesign --verify --deep --strict --verbose=2 "build/macOS/Game of Life 3D.app"spctl --assess --type execute --verbose=2 "build/macOS/Game of Life 3D.app"xcrun stapler validate "build/macOS/Game of Life 3D.app"
v1.0.5
What's New
Updated to use desktop style menus instead of a slide out panel for the application options and features.
GameOfLife3D.NET v1.0.4
What's New
Cell Shape Variety
- 9 cell shape options (#9): Cube, Rounded Cube, Tetrahedron, Octahedron, Pyramid, Icosahedron, Dodecahedron, Sphere, and Capsule — selectable from the Cell Shape dropdown with live thumbnails.
- Cinematic mode now cycles cell shapes (#10): each new pattern picks a random shape in addition to a random palette, with no consecutive repeats. Your pre-cinematic shape is restored when you exit cinematic mode.
Downloads
- macOS (Apple Silicon):
GameOfLife3D.NET-macOS-arm64.zip— signed and notarized .app bundle. Requires macOS 13.0 or later. - Windows (x64):
GameOfLife3D.NET-win-x64.zip— signed self-contained single-file executable. Unzip and runGameOfLife3D.NET.exe.
GameOfLife3D.NET v1.0.3
What's New
- Cycle gradient palette during cinematic mode (#8)
- Remove
imgui.inifrom source tree - macOS signing/notarization workflow documented in repo
Downloads
- macOS (Apple Silicon):
GameOfLife3D.NET-macOS-arm64.zip— signed and notarized .app bundle
GameOfLife3D.NET v1.0.2
GameOfLife3D.NET v1.0.2
This release packages the current macOS arm64 build with the updated app icon from logo.png.
- Bundle version:
1.0.2 - Build: Release, osx-arm64
- Distribution: signed, notarized, and stapled macOS app bundle
- Asset:
GameOfLife3D.NET-macOS-arm64.zip
Verification
codesign --verify --deep --strict --verbose=2 "build/macOS/Game of Life 3D.app"spctl --assess --type execute --verbose=2 "build/macOS/Game of Life 3D.app"xcrun stapler validate "build/macOS/Game of Life 3D.app"
SHA-256:
f3ed7f68791db866b56596a1898504a45ce601b600b4ca5f8c741779bac5b91a GameOfLife3D.NET-macOS-arm64.zip
GameOfLife3D.NET v1.0.1
Changes
- Adds a curated cinematic playlist with visually interesting Game of Life patterns.
- Shows a fading pattern label each time cinematic mode starts a new pattern.
- Adds
AGENTS.mdcontributor guidelines. - Bumps the macOS bundle version to
1.0.1.
macOS Artifact
GameOfLife3D.NET-macOS-arm64.zip- Signed with Developer ID Application.
- Notarized and stapled.
- SHA-256:
e764a547c58f87afaff09599670f453482dec876d73af5c16556f6ecc45e370b
Validation
./signing/Publish-And-Sign-macOS.zshcodesign --verify --deep --strict --verbose=2spctl --assess --type execute --verbose=2xcrun stapler validate
GameOfLife3D.NET v1.0.0
Initial standalone release.
Assets:
- GameOfLife3D.NET-v1.0.0-win-x64.exe: signed, self-contained, single-file Windows x64 executable
- GameOfLife3D.NET-v1.0.0-linux-x64: self-contained, single-file Linux x64 executable
- GameOfLife3D.NET-macOS-arm64.zip: macOS arm64 build
SHA256:
34AAFF693DD911CFA4A69D131C3D9A33C38577EAD03820A0331055BBF84B522C GameOfLife3D.NET-v1.0.0-win-x64.exe
5D93CC8F43D1210659FBC2BD5C8CF834E05920AAD50376759E9BC1C1E69FFEDD GameOfLife3D.NET-v1.0.0-linux-x64
38C8C482FC4A7E2E941B1B1B157AF3983E48E4B6CAEE3A8F376AF9C8B090E5C8 GameOfLife3D.NET-macOS-arm64.zip