This is to document how to install hypergiant for chicken scheme (version 5).
brew install chicken
Please fill me in
Please fill me in
Hypergiant depends on OpenGL. You'll need to install the following dependencies:
brew install mesa glew glfw freetype libepoxy
Please fill me in
Please fill me in
See https://www.upyum.com/cgit.cgi/hypergiant/tree/hypergiant.egg for the latest dependencies
Run the following command:
chicken-install glfw3 glls epoxy gl-utils gl-math hyperscene gl-type soil noise
This will install all the dependencies for the Hypergiant chicken module
git clone https://github.com/indraniel/hypergiant
cd hypergiant
git checkout -b include-hyperscene origin/include-hyperscene
chicken-install
This should now install the Hypergiant egg itself.
cd examples
rlwrap csi
# in the chicken repl
> (load "simple.scm")