Skip to content
/ seseragi Public

Alembic hierarchy viewer GUI

License

Notifications You must be signed in to change notification settings

ugai/seseragi

Repository files navigation

Seseragi

CMake on multiple platforms

icon

A simple GUI tool for checking the hierarchy information of Alembic files.

Screenshot

screenshot

Build from source

Prerequisites

  • Git
  • CMake
  • Vcpkg
    • Add the directory containing vcpkg executable to your PATH and VCPKG_ROOT environment variables.
  • Rust

Build

# Ubuntu 22.04 {{{
sudo apt install build-essentials cargo cmake curl git libgtk-3-dev pkg-config rustc tar unzip zip
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update && sudo apt install g++-13
export CXX=/usr/bin/g++-13
# }}}

git clone --recursive https://github.com/ugai/seseragi
cd seseragi
vcpkg install
cmake -B build
cmake --build build

License

This project under the MIT License.

madewithslint

Similar apps

About

Alembic hierarchy viewer GUI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published