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
- Host: GitHub
- URL: https://github.com/leafo/pixel-react
- Owner: leafo
- Created: 2016-09-26T05:40:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T06:08:12.000Z (over 8 years ago)
- Last Synced: 2025-01-04T17:30:09.689Z (5 months ago)
- Language: JavaScript
- Size: 282 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.