All Projects → 1j01 → Mopaint

1j01 / Mopaint

🎨💪 Modern, modular paint and more! (pre-alpha, not much done yet)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mopaint

Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+11844%)
Mutual labels:  web-application, online, paint, painting, web-app, drawing, image-manipulation, image-editor, app, html5, canvas
powerpaint
Kreative PowerPaint - Library and Application for Bitmap and Vector Image Editing
Stars: ✭ 27 (-46%)
Mutual labels:  drawing, paint, draw, image-editor, painting
Sketchpad
Sketchpad is fully customisable collaborative whiteboard plugin written in pure JavaScript.
Stars: ✭ 85 (+70%)
Mutual labels:  paint, drawing, draw, canvas
Literallycanvas
A canvas in your browser. Literally.
Stars: ✭ 1,043 (+1986%)
Mutual labels:  paint, drawing, html5, canvas
Sketch
Sketch have a lot of basic functions to develop a drawing app for iPhone. Anyone can easily create drawing iOS Application.
Stars: ✭ 229 (+358%)
Mutual labels:  paint, painting, drawing, draw
Drawing
Drawing and fill color
Stars: ✭ 37 (-26%)
Mutual labels:  drawing, paint, draw, painting
Tui.image Editor
🍞🎨 Full-featured photo image editor using canvas. It is really easy, and it comes with great filters.
Stars: ✭ 4,761 (+9422%)
Mutual labels:  paint, drawing, image-editor, canvas
Minipaint
online image editor
Stars: ✭ 1,014 (+1928%)
Mutual labels:  paint, drawing, html5, canvas
Drawingboard.js
A canvas based drawing app that you can integrate easily on your website.
Stars: ✭ 2,072 (+4044%)
Mutual labels:  paint, drawing, canvas
Kiddopaint
Kiddo Paint
Stars: ✭ 189 (+278%)
Mutual labels:  paint, html5, canvas
Theorytracker
🎼 HTML5/WebAudio multi-track functional harmony analysis and songwriting app! -- https://hlorenzi.github.io/theorytracker/
Stars: ✭ 62 (+24%)
Mutual labels:  web-application, web-app, html5
Pixelorama
A free & open-source 2D sprite editor, made with the Godot Engine! Available on Windows, Linux, macOS and the Web!
Stars: ✭ 2,535 (+4970%)
Mutual labels:  paint, art, draw
Pretty Painter
Graphics editor for Android.
Stars: ✭ 105 (+110%)
Mutual labels:  paint, drawing, canvas
Touchable
Flutter library to add gestures and animations to each Shape you draw on your canvas in your CustomPainter
Stars: ✭ 82 (+64%)
Mutual labels:  paint, draw, canvas
grafx2
Mirror of GrafX2. Official repo is on gitlab.
Stars: ✭ 108 (+116%)
Mutual labels:  drawing, draw, image-manipulation
Flutter Canvas
About using of canvas in the flutter
Stars: ✭ 259 (+418%)
Mutual labels:  paint, draw, canvas
Pixelfarm
From Vectors to (sub) Pixels, C# 2D Rendering Library
Stars: ✭ 120 (+140%)
Mutual labels:  painting, drawing, canvas
Mypaint
MyPaint is a simple drawing and painting program that works well with Wacom-style graphics tablets.
Stars: ✭ 2,072 (+4044%)
Mutual labels:  painting, drawing, art
React Sketch
Sketch Tool for React-based applications, backed up by FabricJS
Stars: ✭ 414 (+728%)
Mutual labels:  paint, drawing, draw
Pinta
Simple GTK# Paint Program
Stars: ✭ 802 (+1504%)
Mutual labels:  painting, drawing, image-editor

Mopaint

A revolutionary editing system.

Project Status

You can play with the work-in-progress app at mopaint.app

Features:

  • Autosaves locally within the app, including history (Note: if you "clear cookies" in your browser it will likely delete documents autosaved within the app)
  • Save/load documents, including history
  • Non-destructive (non-linear) history: get back to any point in history with the history sidebar, even if you undo and do something else. Instead of discarding redos, it creates a new branch in the history tree.
  • Some symmetry tools. They're procedurally combined together with the basic drawing tools.

Limitations:

  • There looks like there's a bunch of tools but there's not actually that much interesting variation.
  • Many features you'd want in a basic image editor are missing
  • No brush sizes (tho you can try with the "Free-Form Circles" tool(s))
  • No oval tool (only circles)
  • No text tool
  • No zoom (tho you can use your browser's zoom)
  • Document size is fixed at 640x480
  • The vision for the project is not yet realized
  • The app currently gets really slow with long document histories. (This is solvable.)

Principles

  • Holistic design
  • Don't Destroy Data by Default
  • Fearless exploration

Don't destroy data by default, only by explicit user action.

Let users explore fearlessly, both the interface, and paths of work.

Ideas

  • Everything is always saved, including undo history.
  • You can get back to any state, with non-destructive (non-linear) undo history. I actually implemented this first in JS Paint, my browser-based clone of MS Paint (but in JS Paint the undo history isn't saved in the session, and it's really inefficient. I hope to eventually base JS Paint on Mopaint.)
  • Change anything after-the-fact. You don't have to worry about following the exact right procedure (like selecting the right layer before drawing), because you can change the procedure. Edit history as easily as creating it in the first place.
  • Support multiple views on a document, in panes as well as in separate windows. In the latter case it would act and work similar to multi-user support.
  • Preview how changes affect different parts of a document, in panes that show those parts of the document. This would be especially useful for animations or large scenes with copies of objects.
  • Instead of having "Smart Objects" and "Smart Filters" (as well as dumb equivalents) as in Photoshop, literally everything is "smart", because the editing model is "smart". Every brush stroke is smarter than a Smart Object, when you want it to be (if you want to personify it like that.)
  • Instead of having "Clipping Masks", in addition to being able to select a region and delete (for a one-off), you can just do the latter and then "edit earlier" and it'll live-update.
  • (There can still be tools/UI that help you set up masks etc., but the document structure will be much more general. Part of the point is that you could do something like that yourself, even something new (it doesn't need to be built-in), and, there isn't a feature that doesn't have an equivalent live-updating-from-live-editable-source-material equivalent "Smart" feature.)
  • Texturing 3D models by drawing directly on them would be fun (like Chameleon, Chameleon.js, SculptGL, Paint 3D).
  • If we can do texturing on 3D models, it should be possible to extend that to drawing on tesselated canvases, to create different types of repeating patterns, like EscherSketch.

What is in a name?

What might we stand to gain?

  • mobily operable
  • multiuser online
  • massively openended
  • modern
  • modular
  • morphing images
  • mockups
  • motion (i.e. animation)
  • emotion
  • more!
  • maybe some custom, dynamic emoji
  • maybe 3D modeling (make objects pretty artistically in this thing)
  • but the document model is the important part

Mopaint. More than paint.

Mo' painters, mo' fun! Mopaint.

Making making Ossum possum, that's my M.O. That's my modus operandi.

The file extension could be .mop, and it could stand for Mopaint Project, and/or relate to tools, like a mop. Mop - ain't that great? :P

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