Vector animation editor written in modern C++ from scratch
caryoscelus b0abe1ca36 PointEditor works | 7 years ago | |
---|---|---|
studio | 7 years ago | |
.gitignore | 7 years ago | |
CMakeLists.txt | 7 years ago | |
COPYING.gpl3 | 7 years ago | |
README.md | 7 years ago |
RainyNite is a free/libre software vector animation tool, currently in early development.
It is not really usable by end users at the moment, but developers are highly welcome.
These instructions assume unix-like environment.
(currently all instructions for all modules are described here; eventually, it will be split between repos and there will be one central repo with build script(s))
The build process itself is usual CMake procedure, but there are quite a few dependencies and code is split across repositories.
Modules:
Core:
Editor:
Runtime renderer dependency:
git submodule update --init
, then normal build & install)