mirror of
https://github.com/ZSeven-W/openpencil.git
synced 2026-05-31 19:04:29 +07:00
* fix(docker): support multi-platform builds and fix monorepo paths Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * perf(renderer): cache pre-rasterized paragraph images to avoid per-frame glyph rasterization (#76) * fix(canvas): stabilize frame label size during zoom Draw frame labels in screen-space after the viewport transform restore, converting scene coords manually. Previously fontSize=12/zoom fed into Math.ceil caused integer-boundary jumps that made labels flicker during zoom. Also skip shadow rendering while actively zooming for smoother performance. * perf(renderer): cache pre-rasterized paragraph images to avoid per-frame glyph rasterization - Add paraImageCache (SkImage, 128 MB LRU limit) keyed on the same key as paraCache - Use drawImageRect instead of drawParagraph on cache hit, skipping per-frame glyph shaping and rasterization - Fall back to direct drawParagraph only when off-screen surface creation (MakeSurface) fails - Extract _dpr getter to deduplicate device-pixel-ratio resolution logic across draw paths - Evict oldest entries when cache exceeds byte limit; delete SkImage on eviction and dispose() * feat(cli): introduce OpenPencil CLI for terminal control of the design tool - Added a new CLI application under `apps/cli` to manage OpenPencil from the terminal. - Implemented commands for app control (`start`, `stop`, `status`), document operations (`open`, `save`, `get`, `selection`), and design manipulation (`design`, `import`). - Enhanced documentation with usage instructions and platform support details. - Updated build scripts to include CLI compilation and publishing processes. - Introduced a new GitHub Actions workflow for publishing the CLI to npm. - Updated existing workflows to integrate CLI build steps and ensure proper versioning across packages. * docs: update README files to include CLI tool details and multi-platform code export - Added CLI section to README files in multiple languages, detailing commands for terminal control of the design tool. - Included instructions for global installation and usage examples for the CLI. - Expanded documentation on multi-platform code export capabilities from a single `.op` file to various frameworks. - Updated CLAUDE.md to reference the new CLI documentation and its integration with the design tool. * chore(bun.lock): update package dependencies to specific versions - Removed workspace references for several packages in the bun.lock file. - Updated dependencies for `@zseven-w/pen-core`, `@zseven-w/pen-types`, `@zseven-w/pen-codegen`, `@zseven-w/pen-figma`, and `@zseven-w/pen-renderer` to version `0.5.1-beta.1`. - Ensured consistency in dependency management across the project. --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: leinaldo <60176594+leinaldo@users.noreply.github.com>
4 KiB
4 KiB
@zseven-w/openpencil
English · 简体中文 · 繁體中文 · 日本語 · 한국어 · Français · Español · Deutsch · Português · Русский · हिन्दी · Türkçe · ไทย · Tiếng Việt · Bahasa Indonesia
OpenPencil icin CLI — tasarim aracini terminalinizden kontrol edin.
Kurulum
npm install -g @zseven-w/openpencil
Platform Destegi
CLI, tum platformlarda OpenPencil masaustu uygulamasini otomatik olarak algilar ve baslatir:
| Platform | Algilanan kurulum yollari |
|---|---|
| macOS | /Applications/OpenPencil.app, ~/Applications/OpenPencil.app |
| Windows | Kullanici basina NSIS (%LOCALAPPDATA%), makine basina (%PROGRAMFILES%), tasinabilir |
| Linux | /usr/bin, /usr/local/bin, ~/.local/bin, AppImage (~/Applications, ~/Downloads), Snap, Flatpak |
Kullanim
op <komut> [secenekler]
Girdi Yontemleri
JSON veya DSL kabul eden argumanlar uc sekilde iletilebilir:
op design '...' # Satir ici metin (kucuk veriler)
op design @design.txt # Dosyadan oku (buyuk tasarimlar icin onerilir)
cat design.txt | op design - # Stdin'den oku (borulama)
Uygulama Kontrolu
op start [--desktop|--web] # OpenPencil'i baslat (varsayilan: masaustu)
op stop # Calisan ornegi durdur
op status # Calisip calismadigini kontrol et
Tasarim (Toplu DSL)
op design <dsl|@dosya|-> [--post-process] [--canvas-width N]
op design:skeleton <json|@dosya|->
op design:content <bolum-id> <json|@dosya|->
op design:refine --root-id <id>
Belge Islemleri
op open [dosya.op] # Dosya ac veya canli tuvale baglan
op save <dosya.op> # Mevcut belgeyi kaydet
op get [--type X] [--name Y] [--id Z] [--depth N]
op selection # Mevcut tuval secimini al
Dugum Manipulasyonu
op insert <json> [--parent P] [--index N] [--post-process]
op update <id> <json> [--post-process]
op delete <id>
op move <id> --parent <P> [--index N]
op copy <id> [--parent P]
op replace <id> <json> [--post-process]
Kod Disari Aktarimi
op export <format> [--out dosya]
# Formatlar: react, html, vue, svelte, flutter, swiftui, compose, rn, css
Degiskenler ve Temalar
op vars # Degiskenleri al
op vars:set <json> # Degiskenleri ayarla
op themes # Temalari al
op themes:set <json> # Temalari ayarla
op theme:save <dosya.optheme> # Tema onayarini kaydet
op theme:load <dosya.optheme> # Tema onayarini yukle
op theme:list [dizin] # Tema onayarlarini listele
Sayfalar
op page list # Sayfalari listele
op page add [--name N] # Sayfa ekle
op page remove <id> # Sayfa kaldir
op page rename <id> <ad> # Sayfayi yeniden adlandir
op page reorder <id> <indeks> # Sayfayi yeniden sirala
op page duplicate <id> # Sayfayi cogalt
Iceri Aktarma
op import:svg <dosya.svg> # SVG dosyasi iceri aktar
op import:figma <dosya.fig> # Figma .fig dosyasi iceri aktar
Yerlesim
op layout [--parent P] [--depth N]
op find-space [--direction right|bottom|left|top]
Genel Bayraklar
--file <yol> Hedef .op dosyasi (varsayilan: canli tuval)
--page <id> Hedef sayfa kimligi
--pretty Okunabilir JSON ciktisi
--help Yardimi goster
--version Surumu goster
Lisans
MIT