Le-Brut

Results 4 issues of Le-Brut

Hi! The following code runs fine for a few seconds (shows the text just fine) ``` (ql:quickload 'sdl2) (ql:quickload 'sdl2-ttf) (ql:quickload 'font-discovery) (defmacro with-texture (texture-sym renderer surface &body body) `(let...

Hi! I am trying to run the example ``` (ql:quickload :bodge-nuklear/example) (nuklear.example:run) ``` but I get this error: ``` This is SBCL 2.0.3, an implementation of ANSI Common Lisp. More...

Hi! I have a problem trying to get the examples to work. After loading load.lisp, evaluating the first few forms in examples.lisp, opening the link in the browser, this: ```...

Hi! Any chance you could add the license for this code, please? Thinking of using parts of this in my (yet unpublished) project.