Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mt1006/mc-ar-mod
Asynchronous reprojection in Minecraft
https://github.com/mt1006/mc-ar-mod
fabric fabricmc forge minecraft minecraft-forge minecraft-mod
Last synced: 8 days ago
JSON representation
Asynchronous reprojection in Minecraft
- Host: GitHub
- URL: https://github.com/mt1006/mc-ar-mod
- Owner: mt1006
- License: lgpl-3.0
- Created: 2024-01-01T17:57:49.000Z (11 months ago)
- Default Branch: FABRIC-1.20.1
- Last Pushed: 2024-05-07T14:33:33.000Z (6 months ago)
- Last Synced: 2024-10-31T11:41:46.854Z (15 days ago)
- Topics: fabric, fabricmc, forge, minecraft, minecraft-forge, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/asynchronous-reprojection
- Size: 3.44 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### This mod (especially in its current state) is more of a proof of concept than actual optimization mod!
It has many issues and greatly reduces performance of main rendering thread (even when disabled),
so for comparing performance use instance without mod installed.# About
**Asynchronous Reprojection** is a Minecraft mod that creates second rendering context to asynchronously reproject frames from main rendering thread with new camera rotation and player position.It was inspired by Comrade Stinger's demo, which was also base for shader code:
https://www.youtube.com/watch?v=VvFyOFacljgKnown issues:
- Fabric version works only on Windows and Linux (I haven't tested it on macos). Forge version works only on Windows.
- Screenshots (F2) and world icons don't work - they're black.
- Minor visual glitches.
- Camera bobbing is disabled.
- "Fabulous" graphics doesn't change anything compared to "Fancy".
- Camera sometimes rotates itself when opening or closing GUI.
- Forge version crashes when trying to resize window during startup.
- It sometimes just crashes (for no particular reason).CurseForge page: https://www.curseforge.com/minecraft/mc-mods/asynchronous-reprojection
Modrinth page: https://modrinth.com/mod/asynchronous-reprojection
# Examples
![](https://raw.githubusercontent.com/mt1006/mc-ar-mod/_common/screenshots/example1.png)
![](https://raw.githubusercontent.com/mt1006/mc-ar-mod/_common/screenshots/example2.png)
![](https://raw.githubusercontent.com/mt1006/mc-ar-mod/_common/screenshots/example3.png)