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. #o3de #gameengine #engine

alexpete a10351f38d Initial commit před 4 roky
AutomatedReview a10351f38d Initial commit před 4 roky
CMakeTestbed a10351f38d Initial commit před 4 roky
Code a10351f38d Initial commit před 4 roky
Docs a10351f38d Initial commit před 4 roky
Editor a10351f38d Initial commit před 4 roky
Engine a10351f38d Initial commit před 4 roky
Gems a10351f38d Initial commit před 4 roky
Tools a10351f38d Initial commit před 4 roky
cmake a10351f38d Initial commit před 4 roky
ctest_scripts a10351f38d Initial commit před 4 roky
python a10351f38d Initial commit před 4 roky
scripts a10351f38d Initial commit před 4 roky
.clang-format a10351f38d Initial commit před 4 roky
.editorconfig a10351f38d Initial commit před 4 roky
.gitattributes a10351f38d Initial commit před 4 roky
.gitignore a10351f38d Initial commit před 4 roky
.lfsconfig a10351f38d Initial commit před 4 roky
.p4ignore a10351f38d Initial commit před 4 roky
AssetProcessorPlatformConfig.ini a10351f38d Initial commit před 4 roky
BuildAtomSampleViewer_Paks_PC.bat a10351f38d Initial commit před 4 roky
BuildAtomTest_Paks_PC.bat a10351f38d Initial commit před 4 roky
BuildCMakeTestbed_Paks_PC.bat a10351f38d Initial commit před 4 roky
BuildReleaseAuxiliaryContent.py a10351f38d Initial commit před 4 roky
Build_AssetBundler_AuxiliaryContent_PC.bat a10351f38d Initial commit před 4 roky
CMakeLists.txt a10351f38d Initial commit před 4 roky
DetermineRCandAP.bat a10351f38d Initial commit před 4 roky
Doxyfile_ScriptBinds a10351f38d Initial commit před 4 roky
LICENSE.txt a10351f38d Initial commit před 4 roky
README.md a10351f38d Initial commit před 4 roky
SerializeContextAnalysis.bat a10351f38d Initial commit před 4 roky
SliceBuilderSettings.json a10351f38d Initial commit před 4 roky
asset_bundler_test.sh a10351f38d Initial commit před 4 roky
aztest_bootstrap.json a10351f38d Initial commit před 4 roky
bootstrap.cfg a10351f38d Initial commit před 4 roky
ctest_pytest.ini a10351f38d Initial commit před 4 roky
editor.cfg a10351f38d Initial commit před 4 roky
engine.json a10351f38d Initial commit před 4 roky
engineroot.txt a10351f38d Initial commit před 4 roky
license_spectra_private_preview.txt a10351f38d Initial commit před 4 roky
lmbr_pak_shaders.bat a10351f38d Initial commit před 4 roky
lmbr_pak_shaders.sh a10351f38d Initial commit před 4 roky
revision.txt a10351f38d Initial commit před 4 roky
shadercachegen.cfg a10351f38d Initial commit před 4 roky
system_BuildShaderPak_DX11.cfg a10351f38d Initial commit před 4 roky
system_BuildShaderPak_GL4.cfg a10351f38d Initial commit před 4 roky
system_android_es3.cfg a10351f38d Initial commit před 4 roky
system_ios_ios.cfg a10351f38d Initial commit před 4 roky
system_linux_pc.cfg a10351f38d Initial commit před 4 roky
system_mac_osx_gl.cfg a10351f38d Initial commit před 4 roky
system_windows_pc.cfg a10351f38d Initial commit před 4 roky

README.md

Amazon Project Spectra Private Preview

Copyright (c) 2016-2021 Amazon Technologies, Inc., its affiliates or licensors. All Rights Reserved.

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.

(Recommended) Verify you have a credential manager installed to store your credentials

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 complete copyright and license terms please see the LICENSE.txt file at the root of this distribution (the "License").