geckosio / snapshot-interpolation

A Snapshot Interpolation library for Real-Time Multiplayer Games.
BSD 3-Clause "New" or "Revised" License
277 stars 25 forks source link

Running without a build #5

Closed DolphinIQ closed 4 years ago

DolphinIQ commented 4 years ago

Hi, I'm in the middle of testing this library. Is it possible to use it without a build step? It works with webpack, but currently my whole projects runs without a need for build, so I can make changes and iterations very quickly. Helps a lot with debugging too :)

The server runs it fine with just require, but client doesn't seem compatible with ES6 import. So I'm wondering whether it's possible to bundle it up for the client, like geckos.io?

yandeu commented 4 years ago

Yes, I can do that. I'm on vacation right now, but I will try to do it as quickly as possible.

DolphinIQ commented 4 years ago

Thanks man. Have a great vacation! I dont mean to hurry you up in any way, please do it whenever you feel like it, but Im just hoping to know if it's a matter of days or weeks or more?

yandeu commented 4 years ago

You're welcome. I guess <10 days.

yandeu commented 4 years ago

Done. Checkout the README file.

DolphinIQ commented 4 years ago

Thanks!