2D vector animation editor written from scratch in modern C++ & Qt
caryoscelus acb28e48fa Build instructions update: link to united repo | před 7 roky | |
---|---|---|
studio | před 7 roky | |
thirdparty | před 7 roky | |
.gitignore | před 7 roky | |
.gitmodules | před 7 roky | |
BUILDING.md | před 7 roky | |
CMakeLists.txt | před 7 roky | |
COPYING.gpl3 | před 7 roky | |
README.md | před 7 roky |
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.
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:
The easy way is to clone united repository
and run update_and_build.sh
script.
However, if you're interested in development, you may find it more convenient to setup build directories yourself. Build process is mostly usual CMake routine, except for a few caveats. You can look them up at [BUILDING.md] or in build script.