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.1-cp314-cp314-win_amd64.whl (83.2 MB view details)

Uploaded CPython 3.14Windows x86-64

pyluxcore-2.11.1-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.1-cp314-cp314-macosx_14_0_arm64.whl (83.9 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ x86-64

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

Uploaded CPython 3.13Windows x86-64

pyluxcore-2.11.1-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.1-cp313-cp313-macosx_14_0_arm64.whl (83.9 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.12Windows x86-64

pyluxcore-2.11.1-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.1-cp312-cp312-macosx_14_0_arm64.whl (83.9 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.11Windows x86-64

pyluxcore-2.11.1-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.1-cp311-cp311-macosx_14_0_arm64.whl (83.9 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.10Windows x86-64

pyluxcore-2.11.1-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.1-cp310-cp310-macosx_14_0_arm64.whl (83.9 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

pyluxcore-2.11.1-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.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyluxcore-2.11.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d9c89611ce30f39502aaf02ad31a7c083b46ddbde3d0565191201133aeb5e4cd
MD5 9b2c8a27225e939f3ca74f34cfb54c4c
BLAKE2b-256 dd94df413728114a07f128d979edd4c231f0914d5f674702804fe176c919fd6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d37f34e1591168bd154bab3694e1f9f0c38646a37b413164d057b59151f47b96
MD5 34afb939ec8f5662a35d0d75fe54bb45
BLAKE2b-256 a48327ec13ae4ac84fb8c40bbf0fb98c6f202b7f2dcf97d70c4887e225e43ada

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 272d0b3c07c814f5d17d1260177376468141eda6b9e37225325365c9dec4ef78
MD5 d39f6eb2a0ffbb23cc386f1b41c8f082
BLAKE2b-256 1ac9f5a72702da661f4b96f91b002e281dda69660fe3ba74c5a97b5524f55fe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 96b0d713c26852c58ec86b1222f9abaac621451f4d810c778d03ac7a1ea4df4d
MD5 8ea96f669c304bd31edd1ea2e24e4bcd
BLAKE2b-256 a6175af7f27b041cf1ddecfe9ef154568aece921452ba9bdb594a5b598bcbdc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyluxcore-2.11.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5b021cbc074f002cacc8b77c40a9ccf52cf15f124582e2b52985ef96308c6b49
MD5 3d2b6f6a5513eb08fe94b154c35442e7
BLAKE2b-256 bdea9ff04fc66b68f593a2f9ef0a1dbaea9c94be9daea6bf570d3974ff4767b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 32f348a3ee718f7f9d99b4fbf276247c565bc95a134bf6f5c3fd865a3fe86f2e
MD5 32585475ddeaf7645ebbbcc9de38f509
BLAKE2b-256 5a0eee9ce58c4d2ff062668f2adab97cb5b46d4317e2e22f80700033ca1ba343

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f5d9d789ef6aff4d516b7ffd37ba288b416732a32b3a3059bdabface3c434ce6
MD5 e1b330729f41c1b74bc68983910c6ba9
BLAKE2b-256 1ec43d65b77aeaba3a3788e7c5d38887ae63df6cf5ada92732888104128b55a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d4a886c9ffe267e297c1aa3d0648d054137f8220524ff4062832084df82d1783
MD5 a6e55a026a17b4810f06b6d16d0c229b
BLAKE2b-256 3c146ecf2c5c483dcd74fc898c23d6173dc42ed83dd12147aea7c9b15cf7e000

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyluxcore-2.11.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 77ac58531ee0fbfd35a5d67e47d8a0363eef53c8b6bbd0b941cc4c6cbc1d4976
MD5 165e348240f2c6cc8414cda4df41050a
BLAKE2b-256 409e0c6f85386d1a7efd415c877e811459b69b5c2df62c265ea24e65681e5d04

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 24f40996411108379d927e083c63b930aa3a53eea18cd27927af41006592f60e
MD5 abf11a8167fd9b86976fd49932c16e17
BLAKE2b-256 fd14fdc62bf59f6431703e2c92bd186423ca3f5e5844ecf58b23f9c71807990e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 db3c26c6087be51caac14ffbe92e3fc6e888427eeeebe544887fa4674d5278fd
MD5 f14c696a3f7b2b7c9fa9038d9b056196
BLAKE2b-256 10b8f98d20933166d5a7cac86a41ad9f62fef962679171445b9b21e2c8e5747c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1674fdac8e1d9e8069ee3fb58f876d400350e051c63e728c965a3ef7f6ed8e0e
MD5 c4442566ddf0cae885c0c79b942d3005
BLAKE2b-256 c7c17d67cd5af0ecf75777d7b3f8214c8911dab1941be4c57f017f72c891404a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyluxcore-2.11.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 433a641accb3368659e4b35f0c8d8699586fa7679ac6c8131d010742b112c568
MD5 fc63d94ddd00f0d2b70ba8a721bbb500
BLAKE2b-256 638606935186b7b1c6408773d9167404e7565b76c6c575aa4a4d091a12934b1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 386ed11f7aacd14dc179ae78246f91bfc21fe17dd5c1d58b3e4122e20c926a1f
MD5 8b1e0d8b2bc6acd492755ca43d6967c3
BLAKE2b-256 8f99f3996f4675941700e1f0527b6f686cfb4add672381d07334f4bab4489102

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a1aedd89141e373500f1c1663ead8d6616fe378def922980c4ee211324f112cb
MD5 2127aa4262ae8024524fd07c2ed4ddfd
BLAKE2b-256 329c9a65525352aa5bd515e69cdc83e3c257d5ecd198ed5f4935a8e844c6da06

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6870ad8cf49e6751615fef55c55ce8922376207b3a1b0d6fafd1ad226a60b25f
MD5 5a83b84aa4ee39a4a08f510420512a1d
BLAKE2b-256 7cabe016f0528d5c5710c4a0bcfdf4d82742d4e02200d4191a2db7dd47230e53

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyluxcore-2.11.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 504fe229f8f66df71ecf2b24eeaf3b5197bcccf4fe263e8b27a5fe81d5a6df84
MD5 bfe494975668527324339eb9039cb68d
BLAKE2b-256 d66efbf3f087cb0810f5fac03c6b3412e729a82b8f3401868f783137b30f1aaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4fcdd333c38c4094c02df8bdfdf8207503c0ead61ad406a02b963a741b6840ce
MD5 eda4e64b322a0e44ea15db1b11e9dd90
BLAKE2b-256 7948bd073e19498d6c811eecd73e6652b377b98e0f99defcf515326645b234ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2b2db88b11c39a737a2ab509616ca04d84eebf51a6419fbfb53f027997166131
MD5 55bcacbbb000fdd9c2b45e35b5d9c4f4
BLAKE2b-256 8bb23f4010c29bb0a826418a4a94c01eb44bc0a02be147dc5ecf8806eaa9a8dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pyluxcore-2.11.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0be27d1f8e91649e274f8d19eb06d58b82a732b39d4dcd726228a35b7bb8c192
MD5 afc4be2ccef72de6878aabff23b251d2
BLAKE2b-256 d582cbd3869f6c883662565ce0cb2b6a5de86d2d4691e2a719abb9bfac3b5d39

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyluxcore-2.11.1-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

This release

2.11.1 This release

20 files

2.11.0

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