Demonstration of fast rendering in libtcod using Python and NumPy. Rendering tiles with complex effects in Python is usually slow. Here, all rendering is done using fast NumPy array manipulation, and then blitted to the main console with console_fill_background. Average 400 FPS.
Link to this comment:
All Comments (0)