HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ryker2000

no profile record

Submissions

SpacetimeDB ThreeJS Support

discourse.threejs.org
45 points·by ryker2000·5 months ago·18 comments

comments

ryker2000
·3 months ago·discuss
the original 1611 King James Bible apparently included the Apocrypha.
ryker2000
·5 months ago·discuss
Great question about the non-persistent game state — Implementing a custom setup on your own server is likely the best approach paired with CDN if alot of people are downloading.
ryker2000
·5 months ago·discuss
SpacetimeDB 2.0 makes the database your game server.

You run game logic “inside” the DB, model world state as tables, and expose moves/damage/spawns as reducers. Clients (like Three.js) subscribe over WebSockets and get fine‑grained diffs instead of polling, so the server stays authoritative and the client just renders and interpolates. Generous free tier, paid starts at $25/month.

https://discourse.threejs.org/t/spacetimedb-threejs-support-...