Skip to content
forked from mbrlabs/Lorien

Infinite canvas drawing/notetaking app for Windows, Linux and Mac. Made with Godot.

License

Notifications You must be signed in to change notification settings

bennyschirm/Lorien

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Features as of v0.4.0-dev:

  • Infinite canvas
  • Infinite undo/redo
  • (Almost) Infinite zoom
  • Infinite grid
  • Distration free mode (toggles the UI on/off)
  • Extremely small savefiles (File format specs)
  • Work on multiple documents simultaneously
  • Tools: Freehand brush, eraser, line tool, selection tool
  • Move and delete selected brush strokes
  • Basic Export: visible canvas as PNG
  • 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
  • A little Surprise Mechanic™ when pressing F12
  • Runs on Windows, Linux & Mac
  • Localization

More information

Credits

About

Infinite canvas drawing/notetaking app for Windows, Linux and Mac. Made with Godot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • GDScript 99.2%
  • GLSL 0.8%