vulkano-examples VS rustetris

Compare vulkano-examples vs rustetris and see what are their differences.

vulkano-examples

Examples of using vulkano (by vulkano-rs)

rustetris

Simple tetris in Rust for learning (by ShootingStar91)
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
vulkano-examples rustetris
1 1
125 1
- -
2.9 0.0
over 2 years ago almost 2 years ago
Rust Rust
GNU General Public License v3.0 or later -
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.

vulkano-examples

Posts with mentions or reviews of vulkano-examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-26.
  • Minimal graphics crate for Rust
    12 projects | /r/rust | 26 Apr 2021
    But then somehow I feel it might not be what OP is after... because vulkan is pretty barebones in itself, even basic triangle example is almost 300 lines of code (550 with comments): https://github.com/vulkano-rs/vulkano-examples/blob/master/src/bin/triangle.rs

rustetris

Posts with mentions or reviews of rustetris. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-26.
  • Minimal graphics crate for Rust
    12 projects | /r/rust | 26 Apr 2021
    I used pixels and winit to write a simple tetris couple weeks ago. If simply drawing pixels on screen and reading input from keyboard is what you want, it's pretty good. My tetris is here if you want to take a look although I guess some of the examples for pixels-rs are better for learning, idk

What are some alternatives?

When comparing vulkano-examples and rustetris you can also consider the following projects:

macroquad - Cross-platform game engine in Rust.

rust-sfml - SFML bindings for Rust

miniquad - Cross platform rendering in Rust

good-web-game - An alternative ggez implementation on top of miniquad.

rust_minifb - Cross platfrom window and framebuffer crate for Rust

pixels - A tiny hardware-accelerated pixel frame buffer. 🦀

Tetra - 🎮 A simple 2D game framework written in Rust

ggez - Rust library to create a Good Game Easily