This is the documentation for Enlighten.
To run Enlighten's development tools, you need:
There are additional software requirements for Incredibuild support. See [IncrediBuild|Distributing the HLBS] for more information.
Enlighten is distributed as the following .zip archives:
To install Enlighten:
EnlightenSDK-3.03.R.xxxxxx.zip
plus the desired platform-specific and asset .zip
archives.EnlightenSDK-3.03.R.xxxxxx.zip
to a new directory, and unzip the platform-specific .zip
archives into the same directory.The sample programs for all platforms are in the Bin/<platform>
directories.
The Enlighten SDK automatically detects installed platform SDKs, using the following environment variables:
DXSDK_DIR
SCE_ORBIS_SDK_DIR
DurangoXDK
ANDROID_NDK_ROOT, ANDROID_SDK_ROOT, JAVA_HOME, ANT_HOME
The Enlighten SDK ships with all libraries and sample applications prebuilt and ready to use. You don't need to compile anything to use the SDK. You should only consider this if you intend to make your own modifications to the sample framework or supporting libraries, or build the runtime libraries against a different platform SDK.
You can also build the Enlighten runtime libraries and sample applications from the provided source code. For details, see Code compilation.