Open Oleg-Harput opened 1 year ago
I only ran the tutorials on MacOS using CCL. Installation directions are in: https://github.com/kaveh808/Kaveh-Common-Lisp-Lessons/blob/main/lesson-00.pdf
All examples in this repository depend on the Objective-C bridge so they are not portable outside of macOS.
To make it portable, you can use GLFW to create window and OpenGL context and then use cl-opengl bindings for actual OpenGL code.
That is what the more up to date kons-9 system does. Please have a look at the test/demo-kernel.lisp
file to get started.
you don't have asdf file we can not understand how to do it, for example i want to follow your animation tutorials but i can not understand the foreign libraries, ... please explain.
Thank you