Skip to content

get to know the ursina engine by designing your own three-dimensional room | add furniture | hang pictures on the wall | change the wall color | just be creative

Notifications You must be signed in to change notification settings

m01101000/create_your_room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

create_your_room

get to know the ursina engine by building your own three-dimensional space


Try it, you might be able to design your dream room.


Requirements:

Install python from https://www.python.org/downloads/release/python-3910/.

Install ursina engine:

pip install ursina

Run the program

Open cmd.exe and navigate to your python_gallery folder.

Enter

python room.py

to execute the program.


Add any 3d object

To insert a tree-dimensional object, place the file obj file in the sample.obj files directory.

Add

object1=Entity(
model="sample.obj", scale=1, y=1, z=1, position=(5,5,5), color=color.blue
)

and replace sample.obj with the name of the object you want to insert.


Your room could look like this
room1 room

About

get to know the ursina engine by designing your own three-dimensional room | add furniture | hang pictures on the wall | change the wall color | just be creative

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages