From 4cb0bbcb41cdabb3945e479f64a060a057781c1f Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Sat, 24 May 2025 17:32:05 +0100 Subject: [PATCH] Add README --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..212461d --- /dev/null +++ b/README @@ -0,0 +1,11 @@ + CART AND POLE + +This is a simple Hamiltonian-based simulation of the classic cart and +pole / inverted pendulum system, with a stabilising control system, +using SDL2 for the graphics. + +To build and run (requires CMake >= 3.13 and SDL2): + + cmake -B build + cmake --build build + build/cart-and-pole