Skip to content

sircaffe/64b2pixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Simple algorithm that decodes uint64_t numbers into pixels, treating each individual bit as "pixel on" or "pixel off" and renders it directly into the terminal stdout.

Note

This decoder was made to optimize the current boolean pixel representation of Chip-8 Emulator

Try it out

$ ./build.pl
$ ./a.out

Demo

Triangle Demo

About

PoC of pixel representation encoded in 64/32 bit unsigned integer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published