From 5a6788ab0505edacf94fca90fb1b1b9e651a232a Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 28 Feb 2022 22:40:28 -0500 Subject: [PATCH] Clean up README a little bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42c2a9c..84b3072 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # graph -This is a legacy game engine, circa 2019. This is just kept for archival purposes, and only is tested on Linux (although I think it worked on macOS and Windows at some point) - -I'm working a little bit on getting this to run again though, I suggest turning on validation layers for a usable experience :-) +This is a legacy game engine, circa 2019. This is just kept for archival purposes, and only is tested on Linux. +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. ## Usage