qcell VS 3D-Cellular-Automata-WGPU

Compare qcell vs 3D-Cellular-Automata-WGPU and see what are their differences.

qcell

Statically-checked alternatives to RefCell and RwLock (by uazu)

3D-Cellular-Automata-WGPU

3d Cellular Automata using WGPU in Rust (for the web and using compute shaders) (by LelsersLasers)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
qcell 3D-Cellular-Automata-WGPU
2 4
343 26
- -
4.5 0.8
9 months ago about 1 year ago
Rust Rust
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

qcell

Posts with mentions or reviews of qcell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-23.
  • QCell 0.5.0 release, with no_std support
    2 projects | /r/rust | 23 Jan 2022
    An unsoundness issue in TCell and TLCell was discovered and fixed by GitHub user steffahn. This is due to Rust TypeId taking into account the lifetime, i.e. you get a different type-id for the same type with different lifetimes, and Rust will automatically cast between them. The solution is to force invariance with some type voodoo. This is a weird corner of Rust I'd never understood before. Ideally std::any::TypeId docs should be improved. (This bug does not affect the safety of correct use of the crate, but fixing it blocks a malicious coder from getting potential unsoundness through a code review.)
  • GhostCell: Separating Permissions from Data in Rust
    3 projects | /r/rust | 16 Aug 2021
    This is slightly unrelated, but this thread made me dig up my own code that I was writing which was going to be essentially the same as the QCell crate, until I discovered that the QCell crate exists, at which point I stopped working on it and contributed to QCell instead (this PR).

3D-Cellular-Automata-WGPU

Posts with mentions or reviews of 3D-Cellular-Automata-WGPU. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-24.
  • [Media] Customizable 3D Cellular Automata on the web using WGPU!
    1 project | /r/rust | 17 Oct 2022
    GitHub link: https://github.com/LelsersLasers/3D-Cellular-Automata-WGPU (The branches are very messy... I recommend you get latest working downloads from the website at the top of this comment)
  • [Rust/WGPU] Customizable 3D Cellular Automata on the web!
    1 project | /r/cellular_automata | 17 Oct 2022
    Link to website: 3D Cellular Automata [WGPU/Rust]
  • 3D Cellular Automata | Rust | WGPU | 2,6,9/4,6,8,9/10/M
    2 projects | /r/wgpu | 24 Sep 2022
    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!
  • Questions about resizing: 1) How to keep aspect ratio, 2) How to allow resizing as wasm/on web?
    2 projects | /r/wgpu | 4 Sep 2022
    Edit: GitHub link: https://github.com/LelsersLasers/3D-Cellular-Automata-WGPU/tree/main/cellular_automata

What are some alternatives?

When comparing qcell and 3D-Cellular-Automata-WGPU you can also consider the following projects:

ghost-collections - Safe collections written in stable Rust, based on GhostCell and StaticRc.

3D-Cellular-Automata-Raylib - 3d Cellular Automata using Raylib in C++

advisory-db - Security advisory database for Rust crates published through crates.io

oscli - Real time audio visualisation using WGPU

rust - Empowering everyone to build reliable and efficient software.

nbody-wasm-sim - An N-body WebAssembly simulation using Web GPU

samsara - a reference-counting cycle collection library in rust

elodin - Physics simulation software for space + aerospace

deno - A modern runtime for JavaScript and TypeScript.

alacritty - A cross-platform, OpenGL terminal emulator.