Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thanks for the tips!  I was able to load the little-spark system with your description.  However, I'm getting this.  Any guess if dependency might be missing?

(1 edit) (+1)

Oops, I said the wrong commit number eariler. You should try this one: a2250cb6510ca490182278e125de6981eccccf10 . Sorry!

Although it might be not it, I'm not sure.

(4 edits) (+1)

Well, I guess both commits are good.

Another dependency might be https://github.com/Shirakumo/glsl-toolkit

And remember to try recompiling the trial/glsl-toolkit/3d-spaces in case it doesn't work the first time:

(asdf:load-system :3d-spaces :force T)
(asdf:load-system :glsl-toolkit :force T)
(asdf:load-system :trial :force T)
(+1)

Thanks!  That worked!