Skip to main content

LuxCoreRender

LuxCoreRender alt text

LuxCoreRender is a physically correct, unbiased rendering engine. It 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.

You can find more information about at https://www.luxcorerender.org

Building

Build documentation

Complete build documentation can be found in the wiki: https://wiki.luxcorerender.org/Building_LuxCoreRender.

Here is a short extract, please refer to link above for more information.

Tool requirements

[Mandatory] First, ensure you have a suitable toolchain:

  • Windows: MSVC >= 194x latest version
  • Linux: gcc 14
  • MacOS Intel: XCode 15.2
  • MacOS Arm: XCode 15.4

[Mandatory] Then, ensure the following software is also installed and available in the PATH:

  • Git
  • Python 3
  • Conan (pip install conan)
  • CMake

[Optional, but recommended] In addition, you may install the following software:

[Mandatory, Windows only] For Windows, ensure the command line is configured for building (vcvarsall.bat).

Quick build

git clone https://github.com/LuxCoreRender/LuxCore.git

cd LuxCore
git checkout for_v2.10

make deps
make

This will download LuxCore source code and LuxCore precompiled dependencies, configure CMake and start the build.

Nota: second make statement can also name a specific target. Examples: make luxcore make pyluxcore make luxcoreconsole make luxcoreui

Build type

Build type can be controlled by environment variable LUX_BUILD_TYPE. Available build types are Release and Debug (case sensitive). Default is Release.

Other commands

  • make clean: clean build tree (delete intermediate files)
  • make clear: remove build tree
  • make config: configure/reconfigure project
  • make deps: update dependencies
  • make doc: build Doxygen documentation

LuxCore library

LuxCore is the new LuxCoreRender v2.x C++ and Python API. It is released under Apache Public License 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

LuxCoreUI

This is the most complete example of LuxCore API usage and it is available in the samples/luxcoreui directory.

To see how it works, just run luxcoreui from the root directory:

Linux/MacOS:

./out/install/Release/bin/luxcoreui scenes/cornell/cornell.cfg

Windows:

out\install\Release\bin\luxcoreui scenes\cornell\cornell.cfg

(assuming you selected Release as a build type)

LuxCoreConsole

This is a simple example of a command line renderer written using LuxCore API and it is available in the samples/luxcoreconsole directory. Just run luxcoreconsole from the root directory with:

Linux/MacOS:

./out/install/Release/bin/luxcoreconsole -D batch.halttime 10 scenes/cornell/cornell.cfg

Windows:

out\install\Release\bin\luxcoreconsole -D batch.halttime 10 scenes\cornell\cornell.cfg

(assuming you selected Release as a build type)

Authors

See AUTHORS.txt file.

Credits

A special thanks goes to:

License

This software is released under Apache License Version 2.0 (see COPYING.txt file).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyluxcore-2.11.0-cp314-cp314-win_amd64.whl (83.2 MB view details)

Uploaded CPython 3.14Windows x86-64

