File: README.md

package info (click to toggle)
view3dscene 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,824 kB
  • sloc: pascal: 3,961; sh: 330; xml: 261; makefile: 133
file content (6 lines) | stat: -rw-r--r-- 381 bytes parent folder | download
1
2
3
4
5
6
To make distributing view3dscene easy, for now we pack all the data inside the executable.
So instead of traditional data/ subdirectory ( https://castle-engine.io/manual_data_directory.php ),
we have embedded_data/ subdirectory, and we process files using
file_to_pascal_string (from
https://github.com/pasdoc/pasdoc/tree/master/source/tools )
or image-to-pascal (from CGE).