From 53772cb717e5799ffcc3a1724b9da271f7018c83 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Sun, 9 Jun 2024 15:26:26 +0200 Subject: [PATCH] note godot problems with non-vulcan cards --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0541cd4..3579208 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,13 @@ PDF Dependencies * `lmodern` * `hyperref` - `lowdown` +- `graph-easy` + +Godot Note +=========== + +If your [graphics card does not support vulcan](https://github.com/godotengine/godot/issues/58927), you may need to start godot like this: + +```bash +godot --rendering-driver opengl3 +```