Skip to content
/ Lorien Public
forked from mbrlabs/Lorien

Infinite canvas "drawing" app for Windows, Linux and Mac. Based on Godot.

License

Notifications You must be signed in to change notification settings

silky/Lorien

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 desinged 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. For an overview on how to use Lorien have a look here.

Lorien demo

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 or art) are very welcome.

Features

  • Infinite canvas
  • Infinite undo/redo
  • (Almost) Infinite zoom
  • Extremely small savefiles (File format specs)
  • Work on multiple documents simultaneously
  • Tools: Freehand brush, eraser, line tool
  • You can choose different colors for brush strokes and the canvas background via an easy to use color picker
  • Designed to be used with a drawing tablet (Wacom, etc.). It also supports pressure sensitivity
  • Runs on Windows, Linux & Mac

More information

Credits

About

Infinite canvas "drawing" app for Windows, Linux and Mac. Based on Godot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • GDScript 99.8%
  • GLSL 0.2%