3b / ps-webgl

common lisp/parenscript wrappers for WebGL
15 stars 1 forks source link

Trouble loading ps-webgl #1

Open pinkwerks opened 7 years ago

pinkwerks commented 7 years ago

Hi, I was hoping to use ps-webgl to play with cl+ps+webgl (duh) - I was trying to (ql:quickload "ps-webgl") and get this:

Error while trying to load definition for system ps-webgl from pathname C:/Users/pinkb/AppData/Roaming/common-lisp/ps-webgl/ps-webgl.asd:

Component :3B-PS-ASDF not found, required by NIL [Condition of type ASDF/FIND-SYSTEM:LOAD-SYSTEM-DEFINITION-ERROR]

Unfortunately I don't know my way around ASDF enough to understand what is going on here. Specifically lines 10 and 15. https://github.com/3b/ps-webgl/blob/master/ps-webgl.asd#L10

Thanks for any pointers.

3b commented 7 years ago

You probably need to manually install https://github.com/3b/3b-ps-asdf, I don't think quicklisp knows about it.

I'm not sure ps-webgl is in a useful state though, I think I was still experimenting with trying to find good ways to wrap the webgl API and better abstractions for things. I haven't even looked at it in years though, so not really sure.