An open API service indexing awesome lists of open source software.

https://github.com/leafo/pixel-react

creating pixelated game interface with html in react
https://github.com/leafo/pixel-react

Last synced: 3 months ago
JSON representation

creating pixelated game interface with html in react

Awesome Lists containing this project

README

        

Experiment in creating a pixelated user interface for games with react by
rendering HTML to a svg, drawing on a canvas, then upscaling. The originalal
DOM is scaled up with CSS and overlayed on the canvas invisible so you can
still click on things, highlight text, etc.