Skip to content

omadesign v0.0.1-alpha.rc

Choose a tag to compare

@michaelmonetized michaelmonetized released this 02 Sep 14:56
· 43 commits to master since this release

omadesign v0.0.1-alpha.rc

Motion is in. The welcome chooser fills the window. Built on this machine, zig-linked glibc 2.35. No Actions.

  • Motion persona. Timeline under the canvas. Keys are X, Y, rotation, scale, opacity. Space plays. K keys the selection.
  • Rest pose stays in Design. Tracks are offsets. Drag a shape on the artboard and it keys at the playhead.
  • Export animated SVG (CSS @keyframes) and Lottie JSON. Import Lottie for shape layers.
  • New document owns the remaining screen. Opaque fill, forced vertical layout, 3-column preset grid, custom W/H/dpi pinned at the bottom. No more 60px sliver on a tiled ultrawide.
  • Phosphor icons from the font, not reconstructed SVGs.
  • Product shots recut, including Motion.

Still glibc 2.35. Still no GitHub Actions.


Install (any arch, auto-detects)

curl -fsSL https://raw.githubusercontent.com/michaelmonetized/omadesign/master/scripts/install-remote.sh | sh

Pin v0.0.1-alpha.rc — aarch64 (Asahi)

curl -sL https://github.com/michaelmonetized/omadesign/releases/download/v0.0.1-alpha.rc/omadesign-0.0.1-alpha.rc-aarch64-unknown-linux-gnu.tar.gz -o oma.tgz
echo '789e12c4cde8406a97fe68db56e443b56955a455244f808fb0c6504c99eb7058  oma.tgz' | sha256sum -c
tar xf oma.tgz
cd omadesign-0.0.1-alpha.rc-aarch64-unknown-linux-gnu
./install.sh

Pin v0.0.1-alpha.rc — x86_64

curl -sL https://github.com/michaelmonetized/omadesign/releases/download/v0.0.1-alpha.rc/omadesign-0.0.1-alpha.rc-x86_64-unknown-linux-gnu.tar.gz -o oma.tgz
echo 'f22ad64052a73d09251d26cf8b6a8690aaf6c2331f300e2db989940aca4952c0  oma.tgz' | sha256sum -c
tar xf oma.tgz
cd omadesign-0.0.1-alpha.rc-x86_64-unknown-linux-gnu
./install.sh

Built from 654ea30 (master at v0.0.1-alpha.rc).