renpytom / rapt-pygame-example

Example of using RAPT to package Pygame(_sdl2) games.
231 stars 39 forks source link

A game runs slow even while drawing simple shapes with no images #20

Open Pololot64 opened 5 years ago

Pololot64 commented 5 years ago

Images slowed the game down so I removed them.... It lags and gives an FPS of about 10 even when only using functions like pygame.draw.circle(...)

Pololot64 commented 5 years ago

I will post some sample code soon

Pololot64 commented 5 years ago

Is there a documentation for rapt anywhere?