petitlapin/Li-Ri-devel
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Initial source of these data can be found at http://prdownloads.sourceforge.net/ri-li/Ri-li-devel-2.0.1.tar.bz2?download Images can be generated from the POV files using the command `parallel -j 8 povray ::: *.ini > /dev/null 2>&1` or if you don't have the parallel command line: `for f in *.ini; do povray $f; done` The original images were generated with the official 3.6.1 version of povray. I'm regenerating the images by adding a Version tag in them. They differ a bit but should not be noticeable. Ideally, the pov files and langues files should be moved to Li-Ri repository and included in the development workflow to generate the png and then the .dat files used at runtime. The process is: pov files generates png, the C++ executable from this repository (which is still using SDL1) uses the png and the langues files to generate the .dat files used by the application.