Archives week 25 of 2008
June 23, 2008 - June 29, 2008
OBJ loader for OpenGLContext
Written by
on
in
Snaking.
Have been working on PyOpenGL and OpenGLContext all day. Have redone the OpenGLContext loader module and ported the OBJ loader from pyglet over. The OBJ loader seems to work fine, but I didn't find any OBJ files that include material information to test that. I'm going to have to fix the face-culling, seems that the ...
Ubuntu rejects Soni's old Machine
Written by
on
in
Tuxedo.
Have a rather nice older machine here, P4 with a reasonable video card and memory. Should be a kick-arse Linux machine for our niece and nephew. Except that Ubuntu can't seem to see the disks. It's nothing special, Asus P4P800 SE motherboard with an Intel IDE controller. Should be dirt-simple, but the disk is just ...
Try to get some time to play with PyCUDA
Written by
on
.
Nvidia's got a GPGPU library called CUDA. There's a Python binding. Thinking it would be interesting to try it out if I can get some time. It's a C++ wrapper, looks reasonably elegant and seems to integrate nicely with numpy (just going by the documentation).
Not that I actually have anything to do with ...