Configs2026年7月25日·1 分钟阅读

Lorien — Infinite Canvas Drawing & Whiteboarding App

A cross-platform, infinite canvas drawing and whiteboarding application built with the Godot engine. Lorien focuses on providing a fast, minimal, and distraction-free experience for sketching, note-taking, and brainstorming.

Agent 就绪

Agent 可直接安装

这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。

Native · 98/100策略:允许
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Lorien Drawing App Guide
直接安装命令
npx -y tokrepo@latest install 6f9bb1e2-8805-11f1-9bc6-00163e2b0d79 --target codex

先 dry-run 确认安装计划,再运行此命令。

Introduction

Lorien is an infinite canvas drawing and whiteboarding application built with the Godot game engine. It is designed for sketching, note-taking, and brainstorming with a focus on speed and simplicity. Lorien saves files in a custom .lorien format that stores brush strokes as vector data, keeping file sizes small and enabling lossless scaling.

What Lorien Does

  • Provides an infinite, zoomable canvas for freehand drawing and note-taking
  • Supports pressure-sensitive input for drawing tablets and styluses
  • Saves drawings as compact vector-based .lorien files rather than raster images
  • Offers basic tools including brush, eraser, line tool, and color picker
  • Runs on Windows, Linux, and macOS with minimal system requirements

Architecture Overview

Lorien is built on the Godot game engine (GDScript), leveraging its 2D rendering pipeline for smooth and responsive drawing. The application stores brush strokes as arrays of points with pressure data, which allows infinite zoom without quality loss. The architecture is intentionally simple — a single-window application with a toolbar, canvas, and file management layer — keeping the codebase small and easy to contribute to.

Self-Hosting & Configuration

  • No server or self-hosting is needed; Lorien is a standalone desktop application
  • Configuration is handled through the in-app settings panel (canvas color, brush defaults, keybindings)
  • Custom brushes can be configured by adjusting size, color, and pressure curve settings
  • Files are stored locally in the .lorien format and can be exported as SVG or PNG
  • To build from source, clone the repository and open the project in Godot Engine 3.x

Key Features

  • Infinite canvas with smooth panning and zooming for unrestricted workspace
  • Pressure-sensitive drawing that responds to tablet pen input naturally
  • Vector-based storage format that keeps files small and resolution-independent
  • Built on Godot engine, making it easy for game developers to extend or modify
  • Minimal and distraction-free interface designed for quick sketching sessions

Comparison with Similar Tools

  • Excalidraw: Browser-based whiteboard focused on diagrams; Lorien is a native desktop app focused on freehand drawing
  • Krita: Full-featured digital painting application; Lorien is deliberately minimal for quick sketching
  • Xournal++: Note-taking app with PDF annotation; Lorien focuses purely on infinite canvas drawing
  • OpenBoard: Interactive whiteboard for teaching; Lorien targets personal sketching and brainstorming
  • Miro: Collaborative online whiteboard; Lorien is offline-first and privacy-focused

FAQ

Q: Does Lorien support collaboration or real-time sharing? A: No, Lorien is designed as a single-user, offline application. There are no built-in collaboration features.

Q: Can I use Lorien without a drawing tablet? A: Yes, Lorien works with a mouse, though pressure sensitivity features require a compatible tablet.

Q: What file formats does Lorien support for export? A: Lorien saves natively in .lorien format and supports exporting to SVG and PNG.

Q: Is Lorien still actively maintained? A: Development activity varies. Check the GitHub repository for the latest release and commit history.

Sources

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产