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

Looking for a volunteer for this. This is a bug on both MacOS and Linux, so is probably an OpenGL issue. Open window. Create polyhedron. Close window. Open window. Shading...

good first issue

- Split into different files. - More documentation. - Better organization.

Option to maintain global position when parent and unparent shape.

Bug report on Ubuntu 22.10 using latest kons-9 from this commit on [main](https://github.com/kaveh808/kons-9/commit/08770e7fbb839b91fd035f1cd4a50ecc81b42d57). Setting alpha channel of color does not seem to change color of uv-mesh. For example: ``` (set-point-colors-by-xyz...

Hello @kaveh808 and thanks for the kons-9 project. I'm building a wavetable synth editor, so basically 3D height-field transformations that will be used in audio oscillators. As part of the...

If anyone is into optimizing some CL code using SBCL declarations, I suggest trying it on the `src/plugins/isosurface.lisp` file. The marching cubes algorithm takes several seconds to generate a mesh,...

The vulkan port of kons-9 is currently github.com/awolven/kons-9 in the krma branch. Unfortunately there have been over 50 commits to the opengl side of things since the vulkan port was...

I fixed the javascript toc in PAX to use the same HTML anchors as PAX, so its old links (like "toc-1-...") do not work. Being based on position instead of...

Spinning out one specific issue from #177: kons-9 compilation has an undocumented dependency on the Common Lisp variable `*READ-DEFAULT-FLOAT-FORMAT*` having its default value `SINGLE-FLOAT`. If the value is changed to...

Hi, I see the main license mentioned is MIT (Expat) license but when I check `kons-9/lib/JMC-font-libs/font-master/font.asd` it's mentioned unversioned **LGPL** license. It may help to pass the license check to...