Debian – Ursina popup window crashes immediatly after running the app
I'm trying to follow this tutorial https://www.youtube.com/watch?v=DHSRaVeQxIk to get to know Ursina. This is my code: from ursina import * app = Ursina() test_square = Entity(model = 'circle', color = color.red) app.run The app window opens but closes immediately. This…