Closed glyph closed 11 months 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?
async def
update
on_enable
take a look here at the examples https://github.com/kstzl/UrsinaNetworking/tree/main/ursinanetworking
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 likeupdate
andon_enable
?