2D vector animation editor written from scratch in modern C++ & Qt
caryoscelus dda7d73e59 Remove tools bar from release as it is not useful yet | 7 лет назад | |
---|---|---|
studio | 7 лет назад | |
.gitignore | 7 лет назад | |
BUILDING.md | 7 лет назад | |
CMakeLists.txt | 7 лет назад | |
COPYING.gpl3 | 7 лет назад | |
README.md | 7 лет назад |
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:
See BUILDING.md For the detailed build instructions.