Provides some very light wrapper functions in userfunctions.c that expose C-level raylib functions to a CLIPS rules engine. See the files in the examples directory:
This installation process assumes you already have raylib installed on your computer and available from within C files like so:
This is based on of CLIPS version 6.4.1, and can be installed just as vanilla CLIPS with make. This will build a clips binary in this directory. You may then run the examples like so:
Start out in program-flat.bat as it is the easiest example. If you run it with clips -f2 examples/program-flat.bat, it'll leave CLIPS open so that you may interact with the environment like so:
This should update your window by turning the background sky blue and writing the text "Live interaction with your GUI!" in red.