home.social

#graphicsprogrammin — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #graphicsprogrammin, aggregated by home.social.

fetched live
  1. Decided to do the learn OpenGL tutorial in Common Lisp and was kind of set back by the GLFW bindings there are. GLFW is just something I am more familiar with so I chose GLFW despite SDL bindings being better supported in Common Lisp.

    There were 2 GLFW bindings and one of them, the more recent one, crashed with the glfwMakeCurrentContext call and shut down the REPL🙄

    Many of the OpenGL tutorials that exist for common lisp also use the deprecated fixed pipeline.

    Anyways, it took longer than I intended for a triangle, but here it is!

    gist.github.com/somecho/7d19aa

    #opengl #glfw #commonlisp #cl #graphicsprogrammin

  2. Decided to do the learn OpenGL tutorial in Common Lisp and was kind of set back by the GLFW bindings there are. GLFW is just something I am more familiar with so I chose GLFW despite SDL bindings being better supported in Common Lisp.

    There were 2 GLFW bindings and one of them, the more recent one, crashed with the glfwMakeCurrentContext call and shut down the REPL🙄

    Many of the OpenGL tutorials that exist for common lisp also use the deprecated fixed pipeline.

    Anyways, it took longer than I intended for a triangle, but here it is!

    gist.github.com/somecho/7d19aa

    #opengl #glfw #commonlisp #cl #graphicsprogrammin