All Projects → shuhei → pixelm

shuhei / pixelm

Licence: other
A pixel art editor written in Elm

Programming Languages

elm
856 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to pixelm

pixelino
Pixel-drawing app for iOS ✍️
Stars: ✭ 45 (+32.35%)
Mutual labels:  pixel-art, pixel-editor
Tile-Studio
Tile / Sprite / Map Editor
Stars: ✭ 59 (+73.53%)
Mutual labels:  pixel-art, pixel-editor
vue-pixel-art
Vue Pixel Art is an easy way to draw your Pixel Arts. This project is refactored from CSS Collection - DotGen
Stars: ✭ 40 (+17.65%)
Mutual labels:  pixel-art, pixel-editor
Pixelorama
A free & open-source 2D sprite editor, made with the Godot Engine! Available on Windows, Linux, macOS and the Web!
Stars: ✭ 2,535 (+7355.88%)
Mutual labels:  pixel-art, pixel-editor
PixelShape
Pixel editor that comes in handy when creating pixel art images and animations
Stars: ✭ 29 (-14.71%)
Mutual labels:  pixel-art, pixel-editor
Aseprite
Animated sprite editor & pixel art tool (Windows, macOS, Linux)
Stars: ✭ 14,832 (+43523.53%)
Mutual labels:  pixel-art, pixel-editor
Idacyber
Data Visualization Plugin for IDA Pro
Stars: ✭ 244 (+617.65%)
Mutual labels:  pixel-art
darkest-pixel-dungeon
Traditional roguelike game with pixel-art graphics and simple interface
Stars: ✭ 66 (+94.12%)
Mutual labels:  pixel-art
Pixieditor
PixiEditor is a lightweight pixel art editor made with .NET 5
Stars: ✭ 210 (+517.65%)
Mutual labels:  pixel-art
Swervinmervin
A truly radical homage to 16-bit racing games.
Stars: ✭ 195 (+473.53%)
Mutual labels:  pixel-art
pixelit
Create pixel art from an image
Stars: ✭ 692 (+1935.29%)
Mutual labels:  pixel-art
ColorByNumber-iOS
Color by Number: a pixel coloring game on iOS.
Stars: ✭ 50 (+47.06%)
Mutual labels:  pixel-art
godot-psx-style-demo
Demo project featuring a collection of PS1 style shaders and materials for Godot engine.
Stars: ✭ 266 (+682.35%)
Mutual labels:  pixel-art
Zombusters
🕹️ A retro style zombies shooter with cool isometric pixel art for Windows and MacOS
Stars: ✭ 41 (+20.59%)
Mutual labels:  pixel-art
pixelizer
An efficient image pixelizer written in go
Stars: ✭ 103 (+202.94%)
Mutual labels:  pixel-art
Cytopia
🌳🏡🏢🌲 A city building simulation game
Stars: ✭ 241 (+608.82%)
Mutual labels:  pixel-art
vscode-luna-paint
A raster image editor extension for VS Code
Stars: ✭ 235 (+591.18%)
Mutual labels:  pixel-art
Img2css
Convert any image to pure CSS. Recreates images using only box-shadows.
Stars: ✭ 2,344 (+6794.12%)
Mutual labels:  pixel-art
8192px
A collaborative pixel art experiment
Stars: ✭ 64 (+88.24%)
Mutual labels:  pixel-art
pxlsrt.js
Node.js module for pixel sorting.
Stars: ✭ 46 (+35.29%)
Mutual labels:  pixel-art

Pixelm Build Status

A pixel art editor written in Elm

Features

  • Usable on mobile devices
  • Tools: pencil, eraser, bucket, move, clear
  • Undo
  • Animation
  • Export to PNG, GIF and animated GIF

pixelm

Development

Install:

npm install
elm-package install

cd tests
elm-package install

Start dev server:

npm start

Run unit tests:

npm test

Build assets for production:

npm run build

Deploy to GitHub Pages:

npm run deploy

This project is bootstrapped with Create Elm App. Check out its README template for the structure of this project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].