nostr:npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s now that the Christmas party is over for Damus, can we talk nerd stuff like using Bevy to make a nostr game?

nostrdb is setup perfectly to be used in a game and realtime use cases! maybe I could put a demo together on the weekend.

Reply to this note

Please Login to reply.

Discussion

Why is the setup perfect for this?

its designed for realtime use cases. you can query nostrdb 100s,1000s of time per frame with minimal impact on fps. so each frame can be doing nostrdb queries and listening to incoming nostr notes on its internal threadpool without affecting fps.

hmmm. maybe a nostrdb data storage plugin? and/or a networking plugin? seems like each could be a feature flag if designed right.