Y
Hacker News
new
|
ask
|
show
|
jobs
by
trumpete
4103 days ago
I am getting periodic drops in FPS, is it rebuilding chunks or what?
2 comments
nergal
4103 days ago
It's a work in progress but it shouldn't rebuild other than after world generation.
link
adrusi
4103 days ago
Sounds like GC pauses. Next to unavoidable in javascript unfortunately.
link
agentultra
4103 days ago
Might also be scheduler delays in the browser[0]. I've seen more hardcore demos than this run pause-less.
[0]
https://developer.mozilla.org/en-US/docs/Web/API/window/requ...
link