2 releases

0.0.2 Mar 6, 2024
0.0.1 Mar 5, 2024

#207 in Graphics APIs

Download history 230/week @ 2024-03-02 57/week @ 2024-03-09 73/week @ 2024-03-16 28/week @ 2024-03-30 2/week @ 2024-04-06

110 downloads per month

MIT license

37KB
434 lines

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

Dependencies

~5–44MB
~689K SLoC