Skip to content Skip to sidebar Skip to footer
Showing posts with the label Rendering

Python: Use Windows Api To Render Text Using A Ttf Font

What would be a full example, going from nothing to ending up with a bitmap in memory, of opening a… Read more Python: Use Windows Api To Render Text Using A Ttf Font

Efficiently Render 3D Numpy Bitmap Array (y, X, RGB) To Window On MacOS (using OpenCV Or Otherwise)

I'm rendering a dynamically changing numpy bitmap array and trying to improve my framerate. Cur… Read more Efficiently Render 3D Numpy Bitmap Array (y, X, RGB) To Window On MacOS (using OpenCV Or Otherwise)