https://github.com/frozenalex/graphicstweaks
Unlock pc graphics settings on quest
https://github.com/frozenalex/graphicstweaks
Last synced: 10 months ago
JSON representation
Unlock pc graphics settings on quest
- Host: GitHub
- URL: https://github.com/frozenalex/graphicstweaks
- Owner: FrozenAlex
- Created: 2024-02-17T03:28:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-07T06:01:36.000Z (11 months ago)
- Last Synced: 2025-08-07T08:13:56.088Z (11 months ago)
- Language: C++
- Size: 3.03 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
# GraphicsTweaks
Use `qpm-rust s build` to build
Same goes for `qpm-rust s copy` and `qpm-rust s qmod`
## Hot Reloading
To enable hot reloading, you need to uncomment `add_compile_options(-DHotReload)` in `CMakeLists.txt` and build again.
To automatically copy the templates to quest you need to run `npm install` in the project folder and then `npm run watch` to start the watcher, it will automatically copy the bsml files to the quest when they change and the mod will reload them every 0.5s.
## Credits
* [zoller27osu](https://github.com/zoller27osu), [Sc2ad](https://github.com/Sc2ad) and [jakibaki](https://github.com/jakibaki) - [beatsaber-hook](https://github.com/sc2ad/beatsaber-hook)
* [raftario](https://github.com/raftario)
* [Lauriethefish](https://github.com/Lauriethefish), [danrouse](https://github.com/danrouse) and [Bobby Shmurner](https://github.com/BobbyShmurner) for [this template](https://github.com/Lauriethefish/quest-mod-template)