LuxCoreRender Linux Compilation Environment Binary Deps Shell 1 0 0 0 Updated Apr 14, 2021. BlendLuxCore Blender Integration for LuxCore visualization blender opencl raytracer gpu-computing blender-addon ray-tracing Python GPL-3.0 48 302 123 (1 issue needs help) 1 Updated Apr 10, 2021. LuxCoreRender is free physically based and unbiased rendering engine. Based on state of the art algorithms, LuxCoreRender simulates the flow of light according to physical equations. LuxCoreRender uses OpenCL to run on any number of CPUs and/or GPUs available. LuxCoreRender only supports Blender. LuxCoreRender is built on physically based equations that model the transportation of light. This allows it to accurately capture a wide range of phenomena which most other rendering programs are simply unable to reproduce. This also means that it fully supports high-dynamic range (HDR) rendering. LuxCoreRender features a variety of material types. LuxCoreRender is a physically based and unbiased rendering engine. Based on state of the art algorithms, LuxCoreRender simulates the flow of light according to physical equations, thus producing realistic images of photographic quality. LuxCoreRender is and will.
Released:
LuxCore API
Project description
[![Build Status](https://travis-ci.org/LuxCoreRender/LuxCore.svg?branch=master)](https://travis-ci.org/LuxCoreRender/LuxCore)
### LuxCoreRender
LuxCoreRender is a physically correct, unbiased rendering engine. It is built onphysically based equations that model the transportation of light. This allowsit to accurately capture a wide range of phenomena which most other renderingprograms are simply unable to reproduce.
You can find more information about at https://www.luxcorerender.org
### LuxCore library
LuxCore is the new LuxCoreRender v2.x C++ and Python API. It is released under Apache PublicLicense v2.0 and can be freely used in open source and commercial applications.
You can find more information about the API at https://wiki.luxcorerender.org/LuxCore_API
### SLG library
SLG is an implementation of LuxCore API and it can be safely ignored if you arenot interested in internal LuxCoreRender development.
### LuxRays library
LuxRays is the part of LuxCoreRender dedicated to accelerate the ray intersectionprocess by using CPUs or GPUs.
If you don’t have any specific interest in the ray/triangle intersection topicor internal LuxCoreRender development, you can safely ignore this library.
### LuxCoreUI
This is the most complete example of LuxCore API usage and it is available inthe samples/luxcoreui directory.
To check how it works, just run luxcoreui from the root directory:
./bin/luxcoreui scenes/cornell/cornell.cfg
### LuxCoreConsole
This is a simple example of a command line renderer written using LuxCore API and it isavailable in the samples/luxcoreconsole directory.Just run luxcoreconsole from the root directory with:
./bin/luxcoreconsole -D batch.halttime 10 scenes/cornell/cornell.cfg
### LuxCore API SDK
If you have downloaded the LuxCore API SDK, to compile the examples use:
`cmake .make`
if you have downloaded the SDK without OpenCL support:
`cmake -DLUXRAYS_DISABLE_OPENCL=1 .make`
### PyLuxCoreTools
PyLuxCoreTools are a set of command line tools available in the LuxCoreRender standalone version. The includes network rendering, film merging, command line renderingand more.
NOTE: pyluxcoretool is a stand-alone, self-containing executable on Windows. OnLinux instead, you have to install Python and PySide before to run the tools. PySidecan be usually installed with a:
sudo pip3 install PySide(or sudo pip install PySide)
You can avoid to install PySide if you use only the command line tools available inpyluxcoretool. You can than run pyluxcoretool with a:
python3 pyluxcoretools.zip(or python pyluxcoretools.zip)
### Authors
See AUTHORS.txt file.
### Credits
A special thanks goes to:
- Alain “Chiaroscuro” Ducharme for Blender 2.5 exporter and several scenes provided;
- Sladjan “lom” Ristic for several scenes provided;
- Riku “rikb” Walve for source patches;
- David “livuxman” Rodriguez for source patches;
- Daniel “ZanQdo” Salazar (http://www.3developer.com/) for Sala scene and Michael “neo2068” Klemm for SLG2 adaptation;
- Mourelas Konstantinos “Moure” (http://moure-portfolio.blogspot.com/) for Room Scene;
- Diego Nehab for PLY reading/writing library;
- http://www.hdrlabs.com/sibl/archive.html and http://shtlab.blogspot.com/2009/08/hdri-panoramic-skies-for-free.html for HDR maps;
- http://chronosphere.home.comcast.net/~chronosphere/radiosity.htm for Cornell Blender scene;
- libPNG authors http://www.libpng.org;
- zlib authors http://www.zlib.net/ (not used anymore);
- OpenEXR authors http://www.openexr.com/ (not used anymore);
- FreeImage open source image library. See http://freeimage.sourceforge.net for details;
- Tomas Davidovic (http://www.davidovic.cz and http://www.smallvcm.com) for SmallVCM, an endless source of hints;
- GLFW authors (http://www.glfw.org);
- ImGUI authors (https://github.com/ocornut/imgui);
- Cycles authors (https://www.blender.org/) for HSV/RGB conversion code.
### License
This software is released under Apache License Version 2.0 (see COPYING.txt file).
Release historyRelease notifications | RSS feed
2.0
2.0a5 pre-release
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Luxcorerender Tutorial
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size luxcorerender_opencl-2.0b-cp34-cp34m-manylinux1_x86_64.whl (26.1 MB) | File type Wheel | Python version cp34 | Upload date | Hashes |
Hashes for luxcorerender_opencl-2.0b-cp34-cp34m-manylinux1_x86_64.whl
Algorithm | Hash digest |
---|---|
SHA256 | b6641641338c61cf2b2770c803c5ad4f8d29b56878805bac33ab362bf4024647 |
MD5 | aa0af1f3db3831708fc32ceb5a9e3433 |
BLAKE2-256 | c176c3d83e07b166c57684bd58b2886f1cf8d3c6c4d09eb020261a4b504b938f |
Developer(s) | Jean-Philippe Grimaldi, Jean-Francois Romang, David Bucciarelli, Ricardo Lipas Augusto, Asbjorn Heid and others.[1] |
---|---|
Initial release | June 24, 2008; 12 years ago |
Stable release | 2.5 / April 10, 2021; 8 days ago[2] |
Repository | |
Written in | C++, Python |
Operating system | Cross-platform |
Type | 3D computer graphics |
License | Apache 2.0 |
Website | www.luxcorerender.org |
LuxCoreRender is a free and open-sourcephysically basedrendering software. It began as LuxRender in 2008 before changing its name to LuxCoreRender in 2017 as part of a project reboot.[3][4] The LuxCoreRender software runs on Linux, Mac OS X, and Windows.
Overview[edit]
LuxCoreRender features a 3D renderer; it relies on other programs (3D modeling programs) to create the scenes to render, including the models, materials, lights and cameras. This content can then be exported from the application for rendering. For Luxrender, fully functional exporters are available for Blender, Daz Studio; partially functional ones are available for Cinema 4D, Maya, SketchUp and XSI.[5] Luxrender is also fully supported as a production renderer in 3DS Max.[6] For LuxCoreRender, Blender is supported through the BlendLuxCore plugin.[7] After opening the exported file, LuxCoreRender renders the scene. Various tweaks to post processing settings can be set via graphical user interface and the scene control file.[8] A significant feature of LuxCoreRender is that the user is able to change the balance of different lights while the image is still being processed.[9][10]
History[edit]
LuxRender[edit]
Luxcorerender Freecad
LuxCoreRender originally started as LuxRender in 2008. LuxRender was based on PBRT, a physically based ray-tracing program.[11] Although very capable and well-structured, PBRT focuses on academic use and was not easily usable by digital artists. As PBRT is licensed under the BSD License, it was possible to start a new program based on PBRT's source code. With the blessings of the original authors, a small group of programmers took this step in September 2007. The new program was named LuxRender and was to focus on artistic use. Since its initial stage, the program has attracted a small handful of various programmers around the world.[1]
On 24 June 2008, the first official release was announced, version 0.5.[12] This was the first release that is considered to be usable for the general public.
LuxCoreRender (LuxRender 2.x)[edit]
The plan for LuxRender 2.0 was defined during the 2013 summer and one of the major components is a new engine based on the C++ and Python APIs. The old C API suffered from many limitations when it came to modern features like dynamic scene editing and interactive rendering, so it was decided to write a completely new API instead of improving the old one. LuxCore is the name of the new C++/Python API. It offers all the features shown by SLG (SmallLuxGPU),[13] including a dynamic camera, texture, material, and object editing, and more.
Why Lux(Core)Render v2.0?
Because LuxRender project was dying under the weight of a lot of old abandoned code. All active developers had the strong feeling a fresh start was required. The 'Core' between 'Lux' and 'Render' is there to highlight the new project focus. However the 'v2.0' is there to re-mark the continuity with 10 years of development and experience.
During the 2017 winter, LuxCoreRender 2.0 was defined as a LuxCore API focused render package, dropping any old code related to LuxRender 1.x. A new website, forum, wiki, Blender exported, etc. were developed in order mark a new fresh project restart.
Features[edit]
LuxCoreRender 2.5[edit]
Features included in the LuxCoreRender 2.5 update include: [14]
- Nvidia OptiX
- Non Uniform Camera Bokeh
- and much More
LuxCoreRender 2.4[edit]
Features included in the LuxCoreRender 2.4 update include: [15]
- Support for using more than 64 logical processors in Windows.
- Support for CUDA rendering on NVIDIA graphics cards, with out-of-core capability.
- The ability to create materials with thin-film interference.
LuxCoreRender 2.0–2.3[edit]
Features included in the LuxCoreRender 2.0+ project reboot (current version) include:[16]
- Microkernel pure-OpenCL 'Path' render engine, supporting any number of GPUs and OpenCL-enabled CPUs concurrently.
- Interactive viewport rendering, including real-time material and object manipulation.
- Material node support.
- Light groups, allowing the user to change the intensity and color of lamps during the rendering process.[10]
- Embree accelerated BVH building.[17]
- A ' Direct Light Sampling Cache' to accelerate scenes with many light sources.[18][19]
- A 'Photon Global Illumination' cache to accelerate complex scenes, including support for caustic photon cache and vertex merging.[20][21]
- Support for Open Intel Image Denoiser (OIDN).[20][22]
- Blender Cycles scene conversion, including (limited) support for automatic interpretation of Cycles materials and textures.[23]
- Advanced material properties, including glass dispersion (using Cauchy's transmission equation), rough glass (for creating frosted glass or ice), metal, car paint (using multiple reflective coatings), and velvet (to represent fuzzy surfaces).[24]
- Support for physically based light units like lumen and candela, as well as traditional gain and exposure controls.[23]
- Support for subdivison shapes, displacement shapes, and vector displacement of displacement shapes.[23]
LuxRender 1.0[edit]
New features included in LuxRender 1.0 include:[25]
- An experimental Stochastic Progressive Photon Mapping integrator (SPPM).[26]
- GPU-accelerated 'Hybrid Bidirectional' path tracing using the GPU for ray-intersection calculations.
- Support for multiple GPUs.
- New and updated materials, including metal, car paint, glossy coating, and layered materials.
LuxRender 0.8[edit]
The main features of LuxRender as of version 0.8 include:[11][27]
- Biased and unbiased rendering: Users can choose between physical accuracy (unbiased) and speed (biased).
- Full spectral rendering: Instead of discrete RGB colour bands, full spectra are used for internal calculations.
- Hierarchical procedural and image based texture system: Procedural and image based textures can be mixed in various ways, making it possible to create complex materials.
- Displacement mapping and subdivision: Based on procedural or image textures, object surfaces can be transformed.
- Network and co-operative rendering: Rendering time can be reduced by combining the processing power of multiple computers. IPv6 is also supported.
- Perspective (including shift lens), orthographic and environment cameras.
- HDR output: Render output can be saved in various file formats, including .png, .tga and .exr.
- Instances: Instancing significantly saves system resources, in particular memory consumption by reusing mesh data in duplicated objects.
- Built in post-processing: While rendering, you can add post processed effects like bloom, glare, chromatic aberration and vignetting.
- Motion blur, depth of field and lens effects: True motion blur, both for the camera and individual objects, and physically accurate Lens Effects, including Depth Of Field.
- Light groups: By using light groups, one can output various light situations from a single rendering, or make adjustments to the balance between light sources in real time.
- Image denoising
- Fleximage (virtual film): Allows you to pause and continue renders. The current state of the render can be written to a file, so that any system can continue the render at a later moment.
- GPU acceleration for path tracing when sampling one light at a time.[28]
- Film response curves to emulate traditional cameras color response (some curves are for black&white films too).
- Volumetric rendering using Homogeneous volumes by defining an interior, and exterior volume.
References[edit]
- ^ ab'Authors'. LuxRender. Archived from the original on 2011-03-01. Retrieved 2008-06-30.CS1 maint: discouraged parameter (link)
- ^. 2020-06-26 https://forums.luxcorerender.org/viewtopic.php?f=9&p=24227&sid=63168855810a843796cc8b3dcfb5a9c0#p24227. Retrieved 2020-06-26.Missing or empty
|title=
(help)CS1 maint: discouraged parameter (link) - ^'LuxCoreRender team releases LuxCoreRender 2.2'. BlenderNation. 2019-10-02. Retrieved 2020-03-11.
- ^'LuxCore API – LuxCoreRender'. Retrieved 2020-03-27.
- ^'Exporter Status - LuxRender Wiki'. 2016-04-19. Archived from the original on 2016-04-19. Retrieved 2020-03-27.
- ^'LuxRender - 3DS Max'. 2018-04-14. Archived from the original on 2018-04-14. Retrieved 2020-03-27.
- ^'Download – LuxCoreRender'. Retrieved 2020-03-27.
- ^'Archived copy'. Archived from the original on 2011-02-11. Retrieved 2012-06-20.CS1 maint: archived copy as title (link)
- ^'LuxRender Light groups - LuxRender Wiki'. 2016-02-15. Archived from the original on 2016-02-15. Retrieved 2020-03-27.
- ^ ab'LuxCoreRender Light Groups - LuxCoreRender Wiki'. wiki.luxcorerender.org. Retrieved 2020-03-27.
- ^ ab'Features'. LuxRender. Archived from the original on 2011-03-09. Retrieved 2008-06-30.CS1 maint: discouraged parameter (link)
- ^'LuxRender 0.5 released'. BlenderNation. 2008-06-30. Retrieved 2008-06-30.CS1 maint: discouraged parameter (link)
- ^'Luxrender and OpenCL - LuxRender Wiki'. 2018-04-13. Archived from the original on 2018-04-13. Retrieved 2020-03-27.
- ^https://luxcorerender.org/new-features-in-v2-5/
- ^'LuxCoreRender Release Notes v2.4 - LuxCoreRender Wiki'. wiki.luxcorerender.org. Retrieved 2020-07-27.
- ^'LuxCoreRender Release Notes - LuxCoreRender Wiki'. wiki.luxcorerender.org. Retrieved 2020-03-27.
- ^'LuxCoreRender Release Notes v2.0 - LuxCoreRender Wiki'. wiki.luxcorerender.org. Retrieved 2020-03-27.
- ^'LuxCoreRender Release Notes v2.1 - LuxCoreRender Wiki'. wiki.luxcorerender.org. Retrieved 2020-03-27.
- ^'Direct Light Sampling Cache (aka Light cache part I) - LuxCoreRender Forums'. forums.luxcorerender.org. Retrieved 2020-03-27.
- ^ ab'LuxCoreRender Release Notes v2.2 - LuxCoreRender Wiki'. wiki.luxcorerender.org. Retrieved 2020-03-27.
- ^'PhotonGI cache - LuxCoreRender Forums'. forums.luxcorerender.org. Retrieved 2020-03-27.
- ^'OpenImageDenoise - LuxCoreRender Forums'. forums.luxcorerender.org. Retrieved 2020-03-27.
- ^ abc'LuxCoreRender v2.3 released - LuxCoreRender Forums'. forums.luxcorerender.org. Retrieved 2020-03-29.
- ^'LuxCoreRender Materials - LuxCoreRender Wiki'. wiki.luxcorerender.org. Retrieved 2020-03-27.
- ^'New in 1.0 - LuxRender Wiki'. 2016-04-19. Archived from the original on 2016-04-19. Retrieved 2020-03-27.
- ^'SPPM - LuxRender Wiki'. 2016-05-02. Archived from the original on 2016-05-02. Retrieved 2020-03-27.
- ^'New in 0-8 - LuxRender Wiki'. 2016-05-04. Archived from the original on 2016-05-04. Retrieved 2020-03-27.
- ^'GPU - LuxRender Wiki'. 1 July 2014. Archived from the original on 25 October 2011. Retrieved 9 June 2011.CS1 maint: discouraged parameter (link)
External links[edit]
- Official website