Playdate Nim bindings - C performance, Python like syntax

I did a benchmark using @Tengu base template.

Here's my results drawing all (8) the texts in a rect, right aligned!

Lua: 18-19 fps
Nim: 30 fps

Here's the project that includes the Nim version too.
text-in-rect-perf-test.zip (29.1 KB)

3 Likes