Mondrian is a browser-based drawing application that explores minimalist, grid-oriented composition in the spirit of geometric art. It provides a clean canvas for placing rectangles, lines, and color blocks, aiming to make creating crisp, balanced layouts feel immediate and fun. The interface favors direct manipulation—click, drag, resize, recolor—over menus and tool overload, so newcomers can produce striking designs quickly. Under the hood, it uses standard web tech to render shapes and support undo/redo, export, and sharing. Because it’s self-contained and open, it doubles as a learning resource for anyone curious about building interactive graphics editors in the browser. Designers and students use it for quick studies, poster drafts, and experiments with rhythm, contrast, and proportion.
Features
- Vector graphics editing in a web UI
- Likely support for standard vector operations (paths, shapes, strokes, fills)
- Import/export of vector formats (SVG, etc.)
- JavaScript / web-based rendering of vector content
- Interactivity (drag, transform, scale, rotate)
- Support for layers or grouping of shapes