3D Cellular Automata | Rust | WGPU | 2,6,9/4,6,8,9/10/M

This page summarizes the projects mentioned and recommended in the original post on /r/wgpu

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • 3D-Cellular-Automata-Raylib

    3d Cellular Automata using Raylib in C++

  • This project is modeled after a similar project I did this summer in C++ and Raylib. For more information about that project, see its GitHub page: https://github.com/LelsersLasers/3D-Cellular-Automata-Raylib I choose to rewrite it in Rust using WGPU for 2 main reasons: 1) It could run on the web 2) I could use compute shaders to greatly increase performance (currently runs more than 10 times faster natively and 4 times faster on the web than the old version) You can play with this simulation without downloading anything by visiting: https://lelserslasers.itch.io/3d-cellular-automata-wgpu-rust This GitHub page from this project can be found here: https://github.com/LelsersLasers/3D-Cellular-Automata-WGPU The project has many branches, but only some work/are currently being updated (I recommend you get the latest working downloads from the itch.io link above). Cell rules: 2,6,9/4,6,8,9/10/M Survival: 2, 6, 9 Spawn: 4, 6, 8, 9 State: 10 Neighborhood: Moore This video is not sped up at all, it is running in real time at 40~50 ticks per second (a bit higher when not recording). Computer (Galaxy Book Flex) specs: - CPU: Intel® Core™ i5-1135G7 Processor @ 2.40 GHz - GPU: Intel® Iris® Xe Graphics (integrated) - RAM: 8 GB (LPDDR4x) Thanks for watching!

  • 3D-Cellular-Automata-WGPU

    3d Cellular Automata using WGPU in Rust (for the web and using compute shaders)

  • This project is modeled after a similar project I did this summer in C++ and Raylib. For more information about that project, see its GitHub page: https://github.com/LelsersLasers/3D-Cellular-Automata-Raylib I choose to rewrite it in Rust using WGPU for 2 main reasons: 1) It could run on the web 2) I could use compute shaders to greatly increase performance (currently runs more than 10 times faster natively and 4 times faster on the web than the old version) You can play with this simulation without downloading anything by visiting: https://lelserslasers.itch.io/3d-cellular-automata-wgpu-rust This GitHub page from this project can be found here: https://github.com/LelsersLasers/3D-Cellular-Automata-WGPU The project has many branches, but only some work/are currently being updated (I recommend you get the latest working downloads from the itch.io link above). Cell rules: 2,6,9/4,6,8,9/10/M Survival: 2, 6, 9 Spawn: 4, 6, 8, 9 State: 10 Neighborhood: Moore This video is not sped up at all, it is running in real time at 40~50 ticks per second (a bit higher when not recording). Computer (Galaxy Book Flex) specs: - CPU: Intel® Core™ i5-1135G7 Processor @ 2.40 GHz - GPU: Intel® Iris® Xe Graphics (integrated) - RAM: 8 GB (LPDDR4x) Thanks for watching!

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts