README 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. LuxCoreRender 3D rendering engine
  2. LuxRender is a physically based and unbiased rendering engine.
  3. LuxRender simulates the flow of light according to physical equations,
  4. producing realistic images of photographic quality.
  5. It is fully-featured, with a command-line application (`pyluxcoretools`)
  6. as well as a GUI (`luxrenderui`), widespread render farm support,
  7. instancing, volumetrics, motion blur, and more.
  8. This package supports 64-bit systems only, because it installs the
  9. pre-compiled LuxRender package. It is possible to install LuxRender on
  10. 32-bit systems, but it requires building from source.
  11. Optional Depencencies:
  12. ------------
  13. * cudatoolkit
  14. * nvidia-driver
  15. Install Options:
  16. ----------------
  17. You must rename `/etc/OpenCL/vendors/mesa.icd` so LuxCore can locate
  18. a usable OpenCL device.
  19. Use the OPENCL variable when running this script if you want that
  20. done for you (but if you uninstall this package, you must remember
  21. to change it back yourself).
  22. ```
  23. $ OPENCL=yes ./luxcorerender.SlackBuild
  24. ```
  25. Blender Plugin
  26. --------------
  27. This package is for the stand-alone LuxCoreRender engine.
  28. A Blender plugin is available from luxcorerender.org