sublambda / Penzil

A web application to sketch in 3d made in three.js and Vue

Home Page:https://penzil.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Penzil

Preview of Penzil user interface

Penzil is a web application for sketching in 3d, powered by three.js and Vue. It is intended to be a light version of Blender's Grease pencil for the web. Penzil is designed for tablet with a pen, but it should work on desktop as well.

See the Roadmap for upcoming features.

Basic instructions

  • You can draw/erase with left mouse button, finger or pen on top of the "3d canvas", the white plane in the 3d scene.
  • You can adjust the position of the "3d canvas" with the arrow-heads or the arcs at the center.
  • You can move and rotate the camera using the touchpad, two fingers or by pressing the alt key and dragging with the left mouse button. Panning is done with three fingers or by pressing the Spacebar and dragging with the left mouse button.
  • You can swap your primary tool between pencil and eraser from the selector at the top.

Saving, loading and exporting

  • Penzil is a fully local application. No servers are involved. Because of the size of the files (and, partially, scope) saving and loading is currently done manually. You can save a .json file with your drawing and restore it with Load. Big files will take a long time to load as the geometries are not optimized yet.
  • Penzil exports in a format friendly to Blender's grease pencil but an importer is necessary. The importer doesn't exist yet but I have a Python script that can be run from Blender. If you want to import into Blender, join the Penzil Discord server. You can find the link in the app.

About

A web application to sketch in 3d made in three.js and Vue

https://penzil.app


Languages

Language:JavaScript 51.8%Language:Vue 46.9%Language:HTML 0.9%Language:CSS 0.4%