noloop
noloop
I'm thinking of using your system to speed up writing, but I'm afraid that I won't be able to compile it for the web, have you tried this before? Because...
About https://github.com/rpav/cl-autowrap/issues/101. I created one `force-arch` key in c-include also, it's util when use that macro and I'm use it in the cl-sdl2.
I need to specific the architecture to the c-include, because I need compile the system (cl-sdl2) to armv7a .fasb in my Linux, and not in the armv7a device. There is...
It would be nice to have a minified version of jscl.js like jscl.min.js. I tried https://cdn.jsdelivr.net/npm/[email protected]/jscl.min.js and returns always https://cdn.jsdelivr.net/npm/[email protected]/jscl.js content.
Would there be any way I could do this: `import Klipse from '~/assets/klipse_plugin.min.js' ` and then I can start it when I need it, for example: `Klipse.start(); ` because I...
I think that one big differencial in one GUI component be the shadows. Example: https://www.w3schools.com/cssref/tryit.asp?filename=trycss3_box-shadow2 This example is exagerated, but "small shadows" be nice, the google desgin really like to...
The example https://github.com/3b/cl-opengl/blob/master/examples/misc/shader-vao.lisp is opening and closing fast and breaking the slime connection.
I implemented a function using some of the functions of cl-fad, the function is called copy-directory-recursive, as the name says, it recursively copies a directory, I missed a function like...