Archives April 24, 2009
GL_ARB_compatibility
Written by
on
in
Snaking.
So yes, apparently the ARB listens when its remaining community screams. This extension (as Lorenzo points out) has been promised to be supported by nVidia on all of its planned 3.x cards and it effectively "undoes" the deprecation of the legacy APIs in OpenGL 3.1. So you can likely get away with not rewriting, as ...
Profiler modules for fun and profit...
Written by
on
in
Snaking.
I wrote a silly little profiler module yesterday (that is, an actual profiler, not a profile viewer). It's currently a Python-coded profiler, so pretty much useless, but it was very fun to write :) . It captures the same basic data as cProfile (that is, it does run-time compression of the data-set rather than logging ...
Silly little Eric4 helper script released...
Written by
on
in
Snaking.
I'm a happy Eric4 user. I use very little of the "IDE" functionality, other than the project browser and source-code editor. I am, however, very happy with just that. I remove the rest of the windows and have a nice clean environment for coding that is snappy and has all the key-bindings I've worn into ...