<mibi88[m]>
Is there a way to avoid flickering when redrawing a BView when scrolling e.g. double buffering?
<waddlesplash>
do all your drawing in the Draw() hook
<waddlesplash>
then it will happen in the update transaction and is much less likely to flicker iirc
<mibi88[m]>
I'm already drawing in the Draw() hook
<mibi88[m]>
But maybe it's so awful because I'm running haiku in a VM and I don't know why but the refresh rate is awful. I tried running my super fast raycaster in it, it was showing 50fps in the terminal but it felt like 12fps 😂.