From 95156224a7974d67457b21fe2ec775bb1a620be3 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 25 May 2022 13:49:41 -0700 Subject: README: just a small update and mention website eventually this file needs to get rewritten comprehensively with the original content moved somewhere like ORIGIN.txt or whatever. --- README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README b/README index 5f4c952..ae4b2f7 100644 --- a/README +++ b/README @@ -1,3 +1,29 @@ + +rototiller implements a corpus of software-rendered graphics modules, +integrated into a single program. + +It can be used as a static library (libtil.a) embedded in other programs, +or it can be used standalone to display stuff realtime via libdrm and/or +SDL2. + +If you wish to see some eye candy, just build it in the conventional +autotools project fashion: + +`./bootstrap; mkdir build; cd build; ../configure; make` + +If successful, run build/src/rototiller with no arguments for an +interactive dialog to choose what to see. You can just smash enter a bunch +for defaults and it will probably work. You can also just pass --defaults +to achieve the same thing non-interactively. + +If you wish to hack on rototiller check out HACKING.txt in this tree. + +See https://rototiller.pengaru.com for more information. + +Everything below is out of date vestigial stuff from simpler times. + +------------------------------------------------------------------------------- + rototiller is, rendered entirely in software: drizzle: a 2D raindrops visualization flui2d: a 2D fluid dynamics simulation -- cgit v1.2.3