Marcel Pi
Marcel Pi
(Since I'm not sure if this is the appropriate place to ask this question, I'll apologize in advance.) Is HLSL 2021 supported with glslc? If that's not the case, are...
This switches the PythonAPI build from setuptools to scikit-build-core. #### Where has this been tested? * **Platform(s):** Windows 10 * **Python version(s):** 3.8 * **Unreal Engine version(s):** CARLA-UE5.3
When building in windows, the file `file_finder_test.cc` will attempt to include `unistd.h`. It seems this is due to `#if WIN32` being used instead of `#ifdef _WIN32`. I'm not sure if...
This PR adds a test script for the apply_texture python API.
This PR expands on the ENABLE_EXCEPTIONS and ENABLE_RTTI options.
This PR fixes build errors when BUILD_PYTHON_API=OFF.
We need to rework the apply_texture API to use actor IDs instead of names, as this introduces a lot of friction with the rest of the CARLA Python API.