From 1b26c9e5b8fcda39ecffbe56e3dd8d90c9b6fe4a Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 26 Sep 2021 18:09:14 -0700 Subject: pig: implement rudimentary GNU Rocket integration This creates GNU Rocket tracks for all active float uniforms in the loaded shaders. Simply start a GNU Rocket editor listening on the standard port @ localhost, and the tracks should appear. The automatic setting of these uniforms becomes overriden by the track values, which can be annoying. --- librocket/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 librocket/Makefile.am (limited to 'librocket/Makefile.am') diff --git a/librocket/Makefile.am b/librocket/Makefile.am new file mode 100644 index 0000000..1a97dfa --- /dev/null +++ b/librocket/Makefile.am @@ -0,0 +1,2 @@ +noinst_LIBRARIES = librocket.a +librocket_a_SOURCES = rocket/lib/device.c rocket/lib/track.c -- cgit v1.2.3