[RMMV] COLLABORATION WITH THE COMMUNITY

Posts

Pages: first prev 12 last
Trihan
"It's more like a big ball of wibbly wobbly...timey wimey...stuff."
3359
author=WIP
I think the roadmap is decent, but oh man is the versioning kinda... underwhelming. Project could definitely use some more solid organization and planning.

Also I just realized: MV's gameloop is tied to requestAnimationFrame?! Jesus balls that is not good. I'd consider that like, priority 1 to fix.


Wait, what? Can't say I've come across that one in my teardown yet...
WIP
I'm not comfortable with any idea that can't be expressed in the form of men's jewelry
11363
It's here:

https://github.com/rpgtkoolmv/corescript/blob/8129c364f208263d5086367e4f21f00081179715/js/rpg_managers/SceneManager.js#L132

Sorry, just one instance of it. The readme talks about how to run the engine and it talks about it there:
https://github.com/rpgtkoolmv/corescript/blob/8129c364f208263d5086367e4f21f00081179715/README.md#L196

requestAnimationFrame should not be used for logic updates. It's fine for initial work, but rAF is incredibly time sensitive.

Optimally there would be a web worker or something controlling the simulation. I'd consider this Large Flaw #1.
Pages: first prev 12 last