Data Pixels Playground is a cross-platform Electron application (Windows 64-bit binary here: https://github.com/gmattie/Data-Pixels/releases) that can be used to create pixel art programmatically.
Check it out and let us know what you think.
New Features:
- Added setting for automatic code execution - Code can now be run automatically when changes are made by selecting the option in the settings panel.
- Added image controls and info labels - Compiled images within the Frame View can now be moved, scaled, and/or reflected using either the mouse/wheel, HUD controls or application's View menu items.
Maintenance:
- Updated ./build dependencies - Updated all build dependencies to the latest versions (including Electron, Project Foundation and Gulp) and implemented ESM modules to refactor and share constants between the Main and Render processes.
- Refactored code - Moved File logic into its own module and refactored Sass code.