Open 3D Engine (O3DE) is an Apache 2.0-licensed multi-platform 3D engine that enables developers and content creators to build AAA games, cinema-quality 3D worlds, and high-fidelity simulations without any fees or commercial obligations.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Brian Herrera 3bf47dca9f
Run git lfs in a separate step. (#3)
Run git lfs in a separate step.

Jenkins is unable to load the credentials for the custom LFS endpoint. Command works locally but it's unable use the credential manager within Jenkins.
5 years ago
AutomatedReview Run git lfs in a separate step. (#3) 5 years ago
AutomatedTesting Integrating latest 47acbe8 5 years ago
Code Integrating latest 47acbe8 5 years ago
Docs Initial commit 5 years ago
Editor Integrating latest 47acbe8 5 years ago
Engine Integrating latest 47acbe8 5 years ago
Gems Integrating latest 47acbe8 5 years ago
Templates Integrating latest 47acbe8 5 years ago
Tests Integrating latest 47acbe8 5 years ago
Tools Integrating latest 47acbe8 5 years ago
cmake Integrating latest 47acbe8 5 years ago
ctest_scripts Integrating latest 47acbe8 5 years ago
python Integrating latest 47acbe8 5 years ago
scripts Integrating latest 47acbe8 5 years ago
.clang-format Integrating latest 47acbe8 5 years ago
.editorconfig Initial commit 5 years ago
.gitattributes Initial commit 5 years ago
.gitignore Integrating latest 47acbe8 5 years ago
.lfsconfig Initial commit 5 years ago
.p4ignore Initial commit 5 years ago
AssetProcessorPlatformConfig.ini Integrating latest 47acbe8 5 years ago
BuildAtomSampleViewer_Paks_PC.bat Initial commit 5 years ago
BuildAtomTest_Paks_PC.bat Initial commit 5 years ago
BuildDBAs.bat Integrating latest 47acbe8 5 years ago
BuildReleaseAuxiliaryContent.py Initial commit 5 years ago
Build_AssetBundler_AuxiliaryContent_PC.bat Initial commit 5 years ago
CMakeLists.txt Integrating latest 47acbe8 5 years ago
DetermineRCandAP.bat Initial commit 5 years ago
Doxyfile_ScriptBinds Initial commit 5 years ago
LICENSE.txt Initial commit 5 years ago
README.md Updating confidentiality notice and contact info 5 years ago
SerializeContextAnalysis.bat Initial commit 5 years ago
SliceBuilderSettings.json Initial commit 5 years ago
asset_bundler_test.sh Initial commit 5 years ago
aztest_bootstrap.json Initial commit 5 years ago
bootstrap.cfg Integrating latest 47acbe8 5 years ago
ctest_pytest.ini Initial commit 5 years ago
editor.cfg Initial commit 5 years ago
engine.json Integrating latest 47acbe8 5 years ago
engineroot.txt Initial commit 5 years ago
license_spectra_private_preview.txt Initial commit 5 years ago
lmbr_pak_shaders.bat Initial commit 5 years ago
lmbr_pak_shaders.sh Initial commit 5 years ago
revision.txt Initial commit 5 years ago
shadercachegen.cfg Initial commit 5 years ago
system_BuildShaderPak_DX11.cfg Integrating latest 47acbe8 5 years ago
system_BuildShaderPak_GL4.cfg Integrating latest 47acbe8 5 years ago
system_android_es3.cfg Initial commit 5 years ago
system_ios_ios.cfg Initial commit 5 years ago
system_linux_pc.cfg Initial commit 5 years ago
system_mac_osx_gl.cfg Initial commit 5 years ago
system_windows_pc.cfg Initial commit 5 years ago

README.md

Project Spectra Private Preview

Confidentiality; Pre-Release Access

Welcome to the Project Spectra Private Preview. This is a confidential pre-release project; your use is subject to the nondisclosure agreement between you (or your organization) and Amazon. Do not disclose the existence of this project, your participation in it, or any of the materials provided, to any unauthorized third party. To request access for a third party, please contact Royal O'Brien, obriroya@amazon.com.

Download and Install

This repository uses Git LFS for storing large binary files. You will need to create a Github personal access token to authenticate with the LFS service.

Create a Git Personal Access Token

You will need your personal access token credentials to authenticate when you clone the repository.

Create a personal access token with the 'repo' scope.

Recent versions of Git install a credential manager to store your credentials so you don't have to put in the credentials for every request.
It is highly recommended you check that you have a credential manager installed and configured

Clone the repository

> git clone https://github.com/aws/o3de.git
Cloning into 'o3de'...

# initial prompt for credentials to download the repository code
# enter your Github username and personal access token

remote: Counting objects: 29619, done.
Receiving objects: 100% (29619/29619), 40.50 MiB | 881.00 KiB/s, done.
Resolving deltas: 100% (8829/8829), done.
Updating files: 100% (27037/27037), done.

# second prompt for credentials when downloading LFS files
# enter your Github username and personal access token

Filtering content: 100% (3853/3853), 621.43 MiB | 881.00 KiB/s, done.

If you have the Git credential manager core installed, you should not be prompted for your credentials anymore.

License

For terms please see the LICENSE*.TXT file at the root of this distribution.