FroggyGreen
d076c9673d
The Vulkan bits are written in C. Then in common lisp you talk to the renderer. On the common lisp side, the program was made to allow interaction with the REPL while the game runs. Vertex buffers have not been implemented yet, the Vulkan stuff is currently barebones.
6 lines
46 B
Bash
Executable File
6 lines
46 B
Bash
Executable File
#!/bin/sh
|
|
cd "$(dirname "$0")"
|
|
|
|
cd build
|
|
make
|