Skip to content

A little playground for testing pixel logic patterns (for Playdate)

License

Notifications You must be signed in to change notification settings

gingerbeardman/mandala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

mandala

A little playground for testing pixel logic patterns on Playdate

https://i.imgur.com/OQHNwm7.gif

Generating a screen takes a couple of seconds on Playdate hardware as it requires per-pixel processing of the entire 400x240 screen = 96,000 pixels. As such, these effects are not currently suitable for real-time use, but should rather be pre-rendered or cached in some way. There may be some optimisations that can be made to improve the situation.

Or you can run it full speed in Playdate Simulator.

More info

License

MIT LICENSE

About

A little playground for testing pixel logic patterns (for Playdate)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages