Archives July 2012
Patch Django Management to allow pyc, so and pyd modules
Written by
on
in
Snaking.
So you have an "embeddded" Django instance where you want to strip the thing down to the minimum required files. You run compileall on your site-packages, then strip/delete all of the .py files... and your Django becomes pretty useless, because it no longer recognizes any of your management plugins (not even the built-in ones).
This ...
A Day of Fun (QIII BSP File Loader)
Written by
on
in
Snaking.
While waiting for a server to get back online today I've been playing with a QIII map (BSP file) loader. Not much to it at the moment, it "parses" the whole file, but the rendering isn't particularly useful.
The loader uses numpy mmap'd files and typed views onto those to do the interpretation of the ...