mt-mods / signs_lib

Other
4 stars 12 forks source link

add support for node_entity_queue #13

Open Niklp09 opened 1 year ago

Niklp09 commented 1 year ago

https://github.com/fluxionary/minetest-node_entity_queue This may increase performance if there are many signs that need to be loaded at the same time.

@fluxionary ping

fluxionary commented 1 year ago

yeah, i was going to get around to adding support here eventually, but i wanted to develop the API a bit more. i feel like it's still a bit crude.

wsor4035 commented 1 year ago

looking over at that, what it could do to help signs lib out is very much and edge case. also probably would be better to implement the rough concept rather than dep on it

fluxionary commented 1 year ago

looking over at that, what it could do to help signs lib out is very much and edge case. also probably would be better to implement the rough concept rather than dep on it

it can absolutely be done as an optional dep, this is how i currently do my smartshop & cottages work