Improve the README a little more

This commit is contained in:
Joseph Ferano 2023-08-18 14:48:41 +07:00
parent 1d5b1356a4
commit bcccfc6673

View File

@ -6,8 +6,8 @@
[[https://ferano.io/pqtk/][Live Link]] [[https://ferano.io/pqtk/][Live Link]]
This is an attempt to implement the [[https://en.wikipedia.org/wiki/Torus_knot][PQ Torus Knot]] in the Elm programming This is an implementation of the [[https://en.wikipedia.org/wiki/Torus_knot][PQ Torus Knot]] in the Elm programming language
language. using WebGL.
** Showcase ** Showcase
@ -18,12 +18,11 @@ language.
** Keybindings ** Keybindings
You can increment/decrement P or Q using the keyboard to get different geometry; You can increment P or Q with the keyboard by pressing ~p~ or ~q~ and decrement with
the neighboring letter ~o~ and ~w~ respectively.
- Increment P: ~p~ - Incr/Decr P: ~p/o~
- Increment Q: ~q~ - Incr/Decr Q: ~q/w~
- Decrement P: ~w~
- Decrement Q: ~o~
** Building with Elm 0.18.0 ** Building with Elm 0.18.0
To install the binaries manually, follow this short guide; - [[https://sirfitz.medium.com/install-elm-0-18-0-in-2021-3f64ce298801][Install Binaries]] To install the binaries manually, follow this short guide; - [[https://sirfitz.medium.com/install-elm-0-18-0-in-2021-3f64ce298801][Install Binaries]]