First tool finished…
…before the event even started! Hacked together a 2D Vector class in python so I won’t have to worry about the license and bloat in other libraries. Yay.
You guys are free to use it in any way you like, you might want to mention me in the credits for making an awesome, easy-to-use vector class but that’s completely optional.
Feel free to look at it and laugh at my mediocre python skills.
SOURCE: Vector.py
Update: I also made a nice build script that packages my source directories into a zip, but that one’s not for sharing, bwahahahaa! (It’s custom-made so I think you’d make your own faster than actually trying to modify mine to work with your projects..
)
Nice ! Maybe you could paste some license info at the top of the script so anyone ste^H^H^Husing it will be confident it’s okay ? (BSD or something ?)
Yeah I’ll probably do that as soon as I look up a nice one I want to use.