pixstage

Crates.iopixstage
lib.rspixstage
version0.0.2
sourcesrc
created_at2024-03-05 16:56:51.787391
updated_at2024-03-06 16:54:40.488905
descriptionA canvas for drawing pixels
homepage
repository
max_upload_size
id1163253
size99,423
Latias94 (Latias94)

documentation

README

Pixstage

Pixstage is a canvas that can draw pixels. It built on top of Rust and wgpu.

It will be a good choice for you to build a retro game emulator or a tiny software renderer.

Currently, Pixstage is lack of well-designed interface and waiting for refactoring.

Todo

  • Rely on raw-window-handle instead of winit
  • Improve performance
  • Well-designed interface
  • Support for multiple platforms

Example

Screenshot

rectangle_and_line
Commit count: 0

cargo fmt