-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
11 lines (7 loc) · 883 Bytes
/
README
File metadata and controls
11 lines (7 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
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.