sucle icon indicating copy to clipboard operation
sucle copied to clipboard

Common Lisp Voxel Game Engine

Results 11 sucle issues
Sort by recently updated
recently updated
newest added

Quicklisp has four systems with 'base64' in the name, the most popular of which is cl-base64, which has 56 immediate dependencies. The base64 system has a package collision with cl-base64:...

``` [package window].. ; ; caught ERROR: ; READ error during COMPILE-FILE: ; ; Symbol "DEFCALLBACK" not found in the CLAW package. ; ; Line: 393, Column: 20, File-Position: 10436...

I see that the physics system is not super extensible at the moment. Leaning in to generic functions and CLOS could make it easier to deal with as long as...

Semantic versioning? https://semver.org/

Unable to load Sucle with the latest quicklisp dists: ``` … [package claw-utils].............................. [package glfw].................................... [package window].. ; ; caught ERROR: ; READ error during COMPILE-FILE: ; ; Symbol "DEFCALLBACK"...

- Should tabs be 1, 2, 4, or 8 wide? Or should spaces be used? - What editor and plugins are recommended? See https://github.com/gregcman/sucle/issues/43

Hello, I've followed your instruction to run `sucle` on Arch Linux using SBCL. The game runs fine, except it start with a black screen, and then I have no textures....

I installed sucle per the instructions on my Windows 10 x64 box, and everything works up until (sucle:start), when I get this message: ``` * (ql:quickload :sucle) To load "sucle":...