Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 2.37 KB

File metadata and controls

44 lines (37 loc) · 2.37 KB
Splatkit.org logo

Splatkit.org

Splats logo License Join the community on GitHub

Coming soon - Links will be updated on the week of Dec 15th

Getting Started

Splatkit enables the creation and sharing of dynamic gaussian splats by providing a powerful and easy-to-use toolset. Splatkit leverages the latest techniques from the research community.

Documentation

Visit https://splatkit.org/docs to view the full documentation.

Community

The Splatkit community can be found on GitHub Discussions where you can ask questions, voice ideas, and share your projects with other people.

To chat with other community members you can also join the Splatkit Discord server.

Projects

Splatkit is built on multiple projects from our community. The currently tracked projects are:

  • DGS
    • The encoder/decoder for the core file format, .dgs.
    • Written in C, with python bindings.
    • pip install dgs-py (v1.1.1).
  • DGS-JS
    • Javascript bindings for DGS, as well as a web-based renderer for .dgs files.
    • npm install dgs-js (v1.1.2).
  • DDGS
    • The differentiable renderer for training .dgs files.
    • Written in CUDA and C++, integrated with PyTorch.
    • Must be built from source, pip package to come (v0.0.1).