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.