cargo-check-deadlock
nannou
cargo-check-deadlock | nannou | |
---|---|---|
3 | 66 | |
24 | 5,971 | |
- | 0.8% | |
8.1 | 5.6 | |
6 days ago | 7 days ago | |
Rust | Rust | |
Apache License 2.0 | MIT License |
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.
cargo-check-deadlock
-
The Borrow Checker Within
Thinking about this some more, that example has a mutex in a single thread program. If it's ever reached while locked, the program is stuck. This is a demonstration that the backlink problem and single-thread deadlock detection are equivalent.
Work on compile time deadlock detection for Rust is underway.[1] It's complicated, but do-able.
[1] https://github.com/hlisdero/cargo-check-deadlock
-
Petri Net for tokio ?
And a project uses it to check for deadlocks. https://github.com/hlisdero/cargo-check-deadlock/ but it doesn't work for async code, yet.
-
Hey Rustaceans! Got a question? Ask here (23/2023)!
Hi, I'm looking for tools that can statically detect possible deadlocks in async fns. I'm aware of lockbud and cargo-check-deadlock, neither of which can analyse async code. Is there any tools that support this?
nannou
- VVVV – A Hybrid Visual/Textual Development Environment
-
Can someone help me with ownership and borrowing?
Another idea would be to do something with Nannou, it's pretty straightforward to get some visually pleasing results and I find these Processing/P5 inspired creative coding libraries allow for a lot of exploration and expression. The Coding Train is a YouTube channel which has dozens of these kinds of projects, translating them into Rust certainly is good exercise.
-
Hey Rustaceans! Got a question? Ask here (23/2023)!
Assuming you’re talking about https://nannou.cc they advertise a slack, a matrix, and a github org.
-
Looking for lib recommendations for developing ui tool
Never used this, no idea If it's what you want, but maybe https://nannou.cc/?
- “Creative Coding” libraries for A/VFX in Rust, a.l.a. Cinder for C++ or Processing for Java?
-
A simple 2d graphic library
https://nannou.cc/ may be worth checking out.
- Nannou- a creative coding framework for Rust. .It is a library that aims to make it easy for artists to express themselves with simple, fast, reliable code.
-
Nannou – An open-source creative-coding framework for Rust
"creative coding" usually refers to a framework where a developer/artist can code up nice things quickly
for example https://github.com/nannou-org/nannou/blob/master/examples/dr...
-
[Media] Genetic algorithm simulation - Smart rockets (code link in comments)
I've exported individual frames using this mechanism, I've never tried gif encoding before but seems like there's support for it,
What are some alternatives?
lincheck - A linearizability checker for concurrent data structures
rust-skia - Rust Bindings for the Skia Graphics Library
SMPT - SMPT is a SMT-based model checker for Petri nets focused on reachability problems that takes advantage of net reductions (polyhedral reductions).
macroquad - Cross-platform game engine in Rust.
mfcc-rust
racket - The Racket repository
cargo-edit - A utility for managing cargo dependencies from the command line.
Cinder - Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
lockbud - Statically detect memory, concurrency bugs and possible panic locations for Rust.
simple-game - A personal collection of windowing/graphics/game code to get started quickly on games and graphical applications
rust-playground - The Rust Playground
wgpu - A cross-platform, safe, pure-Rust graphics API.