Website gallery manager
.clang-format | ||
.gitignore | ||
ArtConfigWindow.cpp | ||
ArtConfigWindow.h | ||
ArtDetailWindow.cpp | ||
ArtDetailWindow.h | ||
ArtModel.cpp | ||
ArtModel.h | ||
CMakeLists.txt | ||
imagelabel.cpp | ||
imagelabel.h | ||
LICENSE | ||
main.cpp | ||
MainWindow.cpp | ||
MainWindow.h | ||
README.md |
Redai
The art gallery manager application for my personal website, redstrate.com. You can edit piece information such as title, date, description and more. You also have a nice preview of the art when editing, which helps writing alt text.
Usage
In order to use the application, pass the following arguments when running it:
$ redai [art definition directory] [art asset directory]
For redstrate.com, the <art definition directory>
would be redstrate.com/art
and the asset directory would be redstrate.com/assets/art
.