Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbrlabs/Lorien
Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.
https://github.com/mbrlabs/Lorien
drawing-app godot-engine infinite-canvas note-taking notebook vector-graphics whiteboard
Last synced: 3 months ago
JSON representation
Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.
- Host: GitHub
- URL: https://github.com/mbrlabs/Lorien
- Owner: mbrlabs
- License: mit
- Created: 2021-05-05T13:10:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T20:39:12.000Z (3 months ago)
- Last Synced: 2024-10-11T11:40:17.547Z (3 months ago)
- Topics: drawing-app, godot-engine, infinite-canvas, note-taking, notebook, vector-graphics, whiteboard
- Language: GDScript
- Homepage:
- Size: 24.7 MB
- Stars: 5,463
- Watchers: 53
- Forks: 234
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Roadmap: docs/roadmap.md
Awesome Lists containing this project
- stars - mbrlabs/Lorien
- awesome - mbrlabs/Lorien - Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot. (GDScript)
- awesome-godot - Lorien - Infinite-canvas drawing/whiteboarding app for Windows, Linux and macOS. Supports drawing tablets and pressure sensitivity. (Projects / 3D)
- awesome-godot-3 - Lorien - Infinite-canvas drawing/whiteboarding app for Windows, Linux and macOS. Supports drawing tablets and pressure sensitivity. (Projects / 3D)
- awesome-godot-3 - Lorien - Infinite-canvas drawing/whiteboarding app for Windows, Linux and macOS. Supports drawing tablets and pressure sensitivity. (Projects / 3D)
README
# Lorien
Lorien is an **infinite canvas drawing/note-taking app that is focused on performance, small savefiles and simplicity**. It's not based on bitmap images like Krita, Gimp or Photoshop; it rather saves brush strokes as a collection of points and renders them at runtime (kind of like SVG). It's primarily designed to be used as a digital notebook and as brainstorming tool. While it can totally be used to make small sketches and diagrams, it is not meant to replace traditional art programs that operate on bitmap images. It is entirely written in the [Godot Game Engine](https://godotengine.org/). For an overview on how to use Lorien have a look [at the manual](docs/manuals/manual_v0.6.0.md).
![Lorien demo](https://raw.githubusercontent.com/mbrlabs/Lorien/main/images/lorien_demo.png)
⚠ **This is very much a WIP and still a bit rough around the edges** ⚠. The savefile format *might* also change in the future. Contributions (be it bug reports, code, art or [translations](docs/i18n.md)) are very welcome.
## Features as of v0.7.0-dev:
- Infinite canvas
- Infinite undo/redo
- (Almost) Infinite zoom
- Infinite grid
- Zen mode (toggles the UI on/off)
- Extremely small savefiles ([File format specs](docs/file_format.md))
- Work on multiple documents simultaneously
- [Tools](docs/manuals/manual_v0.7.0.md): Freehand brush, eraser, line tool, rectangle tool, circle/ellipse tool, selection tool
- Move and delete selected brush strokes
- SVG export
- Rebindable keyboard shortcuts
- Built-in and custom color palettes
- Designed to be used with a drawing tablet (Wacom, etc.). It also supports pressure sensitivity
- A little Surprise Mechanic™ when pressing F12
- Runs on Windows, Linux & macOS
- Localizations: German, English, Spanish, French, Italian, Korean, Brasilian Portuguese, Russian, Turkish, Ukrainian, Chinese## Download
You can download the latest stable releases on [Github](https://github.com/mbrlabs/Lorien/releases).If you want to check out the bleeding edge main branch without building the project yourself you can also check out the [CI builds](https://github.com/mbrlabs/Lorien/actions). But make sure to backup your files and be prepared for bugs if you do that.
## More information
- [Contributing Guide](docs/contributing.md)
- [Localization](docs/i18n.md)
- [Changelog](docs/changelog.md)
- [Roadmap](docs/roadmap.md)## Credits
- Brush stroke antialiasing: [godot-antialiased-line2d](https://github.com/godot-extended-libraries/godot-antialiased-line2d)
- Icons used for the UI: [Remix Icon](https://remixicon.com/)
- Blurred background image of demo screenshot: https://unsplash.com/photos/nO0V_T0g2fM