- Requirements
- How to install Common Lisp and quicklisp
- How to use
If you:
- Are new to Common Lisp, start at the beginning.
- Are a Common Lisp and Quicklisp pro, skip to step 3, "How to use".
- Have a system which is not a combination of {x86, x86-64}{Mac, Windows, Linux}, you will have to build GLFW 3.2 yourself
- A Common Lisp which supports CFFI and bordeaux-threads
- quicklisp
- OpenGL
- an internet connection to download quicklisp libraries
(ql:quickload :sucle)
(sucle:start)
Upon starting you will see a black screen. [TODO]:add a splash screen and startup menu. Add a test world
- Click on the black area and press "E"
- The mouse should disappear, and the test world will load if it exists.
- Now you will be able to move around
F - fly
E - toggle input
WASD move
Space jump
shift down when flying
Scroll wheel change block
Right click to place block left click to remove
Using the command line as a REPL is a very difficult way to progam.
Recommended IDEs: