Dynmap (-like) plugin
#14
I'm not an expert on dynmap, but as long as I've used it I would recommend not to center on browser "experience", this is already done, the real challenge would be to generate/manage the tiles.

A simple behavior would be to:
  • On block place/destroy add the chunk to the render queue.
  • Pick data continuously from the queue (it renders always with the same speed).
  • Generate/store the tiles with the same file tree structure.
  • write the changes on dynmap_world.json, so once the ajax comes in the browser will know which tiles (updated) to request.
There is no need of web sockets for "extreme" real time, dynmap generates tiles sequentially from the queue, so it doesn't even work in real time on java.

PS: My knowledge of LUA is zero, but will investigate the possibility of a port.
PS2: sry for the up, just noticed.
Reply
Thanks given by:


Messages In This Thread
Dynmap (-like) plugin - by PureTryOut - 02-08-2016, 09:47 PM
RE: Dynmap (-like) plugin - by LogicParrot - 02-08-2016, 10:35 PM
RE: Dynmap (-like) plugin - by NiLSPACE - 02-08-2016, 11:15 PM
RE: Dynmap (-like) plugin - by xoft - 02-09-2016, 12:14 AM
RE: Dynmap (-like) plugin - by sphinxc0re - 02-09-2016, 12:40 AM
RE: Dynmap (-like) plugin - by LogicParrot - 02-09-2016, 03:11 AM
RE: Dynmap (-like) plugin - by PureTryOut - 02-09-2016, 08:25 PM
RE: Dynmap (-like) plugin - by sphinxc0re - 02-09-2016, 08:54 PM
RE: Dynmap (-like) plugin - by LogicParrot - 02-09-2016, 08:58 PM
RE: Dynmap (-like) plugin - by xoft - 02-10-2016, 12:17 AM
RE: Dynmap (-like) plugin - by sphinxc0re - 02-10-2016, 01:47 AM
RE: Dynmap (-like) plugin - by LogicParrot - 02-11-2016, 03:11 AM
RE: Dynmap (-like) plugin - by PureTryOut - 03-09-2016, 06:29 PM
RE: Dynmap (-like) plugin - by Octal - 07-10-2016, 08:58 PM
RE: Dynmap (-like) plugin - by PureTryOut - 07-25-2016, 09:55 PM



Users browsing this thread: 2 Guest(s)