HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ryker2000

no profile record

投稿

SpacetimeDB ThreeJS Support

discourse.threejs.org
45 ポイント·投稿者 ryker2000·5 か月前·18 コメント

コメント

ryker2000
·3 か月前·議論
the original 1611 King James Bible apparently included the Apocrypha.
ryker2000
·5 か月前·議論
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 か月前·議論
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-...