Sliders in URSINA ENGINE | Learn Ursina Part 17
Ursina is the best game engine, just try it once
Today I will show you how to use 'Slider()' in ursina
Like this video be sure to subscribe
Don't worry this series will go on for a long time
*** URSINA ENGINE ***
Start_page - https://www.ursinaengine.org/
docs - https://www.ursinaengine.org/documentation.html
API reference - https://www.ursinaengine.org/cheat_sheet.html
Github - https://github.com/pokepetter/ursina
Samples - https://github.com/pokepetter/ursina/tree/master/samples
Asset_store - https://itch.io/tools/tag-ursina
Games - https://itch.io/games/tag-ursina
*** MY VIDEO ***
Ursina Playlist - https://www.youtube.com/watch?v=scyc8qiMfCg&list=PL42jyOjV9OVlTpnjySu6q7KMiHeuqs8NW
*** MY FRIENDS ***
CoderZ - https://www.youtube.com/channel/UCK4JKYCb5XckeDBc4QmztNg
Mandow2014 - https://www.youtube.com/channel/UCV3ekjxD437CoHDmag8HF4g
*** BE MY FRIEND ***
Gmail - pratangsu.rakshit@gmail.com
Github - https://github.com/PratangsuRakshit
*** ABOUT ME ***
I am Pratangsu, a young devoloper(age 12+)
*** ABOUT THE CHANNEL ***
Hi, I'm Pratangsu Rakshit. This is my channel about game engines and programming languages that will help you to create your own applications and games.
If you're a beginner who wants to learn game development to get a basic understanding of programming languages then, subscribe to my channel.
My channel publishes videos that focus on Unity, Gdevolop, Python, etc. If that sounds like it could be helpful for you, please join me! Please subscribe
TOPICS IN THIS VIDEO
• Ursina
• Perlin Noise
HASHTAGS
#Ursina
#PratangsuDev
VIDEO OUTLINE
'''
from ursina import *
app = Ursina()
box = Entity(model='cube', x=-2)
def scale_box():
box.scale_y = slider.value
slider = Slider(0, 5, default=1, on_value_changed=scale_box, dynamic=True)
app.run()
'''
Видео Sliders in URSINA ENGINE | Learn Ursina Part 17 автора Python: Кодовое преобразование
Видео Sliders in URSINA ENGINE | Learn Ursina Part 17 автора Python: Кодовое преобразование
Информация
3 декабря 2023 г. 19:23:43
00:04:08
Похожие видео