;; hyperscene.egg -*- scheme -*- ((synopsis "Scene graph and spatial partitioning") (author "Alex Charlton") (maintainer "Adrien (Kooda) Ramos") (category graphics) (license "BSD") (dependencies miscmacros) (components (c-include includes (files "./hyperscene/include/hyperscene.h" "./hyperscene/include/hypersceneLighting.h" "./hyperscene/hypermath/include/hypermath.h")) (extension hyperscene (source-dependencies "./hyperscene/src/aabb-tree.c" "./hyperscene/src/camera.c" "./hyperscene/src/lighting.c" "./hyperscene/src/pools.c" "./hyperscene/src/scene.c" "./hyperscene/src/vector.c" "./hyperscene/hypermath/src/hypermath.c") (csc-options -C "-I./hyperscene/include/" -C "-I./hyperscene/hypermath/include/"))))