pyluxcore-2.11.0-cp314-cp314-manylinux_2_28_x86_64.whl (99.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pyluxcore-2.11.0-cp314-cp314-macosx_14_0_arm64.whl (83.9 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

pyluxcore-2.11.0-cp314-cp314-macosx_11_0_x86_64.whl (91.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

pyluxcore-2.11.0-cp313-cp313-win_amd64.whl (82.6 MB view details)

Uploaded CPython 3.13Windows x86-64

pyluxcore-2.11.0-cp313-cp313-manylinux_2_28_x86_64.whl (99.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pyluxcore-2.11.0-cp313-cp313-macosx_14_0_arm64.whl (83.9 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

pyluxcore-2.11.0-cp313-cp313-macosx_11_0_x86_64.whl (91.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

pyluxcore-2.11.0-cp312-cp312-win_amd64.whl (82.6 MB view details)

Uploaded CPython 3.12Windows x86-64

pyluxcore-2.11.0-cp312-cp312-manylinux_2_28_x86_64.whl (99.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pyluxcore-2.11.0-cp312-cp312-macosx_14_0_arm64.whl (83.9 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

pyluxcore-2.11.0-cp312-cp312-macosx_11_0_x86_64.whl (91.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

pyluxcore-2.11.0-cp311-cp311-win_amd64.whl (82.6 MB view details)

Uploaded CPython 3.11Windows x86-64

pyluxcore-2.11.0-cp311-cp311-manylinux_2_28_x86_64.whl (99.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pyluxcore-2.11.0-cp311-cp311-macosx_14_0_arm64.whl (83.9 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

pyluxcore-2.11.0-cp311-cp311-macosx_11_0_x86_64.whl (91.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

pyluxcore-2.11.0-cp310-cp310-win_amd64.whl (82.6 MB view details)

Uploaded CPython 3.10Windows x86-64

pyluxcore-2.11.0-cp310-cp310-manylinux_2_28_x86_64.whl (99.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pyluxcore-2.11.0-cp310-cp310-macosx_14_0_arm64.whl (83.9 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

pyluxcore-2.11.0-cp310-cp310-macosx_11_0_x86_64.whl (91.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

File details

Details for the file pyluxcore-2.11.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyluxcore-2.11.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 83.2 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyluxcore-2.11.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cc176f35b930230c3a72e4621e57e1a95062ce48f3a658f379d3d9235d8353e9
MD5 70fac977dbb0e1650fb8bd15faa643b3
BLAKE2b-256 509dc56bb70fd7af65e0bf092f961b1918c81ee25d8a24076e0982051fe8bced

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp314-cp314-win_amd64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6cfd0f0fa9007da552273e51faf089309fb2fb98c1b910d03cb1446ff6b31a40
MD5 f845bde0ccac057f71160204bb090e1e
BLAKE2b-256 aaebb8356fe669a82f45f59a7b3deca203b1ccc76840b04d5fbbe2181a499ec3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3f292cfb21fbe58fda84771051fa4748ed13147be8716c4f7d2eec7f4a153fee
MD5 195b99f6093e3994a2ec12c7e2c55763
BLAKE2b-256 d5380d240e572704c6d3bf5a0b8feec2575dbf2b2cb67a5ce82c59c159edb89d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8f7b1ab3f3c07cf8ea3dff79ae467e00a0e674695a6517768812ea3225a89e8b
MD5 c10e8a98975e97032f137cc3f5abe318
BLAKE2b-256 45aee2a27447e91f736415a2ce83ef7a07fce48cd105c56f673e0f6000cc6808

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyluxcore-2.11.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 82.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyluxcore-2.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0f719f5da91339d07ad6366cbcc3ab665e709540828c1fa6fb4554f4db3996cb
MD5 4ca4532bbcd8f57f81e0ea31b2ed0b98
BLAKE2b-256 8f13cd39c44dcb23c3e57fbe9776ce9d8bf3abe7c29867801f54254ddf28b061

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp313-cp313-win_amd64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2afdc0567c47b74e398b6d106923dcac118dd612f302b49092303e0be1b84fd3
MD5 9a900854470d218fb3abd61ed255830b
BLAKE2b-256 33fb2b22ed3ad18cf560985f2b5296b0c75513c9a720e24fb7b0b5c4bb1d9b52

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2bc934dff788fa1134a9e27fbfd5f07841d44d8ab6817d8e483f141d10c38c8f
MD5 aa1a5aa02ed33c73ff20a4480b079196
BLAKE2b-256 c33602c9daf18afee373eb117c7d24d58f88df7c905bec550085a6b236902847

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5e5d3cdd912294fd70e0637cfea26c099213da2d8f0b29bbe8cfebe19d9529a1
MD5 bd73ca8a8df8bca8b9fdfbf3f920620f
BLAKE2b-256 0ee495699097cd528d8dde88feb59ea67702d6fb22fef6d7a94bd9b87889ca39

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyluxcore-2.11.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 82.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyluxcore-2.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 93b1948d2e82d31ef766ba64e6aa06b839276f528790b4ab80bb1856a68281bf
MD5 cfc8a53f8b2b09cf24c9a75342b5af94
BLAKE2b-256 3d8d5c885b0e0f2911b9f172fd66555b4f8ee8b923c38eb416958e063a837bcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp312-cp312-win_amd64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1aecc2f0d6237d28d08a39c136ad812382571315aecbb9576a64116135032ac7
MD5 9dff6a9f04592f6641ead67a54179fa5
BLAKE2b-256 1b16e746929e6b1871b1b56f7d12f5e4865b13fcce652241bd81eb0a231f15df

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c6bee5d0882b580065828cfa8905fecf7e8063614a925530195d3ce5e41e8ea2
MD5 e0ae607e59ab9c61c05219d617d16d7b
BLAKE2b-256 51a14713e7e66661c8ec42b87392bf71e78c2021492c033c58b8a9816302b26d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 58f2a7743bdbacb8c472de0713fcbb38634e9534cd3a10135d7f072217c2def9
MD5 a5b4ae03672482fa2c3183a00672ec87
BLAKE2b-256 e4a5a7414941172d7ae551a47b770051579f6504cb6ea8419c872282540e1513

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyluxcore-2.11.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 82.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyluxcore-2.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d70b4fb9e153c19b0f188a5c2f73120db8d6d3ae611fa966ffe01ccf88234c79
MD5 5aaf07a231cc233621dc8da32b9418cd
BLAKE2b-256 e288cb469cf272f9b771e4f0b1068a14fb123c1788e924a6e8e6214085442b6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp311-cp311-win_amd64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1dd5e3d5da98494dfac38cdb87ea4e149d129c73b61128ecc976453f02ec5bdf
MD5 230bcf60afe4641a53bcad0ebc5c5d20
BLAKE2b-256 2f18400a4f827efb1fefa7d3cbf4fc474d7a2996b76a6bc03be642c90ee642ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 85de8fd44ef63c4d5e464b94df7c5e7d68608c295a72d4c4c03555b7efa1f9df
MD5 d08a583dff36e469db4cc43a7bb97c5f
BLAKE2b-256 a7229dc7b10618400bee799fd85fdf4dd8d6411020e82860a356126a78b2505c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c11866beed53025260ea5fba5a8cbc170e1482606c09ce5d88a4ce8a079889a7
MD5 ab7a9665a6f0db2ae4e4a7078a8954f3
BLAKE2b-256 d6ec54f9402c4285f753c74b716d74fbdd4148ffe825cb4c05a5ecdd68d54caa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyluxcore-2.11.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 82.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pyluxcore-2.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fae4e87175a70ed46bd34b3d87f19ca8861c2807043682b43cb5afc1bee55123
MD5 110fc000aa94edfb12984a4d2648ec06
BLAKE2b-256 66d6d89dc5ba0c6e362cd53cebaf8a8646aa7ac9a6902e9d3e3387b39550f867

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp310-cp310-win_amd64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 69a53472821089eca4b5ea085f6639a2a7164afe63302e7a41613c11a32dbdaf
MD5 a96b5df40ab88ba7a3f7ec592ae668bb
BLAKE2b-256 9b5abc60a3caa5f3133dfa75780e1a5494165f9927f0cf23c756cf55e4a0a6d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 99404c87b2fa05224d83ae9894747f7fbaf3fceb7284a92472d5586b4fd08994
MD5 1d94e3ee0626b9640772e78d66b79f66
BLAKE2b-256 356dad2e791abdcbaeebf64aa91502938fdbc13040e0aca595cdd2adf91e84f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pyluxcore-2.11.0-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6fe6350fcfce30d140f90f5649fbb9b380a62d064f9fbbb2dfb3589b24a6f1bb
MD5 afffb8ba161665828ec9add404e716a8
BLAKE2b-256 86286e59bb6bbe8ea58e5e40e9d00c86d464a51855bcdc2eadb98979e317e97d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.0-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: wheel-publisher.yml on LuxCoreRender/LuxCore

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

2.11.1

20 files

This release

2.11.0 This release

20 files

2.10.1

20 files

2.10.0

20 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page