Atom sample viewer project for the Open 3D Engine

Nicholas Lawson 86fa19c949 Merge pull request #711 from nick-l-o3de/Fix_unused_variables_compiler_erorr_25.05.1 hai 5 días
Config c5388e5e85 ATOM-15483 Adding External Project support to the AtomSampleViewer project (#46) %!s(int64=4) %!d(string=hai) anos
Gem bc3f4b34cc Fixes "Unused Variable" warnings for 25.05.1 hai 6 días
Materials 01dad4bd5a Fixed some shader issues. (#658) hai 1 ano
Objects 696b86f4c2 Added a new XR level that tests a proper VR multi-view pipeline. (#7) %!s(int64=2) %!d(string=hai) anos
Passes 94359c7108 Fix Pass Template names hai 7 meses
Platform a69b9a2631 Add missing platform projects, necessary for Android. (#470) %!s(int64=3) %!d(string=hai) anos
Registry 81b5762d80 Add support of Variable Rate Shading image on the Features/OpenXR sample (#568) %!s(int64=2) %!d(string=hai) anos
ShaderLib d428ab6ffd update view and scene srg to consolidate light structure definitions (#693) hai 7 meses
Shaders a36d288e09 Update subpass examples to match new API (#689) hai 10 meses
Standalone 16c26592de Fix Standalone viewer hai 1 ano
Textures cb1d047c6e Merge branch 'development' into VRS %!s(int64=2) %!d(string=hai) anos
cmake f0a8b7b6a9 fix project gem name and upgrade cmake %!s(int64=2) %!d(string=hai) anos
scripts 03e904591e EyeMaterial Test fixes (#653) hai 1 ano
.clang-format 1a2b90ea14 Modify bindless sample to use new bindless mechanism (#551) %!s(int64=2) %!d(string=hai) anos
.gitattributes 69567068fb Initial commit %!s(int64=4) %!d(string=hai) anos
.gitignore 31ac6ca3ad .gitignore update to ignore the CMakeUserPresets.json (#512) %!s(int64=2) %!d(string=hai) anos
.lfsconfig 16d75c8e78 Updating .lfsconfig instructions %!s(int64=4) %!d(string=hai) anos
CMakeLists.txt f0a8b7b6a9 fix project gem name and upgrade cmake %!s(int64=2) %!d(string=hai) anos
LICENSE.txt 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) %!s(int64=4) %!d(string=hai) anos
LICENSE_APACHE2.TXT 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) %!s(int64=4) %!d(string=hai) anos
LICENSE_MIT.TXT 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) %!s(int64=4) %!d(string=hai) anos
README.md 3a0c02cb07 o3de-atom-sampleviewer main - license change (#151) %!s(int64=4) %!d(string=hai) anos
atomsampleviewer_asset_files.cmake 388f4e516e MultiGPU samples cleanup (#682) hai 1 ano
game.cfg 69567068fb Initial commit %!s(int64=4) %!d(string=hai) anos
generate_asset_cmake.bat da2d52e240 Proposed changes to remove material hot reloading and related notification buses from inside material assets and classes %!s(int64=2) %!d(string=hai) anos
project.json 4609231d3e Add sample for new procedural geometry ray tracing PR hai 1 ano

README.md

Atom SampleViewer Project

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/o3de/o3de-atom-sampleviewer.git
Cloning into 'o3de-atom-sampleviewer'...

# 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.