3D in Python! Getting Started with Ursina Engine | Ep. 1: Setting Up

Поделиться
HTML-код
  • Опубликовано: 24 окт 2024

Комментарии • 58

  • @ClockWiseIsAGreatDeveloper
    @ClockWiseIsAGreatDeveloper 2 года назад +6

    I would just like to say that your tutorials are very short, easy and helpfull!

  • @eucomento3657
    @eucomento3657 3 года назад +1

    I saw you videos.. Please don't stop! This is really important for US!

  • @linuxrant
    @linuxrant Год назад

    This is amazing series, I am so glad I subbed. And I can put my own music in the background under your tutorial...amazing!
    Keep them coming!

  • @pythonista_333
    @pythonista_333 3 года назад +11

    omg youtube thank you for recommending me this treasure

  • @koushik1947
    @koushik1947 3 года назад +3

    Got a new sub ;) please continue this series

  • @automaton007
    @automaton007 3 года назад +3

    great job, god bless you wait for more :)

  • @gabriel9116j
    @gabriel9116j 3 года назад +3

    When i type pip install ursina says pip is not a internal or external comand help 🙇🏿

  • @therealg9542
    @therealg9542 3 года назад +4

    Would appreciate a tutorial for lighting and optimal rendering

  • @hemantbisht5630
    @hemantbisht5630 3 года назад +2

    Pls continue this series

  • @Ethan_stealthbjjbolton
    @Ethan_stealthbjjbolton 2 года назад +2

    didnt work at all it says "no module named ursina"

    • @barnesdom7743
      @barnesdom7743 11 месяцев назад

      Install it first then import it

  • @tobezdev
    @tobezdev 3 года назад +1

    Uhhhhh. “pip is not recognised as an internal or external command, operable program or batch file.”

  • @disguyanimates7742
    @disguyanimates7742 3 года назад +1

    i love it. pls upload more

  • @balaji.n7819
    @balaji.n7819 3 года назад

    thx you are great i hope you get 1k subs soon

  • @G.R.A.2023
    @G.R.A.2023 6 месяцев назад

    My PC does not understand Ursina() WHAT DO I DO? Ursina is installed

  • @tysonff2627
    @tysonff2627 3 года назад

    Love your videos!

  • @kurasoe
    @kurasoe 3 года назад

    I would love to see something in this engine sometime that isn't cuboid / voxel based. Not a ton out there yet on this engine/library, but everything that is out there (that is 3D) is a Minecraft clone of some sort or another. That said, there isn't a ton out there on Ursina yet and I am looking forward to seeing what you come up with. :)

    • @ursinatutorials
      @ursinatutorials  3 года назад +2

      that is the plan. This series is going to just give you the tools that you need for everything with ursina so you're not limited to minecraft clones :)

    • @kurasoe
      @kurasoe 3 года назад

      @@ursinatutorials cool. I'm a python developer but don't have much experience in games beyond futzing with Unity here and there.

  • @jasonheller8723
    @jasonheller8723 3 года назад +2

    Nice Video! (Yan7x06) :D

  • @ilyaelric9539
    @ilyaelric9539 3 года назад +1

    Known pipe types:
    wglGraphicsPipe
    (3 aux display modules not yet loaded.)
    Because of that thing the window closes right after I run the programm
    Can anybody help me with that?

    • @skippy7659
      @skippy7659 3 года назад

      I don't think that's the thing that's closing your windows as i have made a minecraft style game with ursina before, albeit much simpler, and i still get that message.
      Despite that message i am still able to run and play my game just like normal.
      You can try double-checking your code for unwanted spaces or characters as Python cannot understand that.. that was my previous problem too.. hope this helps!

  • @unohgabrielpunzalan2530
    @unohgabrielpunzalan2530 2 года назад

    bro i followede the steps but when i go to sublime text when i typed from ursina import * there is no colors.
    .

    • @wapitittt7574
      @wapitittt7574 2 года назад

      Use Pycharm or VS code if something doesn't work I guess, it shouldn't be a big of a deal what editor you use as long as you learn

  • @lilshrimpin9070
    @lilshrimpin9070 3 года назад

    mine keeps popping up a window and them immediately deleting it

  • @vialomur__vialomur5682
    @vialomur__vialomur5682 3 года назад

    Thank you!

  • @hemlatabendre8599
    @hemlatabendre8599 3 года назад

    i am having a error
    line 4, in
    game = ursina()
    TypeError: 'module' object is not callable

  • @RJplaysofficial295
    @RJplaysofficial295 Год назад

    Which editor you use plz telll

  • @graysonschannel1782
    @graysonschannel1782 3 года назад

    is anyone else having the problem of the text editor not finding ursina? ModuleNotFoundError: No module named 'ursina'

    • @ursinatutorials
      @ursinatutorials  3 года назад

      are you using an IDE like pycharm? If so, you need to install ursina in the venv instead

    • @graysonschannel1782
      @graysonschannel1782 3 года назад

      @@ursinatutorials I found out I was using VScode and had to chose conda python

  • @ytxr4853
    @ytxr4853 3 года назад

    got a problem any help?
    Traceback (most recent call last):
    File "C:/Users/Carrick/AppData/Local/Programs/Python/Python39/game.py", line 1, in
    from ursina import *
    ModuleNotFoundError: No module named 'ursina'

    • @ursinatutorials
      @ursinatutorials  3 года назад

      you've probably not installed the module yet? go to your command prompt and type:
      pip install github.com/pokepetter/ursina/archive/master.zip

    • @ytxr4853
      @ytxr4853 3 года назад +1

      @@ursinatutorials thats exactly what I did. The same thing happened for my friend.

    • @ytxr4853
      @ytxr4853 3 года назад

      @@ursinatutorials I decided to install pycharm and got the same error. no clue what's happening

    • @ursinatutorials
      @ursinatutorials  3 года назад

      @@ytxr4853 in pycharm did you install it to the venv, rather than your standard python install? Go to the terminal button at the bottom and type the install command

    • @ytxr4853
      @ytxr4853 3 года назад

      @@ursinatutorials did not, i'll give this a try

  • @tonklachannel6181
    @tonklachannel6181 3 года назад

    why I can't use Ursina Engine in pycharm?

    • @ursinatutorials
      @ursinatutorials  3 года назад

      you need to install it from the terminal in pycharm rather than command prompt. This is because pycharm runs in a virtual environment rather than your computer's main python installation.

    • @_myshorts_.
      @_myshorts_. 3 года назад +1

      @@ursinatutorials how to install from terminal??

    • @fdevstudio5692
      @fdevstudio5692 3 года назад

      @@_myshorts_. just search command prompt in your pc. Hope that answer your question.

  • @itme3929
    @itme3929 3 года назад

    I have a problem
    load_texture = ?????
    plz

    • @juanhan8433
      @juanhan8433 2 года назад

      texture_name = load_texture('texture_in_your_pc_name')

  • @_M_643
    @_M_643 3 года назад

    Hi, what IDE are you using?

  • @이름없음-h4n5y
    @이름없음-h4n5y 3 года назад

    i'm from Korea

  • @DidIJustDoThat
    @DidIJustDoThat 2 года назад

    How do you open the editor of choice?

    • @juanhan8433
      @juanhan8433 2 года назад

      its basically any code editor you prefer (for example: vs code, pycharm)

  • @ytxr4853
    @ytxr4853 3 года назад

    what IDE do you use?

    • @ursinatutorials
      @ursinatutorials  3 года назад +1

      pycharm for anything big. IDLE for small testing etc

  • @basicallybrand
    @basicallybrand 2 года назад

    it's just extremely slow

  • @이름없음-h4n5y
    @이름없음-h4n5y 3 года назад

    ㅠㅠ

  • @riyaanthemann
    @riyaanthemann 3 года назад

    Dont mind but you sound like corpse

  • @RJplaysofficial295
    @RJplaysofficial295 Год назад

    Which editor you use plz telll