Glowstick0017 / Little-Plane-Project

Flying through a procedural web world

Home Page:https://glowstick.me/tlpp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance performance of perlin draw

christianfds opened this issue · comments

Is your feature request related to a problem? Please describe.
At lower quality the rendering gets way slower

Describe the solution you'd like
Draw to an offscreen already greatly improves the rendering

Describe alternatives you've considered
Batching drawing might also help, didn't test it yet.

Additional context
Already implemented the off screen drawing playing in the console and got a huge improvement in performance.

If you want I can finish the testing with batching

how does this affect the drawing when starting the application or high movement speed

Since the rendering is striclity linked with the movement instead of a target fps/tps, higher rendering speed will make the movement feel faster and smother. It does not affect the startup of the application

sounds good, i look forward to seeing the PR