https://github.com/scanmountgoat/xenoblade-rendering-research
rendering research for Xenoblade Chronicles Switch games
https://github.com/scanmountgoat/xenoblade-rendering-research
xenoblade
Last synced: 4 months ago
JSON representation
rendering research for Xenoblade Chronicles Switch games
- Host: GitHub
- URL: https://github.com/scanmountgoat/xenoblade-rendering-research
- Owner: ScanMountGoat
- License: mit
- Created: 2024-01-28T02:42:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T15:40:14.000Z (over 1 year ago)
- Last Synced: 2025-06-14T08:09:06.475Z (about 1 year ago)
- Topics: xenoblade
- Language: JavaScript
- Homepage: https://scanmountgoat.github.io/xenoblade-rendering-research/
- Size: 2.16 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xenoblade-rendering-research
The [website](https://scanmountgoat.github.io/xenoblade-rendering-research/) covers rendering related topics for the Xenoblade Chronicles Switch games.
This includes Xenoblade Chronicles 1 Definitive Edition, Xenoblade Chronicles 2, and Xenoblade Chronicles 3.
If you encounter any errors with this site or want to request new information, please open an [issue](https://github.com/ScanMountGoat/xenoblade-rendering-research/issues).
## Contributing
Contribute to the development of this site by forking the repository, editing the markdown files, and submitting a pull request. I'll try and review the pull request when I have time and give feedback on any changes that need to be made. If unsure about whether the topics or changes are appropriate for the site, please open an issue first.
## Building
Install [mdbook](https://github.com/rust-lang/mdBook) and run `mdbook build` from the root of this repository. For viewing changes automatically in a browser during development, run `mdbook serve --open`.