kons-9 icon indicating copy to clipboard operation
kons-9 copied to clipboard

Common Lisp 3D Graphics Project

Results 39 kons-9 issues
Sort by recently updated
recently updated
newest added

All seems to work without any errors thrown, but a graphics window seems to flash and close on my Windows 11 box running SBCL in a Portacale/Emacs setup. The tests...

I thought it would be interesting to try and get this running on the Steam Deck. It's a read only file system outside of the home directory so you can't...

Would be good to have step-by-step instructions for installing the system on MacOS, Linux, and Windows. Please step up and document one or more platforms if you can.

In `kernel/curve.lisp`, implement the function: ``` (defun make-3-point-arc (p0 p1 p2 num-segments) ...) ```

Hi, - kons-9 commit :: 9f9c1ad6504875bf09ea90afdfc0f7ddc68d3df9 - ecl version :: 21.2.1 While preparing your project for Guix I've found the issue during attempt to build with ECL implemintatiation: ``` ;;;...

Get kons-9 running with *read-default-float-format* set to 'double-float. The problems arise mostly in the dependencies. Furthermore, test with (pushnew :3d-vectors-double-floats *features*) for plugins which require double float vectors and matrices.

We now have a small test suite running on every push and we would like to see the test coverage. SBCL has some special extensions to do so. Having the...

enhancement
good first issue

It's probably good that I forgot to lump this together with the *read-default-float-format* stuff, because is a whole nuther ball of wax. In most content creation progams for artists, Y...

Hi! I'm on master, using nixos 22.05. ``` sbcl --version SBCL 2.2.4.nixos ``` Apparently the OpenGL version in nixos is 3.1 and is not compatible with GLSL 4.10? I'm not...