-
When matching the [iSpot](https://www.ispotnature.org/communities/global/species-browser) species files to the 24.1 COL release there were [128.360 species missing](https://github.com/CatalogueOfLife/…
-
A simple usrina program to show cube entity and some image. While running the app from the terminal, the cube entity along with the images are show perfectly. Here is the image while running from term…
-
i was gonna test the level editor for ursina, it had no rotation_gizmo_model i need help
-
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`?
glyph updated
11 months ago
-
I am using PandaPointLight() function to generate lights in a for loop for my randomly generated map then append every light to a list
the length of the list is 25 but the scene seems to only have …
-
Great project, I would like to ask what version of python you are using? I encountered the following problem,
- ursina version is 5.2.0
- python: 3.11
Traceback (most recent call last):
File …
-
Is it impossible to compile Ursina python file to .exe?
here's the code I use to test compiling Ursina program to .exe type file
```python
from ursina import *
app = Ursina()
app.run()
```
and …
-
If a custom font is set as the default font, trying to get its width in the future will cause it to crash, works only for fonts bundled like VeraMono and OpenSans
Code is in text.py, Just execute i…
-
log
Collecting ursina
Obtaining dependency information for ursina from https://files.pythonhosted.org/packages/2c/ca/15c417ef8cd0d35a9911b4f32d6470c32b5806352ed1eba1a32489a8dd14/ursina-6.1.2-py3-n…
-
exit error:
warning: no monitors found
:prc(warning): Invalid integer value for ConfigVariable win-size: 576.0
:prc(warning): Invalid integer value for ConfigVariable win-size: 1024.0
Known pip…