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-...