I just wanted to let anyone know that is interested, the new FFI bindings that I have been looking into for Chipmunk are now on Github. It is far from finished, but there is at least an initial commit in the repository. Currently it provides the API bindings that allow the simple &quot;hello_chipmunk.c&quot; to run when translated into Racket. (which is also provided) Other than that, there are a few bindings here and there that I put in place. You can run the cpExample-hello_chipmunk.rkt to see the demo.<div>
<br></div><div>As a warning, due to the un-LISP-like nature of the bindings, there are functions that will destructively update things without having a ! at the end of the name. I am currently directly translating all Chipmunk functions into bindings. Once that initial pass is complete, then I will attempt to begin to LISP-ize the bindings. If you have any requests, or want to Fork the repo to add those, I would appreciate it. I&#39;m nowhere near as familiar with how to properly make something LISP-like as the good folks here on the Racket mailing list, so tips or adding that is very much appreciated.</div>
<div>As a request though, if anybody does decide to LISP-ize any of the bindings I have finished, I would like to request that you do so in a separate file. Optimally, I would like to provide both the direct C bindings and the LISP-like bindings in separate files that can be required into a program.</div>
<div><br></div><div>Anyway, I hope you like what I&#39;ve gotten put together so far. Hopefully I can get this finished up nicely and it will be useful to everyone here.</div>