Questions tagged [ursina-engine]
For question specific to the Ursina game engine.
4 questions
1 vote
0 answers
394 views
Programmatically get FPS in Ursina
In Ursina, how can I programmatically obtain the current FPS count as number (like extracting it from the fps counter in the upper-right corner)? I need this for phyiscs calculations in Ursina. I have ...
0 votes
2 answers
874 views
Python ursina\mesh_importer.py: AttributeError: 'str' object has no attribute 'glob'
I'm making a weather simulator with Python's Ursina engine, but I cannot load models. The error stack: ...