A simple GUI tool for checking the hierarchy information of Alembic files.
- Git
- CMake
- Vcpkg
- Add the directory containing
vcpkg
executable to yourPATH
andVCPKG_ROOT
environment variables.
- Add the directory containing
- Rust
# 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
This project under the MIT License.
- Third Party Notices
- This app uses Slint UI framework with a royality free license.