Skip to content

This program will display a solid color to make any dead pixels more obvious.

Notifications You must be signed in to change notification settings

daniel-j-anderson-dev/dead_pixel_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dead Pixel Check

This program will display a solid color to make any dead pixels more obvious.
Color order: White -> Black -> Red -> Green -> Blue -> White

Change colors with

  • Spacebar
  • Any Mouse Button
  • Touch

Close with

  • Escape

Examples

  • Run on native: cargo run
  • Spin up a web server that hosts the app's WASM binary: cargo --example web
    • Note: to add wasm32-unknown-unknown target run rustup target add wasm32-unknown-unknown

The index.html in the examples/web folder should work with any macroquad WASM binary

About

This program will display a solid color to make any dead pixels more obvious.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages