kaveh808 / Kaveh-Common-Lisp-Lessons

Common Lisp programming tutorials
34 stars 4 forks source link

I want to follow your tutorials in Linux, what must i do? #1

Open Oleg-Harput opened 1 year ago

Oleg-Harput commented 1 year ago

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

kaveh808 commented 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

link2xt commented 1 year ago

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.

kaveh808 commented 1 year ago

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.

https://github.com/kaveh808/kons-9