pokepetter / ursina

A game engine powered by python and panda3d.
https://pokepetter.github.io/ursina/
MIT License
2.23k stars 326 forks source link

some docs on how networking should work? #451

Closed glyph closed 11 months ago

glyph commented 2 years ago

It seems like panda3D supports asyncio directly but it's not entirely clear how this interfaces with ursina, if at all. Can I just drop an async def into things like update and on_enable?

fload commented 2 years ago

take a look here at the examples https://github.com/kstzl/UrsinaNetworking/tree/main/ursinanetworking