Skip to content

v0.1.1

Choose a tag to compare

@affromero affromero released this 28 May 14:21
· 209 commits to main since this release

[0.1.1] - 2026-05-28

Added

  • .splattie format now requires manifest.json with strict format-version locking. See @afromero/splattie-widget v0.1.1 CHANGELOG.
  • NEXT_PUBLIC_SELF_HOST env var: when true, exposes the /create upload flow for users running their own GPU backend. Default (unset/false) shows the "Coming soon" placeholder used for splattie.app.
  • gsplat (Apache 2.0) replaces diff-gaussian-rasterization (INRIA, non-commercial) as the rasterizer in the LAM fork. Output is byte-identical for our use case.
  • cpu and gpu uv extras in backend/pyproject.toml. uv sync --extra cpu for the FastAPI server, uv sync --extra gpu for the full LAM pipeline.
  • Root LICENSE (MIT), NOTICE (third-party attribution + commercial-use paths), CONTRIBUTING.md.
  • Repo is open source.

Changed

  • All 6 demo .splattie files re-bundled to formatVersion: 0.1.1 to match the widget version.
  • .gitmodules uses HTTPS URLs so anonymous clones work out of the box.

Fixed

  • README links to widget repo files now use absolute GitHub URLs (relative paths to submodule files don't render on GitHub).