Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
graph/README.md

13 lines
515 B
Markdown
Raw Permalink Normal View History

2022-03-22 10:25:15 -04:00
# Graph
This is a legacy game engine, circa 2018. This is just kept for archival purposes, and only is tested on Linux.
2022-02-28 22:40:28 -05:00
Yes, this is the precursor to [prism](https://git.sr.ht/~redstrate/prism)! This implements some stuff that prism
still lacks, such as a nice Qt interface, a working SMAA pass, and other things.
2022-03-27 22:24:54 -04:00
![screenshot](misc/screenshot.png)
## Usage
If you're using Wayland, the editors will fail to start out of the box unless you force it to run under XWayland:
2022-03-22 10:25:15 -04:00
`QT_QPA_PLATFORM=xcb ./MaterialEditor`