Luke Winship
Luke Winship
Hi. This project is EXACTLY what I've been looking for and thank you so much for the effort in making this. I just noticed a small thing when following the...
#### Support plan * *is this issue currently blocking your project?* (yes/no): yes * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: 14.15.0 *...
Good evening comrade On behalf of the bustling Cloud to Butts community, I thank you for helping us to crush this cloud scourge However when I saw that the clouds...
Hi, I've just started using this editor and can I say that I LOVE it. It's taken me a frustrating amount of time to set up an integrated REPL/editor with...
I'm on a Mac OS X So here's a script that I'm runnning: ```lisp (ql:quickload :cl-glfw3) (ql:quickload :cl-opengl) (ql:quickload :trivial-main-thread) (glfw:def-key-callback quit-on-escape (window key scancode action mod-keys) (declare (ignore window...
**Work In Progress**: This is not yet fully implemented to the point of being able to merge in. It needs updated documentation and tests before it can be merged in.
Hi, I'd like to implement warping (e.g. https://iquilezles.org/articles/warp/) using this library. An example warping function is provided in that article. It looks like: ```glsl float pattern( in vec2 p )...