EastBay CodeHaus
Random Notes on Programming
Tuesday, June 10, 2014
Pymunk
"pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python."
https://github.com/viblo/pymunk
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
A note from Donald Knuth about The Art of Computer Programming
A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
DuckDB ASOF JOIN Example
Here's a quick example of duckdb's new ASOF JOIN. Problem: we have a time-based price table; if you have a sale time that falls in t...
Setting up ssh for github
On Mac and Linux, set up an ssh key in the usual way: ssh-keygen cat $HOME/.ssh/id_rsa.pub Copy that into the github ssh keylis...
No comments:
Post a Comment