| CARVIEW |
Select Language
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Mon, 15 Dec 2025 13:07:34 GMT
access-control-allow-origin: *
etag: W/"69400816-19fd"
expires: Wed, 31 Dec 2025 01:17:36 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: AABB:2C10E1:AA157F:BF382E:69547758
accept-ranges: bytes
age: 0
date: Wed, 31 Dec 2025 03:07:31 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210045-BOM
x-cache: HIT
x-cache-hits: 0
x-timer: S1767150451.277902,VS0,VE200
vary: Accept-Encoding
x-fastly-request-id: 88a985f28039aa68cea116b47c07117f2cf84c49
content-length: 2428
ursina engine
from ursina import *
app = Ursina()
cube = Entity (model ='cube' , color =hsv(3 0 0 ,1 ,1 ), scale =2 , collider ='box' )
def spin():
cube.animate('rotation_y' , cube.rotation_y+3 6 0 , duration=2 , curve =curve.in_out_expo)
cube.on_click = spin
EditorCamera() # add camera controls for orbiting and moving the camera
app.run()
• Automatic import of .psd and .blend files
• Compile times:
Iteration speed benchmark. Time from code/scene change to play. Game: pong clone. Lower is better.
engine: duration: times as slow:
ursina 0 0 .0 1 s 1 x
Godot 0 1 .1 8 s 1 1 8 x
Unity 1 1 .4 5 s 1 1 4 5 x
• Full control. Change the looks of anything, down to the smallest details.
• Built with Entities like everything else, so you don't have to relearn anything.
• Built-in animation and tweening
• Pre-made prefabs such as FirstPersonController, 2d platformer controller, editor camera
• Lots of included procedural 3D primitives
• Many shaders to choose from, or write your own with GLSL
you can use Ursina for whatever you want.
• No revenue cut or subscription fee.
• Freely modify source code to fix bugs or add features
• panda3d
• pillow, for texture manipulation
• pyperclip, for cut and paste support
Optional:
• Blender, for converting .blend files
• psutil, for measuring memory usage
• imageio, for recording and converting to gifs
• psd-tools3, for converting .psd files
• thumbhash-python, for generating and loading low resolution placeholder textures
• Linux
• Mac (not officially supported, but will most likely work)
Download
Powered by Python
Python is the world's most popular programming language for a reason. The ease of use of Python combined with ursina's design, makes it easy to write concise code and avoid lots of boilerplate code.Make Any Type of Game
2D games, 3D games, applications, visualizations, you can make anything you want with ursina.
Iterate Faster
• Reload code/textures/models while in-game• Automatic import of .psd and .blend files
• Compile times:
Iteration speed benchmark. Time from code/scene change to play. Game: pong clone. Lower is better.
Modern UI
• Sleek modern design.• Full control. Change the looks of anything, down to the smallest details.
• Built with Entities like everything else, so you don't have to relearn anything.
Batteries Included
• Easy to use mesh class for making procedural geometry• Built-in animation and tweening
• Pre-made prefabs such as FirstPersonController, 2d platformer controller, editor camera
• Lots of included procedural 3D primitives
• Many shaders to choose from, or write your own with GLSL
Free
Licensed under the permissive MIT license,you can use Ursina for whatever you want.
• No revenue cut or subscription fee.
• Freely modify source code to fix bugs or add features
Dependencies
• python 3.12+• panda3d
• pillow, for texture manipulation
• pyperclip, for cut and paste support
Optional:
• Blender, for converting .blend files
• psutil, for measuring memory usage
• imageio, for recording and converting to gifs
• psd-tools3, for converting .psd files
• thumbhash-python, for generating and loading low resolution placeholder textures
Platforms
• Windows• Linux
• Mac (not officially supported, but will most likely work)
Download

