All Projects → lospec → Pixel Editor

lospec / Pixel Editor

An online canvas based Pixel Art creation tool for Lospec.com

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pixel Editor

Darkmatter
The notebook-style Common Lisp environment
Stars: ✭ 336 (+86.67%)
Mutual labels:  editor, webapp
Pixieditor
PixiEditor is a lightweight pixel art editor made with .NET 5
Stars: ✭ 210 (+16.67%)
Mutual labels:  pixel-art, editor
Tile-Studio
Tile / Sprite / Map Editor
Stars: ✭ 59 (-67.22%)
Mutual labels:  palette, pixel-art
Pixelcraft
A Pixel Art Editor
Stars: ✭ 413 (+129.44%)
Mutual labels:  pixel-art, editor
Webglstudio.js
A full open source 3D graphics editor in the browser, with scene editor, coding pad, graph editor, virtual file system, and many features more.
Stars: ✭ 4,508 (+2404.44%)
Mutual labels:  editor, webapp
Spck Issues
Spck Editor Issues
Stars: ✭ 35 (-80.56%)
Mutual labels:  editor, webapp
Shoebill
Web-based editor for Pelican and Nikola
Stars: ✭ 30 (-83.33%)
Mutual labels:  editor, webapp
Relax
Free clone of noisli.com - a multiple-file markdown editor, ambient sounds and uncluttered interface
Stars: ✭ 135 (-25%)
Mutual labels:  editor, webapp
Notepad Plus Plus
🧛🏻‍♂️ Dark theme for Notepad++
Stars: ✭ 170 (-5.56%)
Mutual labels:  editor
Vscode Chrome Debug
Debug your JavaScript code running in Google Chrome from VS Code.
Stars: ✭ 2,126 (+1081.11%)
Mutual labels:  editor
Edit Text
Collaborative rich text editor for the web. Written in Rust + WebAssembly.
Stars: ✭ 171 (-5%)
Mutual labels:  editor
Coot
玩转 IFTTT 体验极客生活,互联网自动化神器【已经停止开发】
Stars: ✭ 172 (-4.44%)
Mutual labels:  webapp
Sprites As A Service
Generate your personal 8-bit avatars using Cellular Automata, a mathematical model that simulates life, survival, and extinction
Stars: ✭ 177 (-1.67%)
Mutual labels:  pixel-art
Sharry
Sharry is a self-hosted file sharing web application.
Stars: ✭ 170 (-5.56%)
Mutual labels:  webapp
Download Directory.github.io
Web App: Download just a sub directory from a GitHub repo.
Stars: ✭ 180 (+0%)
Mutual labels:  webapp
Vue Tiny Code
这里有一个仿 Chrome 调色盘,有一个拖动排版的页面,还有一些新奇的小点子。
Stars: ✭ 170 (-5.56%)
Mutual labels:  palette
Vscodium
binary releases of VS Code without MS branding/telemetry/licensing
Stars: ✭ 14,639 (+8032.78%)
Mutual labels:  editor
Nib
Wysiwyg / Text editor components built using React and Prosemirror
Stars: ✭ 181 (+0.56%)
Mutual labels:  editor
Unityheapexplorer
A Memory Profiler, Debugger and Analyzer for Unity 2019.3 and newer.
Stars: ✭ 179 (-0.56%)
Mutual labels:  editor
Bim
small terminal text editor with syntax highlighting
Stars: ✭ 174 (-3.33%)
Mutual labels:  editor

Lospec Pixel Editor

This is a browser based software for creating pixel art

The tool can be viewed online here: https://lospec.com/pixel-editor

What to Contribute

Any changes that fix bugs or add features are welcome.

The next version is mostly focused on adding missing essential features and porting to mobile.

Suggestions / Planned features:

  • Line tool

  • Tiled mode

  • Load palette from LPE file

  • Move colours in (advanced) palette editor

  • Symmetry options

  • Custom color picker

    • custom code without dependencies
    • more features such as sliders / color modes
  • Mobile

    • Touch equivalent for mouse clicks
    • Hide or scale ui
    • Maybe rearrange UI on portrait
    • Stack colors when too many
    • Fix popups
  • Possibly add collaborate function

  • Polish:

    • ctrl + a to select everything / selection -> all, same for deselection
    • Show colors which would need to be added to palette
    • Warning windows for wrong inputs
    • Palette option remove unused colors
    • Move selection with arrows
    • Update pivot buttons when resizing canvas
    • Update borders by dragging the canvas' edges with the mouse when resizing canvas
    • Move the canvases so they're centered after resizing the canvas (maybe a .center() method in layer class)
    • Trim canvas

How to Contribute

Requirements: you must have node.js and git installed.

  1. Click Fork above. It will automatically create a copy of this repository and add it to your account.
  2. Clone the repository to your computer.
  3. Open the folder in command prompt and run npm install
  4. Make any changes you would like to suggest.
  5. In command prompt run node build.js which will compile it to the /build folder, where you can make sure it works
  6. Add, Commit and Push your changes to your fork.
  7. On the github page for your fork, click New Pull Request above the file list.
  8. Change the head repository dropdown to your fork.
  9. Add a title and description explaining your changes.
  10. Click create pull request.

If you have any trouble, see this page: https://help.github.com/en/articles/creating-a-pull-request-from-a-fork

License

This software may not be resold, redistributed, rehosted or otherwise conveyed to a third party.

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].