How I Made A 3D FPS In Python!

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

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

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

    I wish Ursina can become the Python-driven Godot!

  • @ezrawallace7072
    @ezrawallace7072 2 года назад +7

    could you show how to do the player movment(the sliding) without all the self.movment

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

    It is really amazing to see this quality game in ursina keep it up

  • @onewaypieonewaypie7183
    @onewaypieonewaypie7183 Год назад +2

    Wow this is the best game I've seen on Ursina! You should really make a tutorial!

  • @NotBlazerMC
    @NotBlazerMC 11 месяцев назад +1

    Karlson when no budget:

  • @purnimasri1289
    @purnimasri1289 Год назад +1

    I love your game rally but I want to know that how to make a simple steering and drifting of car in ursina engine python

  • @RangerRhino23
    @RangerRhino23 Год назад +1

    Your content is super cool! Keep up this amazing work!

  • @josioh5725
    @josioh5725 2 года назад +7

    This is extremely cool! Should we also try Ursina?

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

      Yes! It’s really easy to use once you get the hang of it and it’s python which makes it really quick to work with. There is the performance side of it, but if you’re not doing anything performance intensive like huge open worlds then it should be fine 👍

  • @MozesRosenthal
    @MozesRosenthal 2 года назад +4

    Hey can you give us a tutorial on the player controller that would be really cool.

  • @beigebacchus1
    @beigebacchus1 Год назад +1

    I love this game so far its awesome

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

    GOOD job bro!! keep it up!

  • @Joshua-qn3xj
    @Joshua-qn3xj 9 месяцев назад

    Funny to find another Irish lad using this
    lmao

  • @monu_894
    @monu_894 Год назад +1

    I started learning ursina not so while ago(because python is the only language I want to stick to) and I love it so far
    Is there a way to make multiple scenes in your project(title screens, for example)

  • @Planet_Robot
    @Planet_Robot 3 месяца назад

    Dude. That was awesome.

  • @sarc143
    @sarc143 2 года назад +1

    no way I just realized its you

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

    Next video: Karlson in python

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

    Karlson: Ursina Edition

  • @Im_xfor
    @Im_xfor Месяц назад

    hi Mandaw how did you make the menu in the parkour game

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

    I wish wish would make a tutorial on this because it looks so cool!!111!!

  • @diegogozz
    @diegogozz 12 дней назад

    how can i add ace🎉leration and forces in my game?

  • @obaidurrehman6381
    @obaidurrehman6381 Год назад +1

    Weapon recoil looks really good, can you share some info on that.

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

      Here is the code:
      github.com/mandaw2014/Sandbox

  • @JA-up8un
    @JA-up8un 2 года назад +3

    Very cool!! I like the idea and now want to try one. Is the code available?

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

      yep
      github.com/mandaw2014/Sandbox

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

    Your are crazy amazing work!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @Pxalised1.0
    @Pxalised1.0 10 месяцев назад

    Really amazing work. Can you please make a more in-depth tutorial

  • @paci.mp3
    @paci.mp3 Год назад

    it looks like enemies and weapon triggers dont work, it shows an error who finishes by TypeError: 'int' object is not subscriptable

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

      yeah its because its using an older version of ursina. idk what changed in the new one but you can comment out the line and it should work

  • @ceo-potato
    @ceo-potato 2 года назад +1

    Cool!

  • @nicholas.d5287
    @nicholas.d5287 Год назад

    Hey would you know how to import blender models in ursina

  • @1-Tawhid-1
    @1-Tawhid-1 2 года назад +1

    you are very good!!

  • @spongierig
    @spongierig 2 года назад +1

    Do you think this (Ursina in Python) could be a good solution for an MMO style game?
    Also: Is it (not extremly hard) possible to make something similar to a game engine with it?
    Just asking for some future projects I maybe wanna make,
    I don't want it to fall apart after a year, stay cross-platform, make it easily installable etc. if you know what I mean.
    Thanks :)

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

      Yeah, you can make any game with ursina. You can do almost anything that unity and unreal can do but it might take a lot more work. You could make your own game engine but its important to know that ursina is already built on top of another game engine (panda3d) so most things have been made easier anyway.
      The one thing i have problem with ursina is building the actual game. Ursina doesnt have a cross compiler so if you're on windows, you cant build for mac and linux. What i do, is i just build the game on a window and linux vm. But once you build it, the game usually runs fine 👍

    • @spongierig
      @spongierig 2 года назад +1

      Thanks a lot for the help.
      My plans for now have been to build a „game engine“ wich simplifies the process of placing blocks in 3d space, so no code is necessary for that (potentially even physics).
      I’ve already thought about maybe using Ursina, panda3d, other engines and maybe even coding my own for that.
      I’ve already tried around with ursina and achieved something similar to my goal. What do you think could be a good base for coding this? Panda3d, Ursina, Self-Made-Engine or something completely different?
      Thanks again for all that :)

    • @Mandaw
      @Mandaw  2 года назад +1

      @@spongierig I would go with Ursina since ursina is compatible with panda3d so you can use all of its features like bullet-physics, post-processing etc. you could make your own game engine with panda3d though if you want to

    • @spongierig
      @spongierig 2 года назад +1

      @@Mandaw I guess I'll go with Ursina then, I just have the odd feeling that Ursina is more unstable than Panda3d.. Is that right?

    • @Mandaw
      @Mandaw  2 года назад +1

      @@spongierig I dont think ursina is unstable, its just not as 'customisable' as panda3d

  • @punyashlokpurohit9734
    @punyashlokpurohit9734 2 года назад +1

    good content

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

    hello is it normal that the code of your game does not work? my software tells me that at "render.setShaderAuto()" the code is wrong? could you give me the reason?

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

      That line is only for Mac. It just sets the shader automatically on Mac, you don’t need it if your on windows. The reason it gives you an error is because it’s called from panda3D which is written in c so Python doesn’t recognise it. It still works though

  • @Qwerty_30f
    @Qwerty_30f Год назад +2

    can mandaw upload the source code plz!!! it will help me to create my own game

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

      what problem are you having? The source code is up to date to this video

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

      can mandaw plz give me the source code

    • @Mandaw
      @Mandaw  Год назад +1

      @@Qwerty_30f oh sorry i misread, i thought you said update. my bad
      github.com/mandaw2014/Sandbox

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

      @@Mandaw thank you :)

  • @sidalilagab1552
    @sidalilagab1552 3 месяца назад

    what framework you work !

  • @hedi_luqman8
    @hedi_luqman8 2 года назад +1

    Can you publishing source code ?!!

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

    dude game is shutting down when i down the ground

  • @Sebushekprgr
    @Sebushekprgr 5 месяцев назад

    Make a tutorial how to make this game

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

    Hi, how did you export the objects with good texture from blender into ursina?

    • @Mandaw
      @Mandaw  Год назад +1

      I exported the objects as .obj that are uv mapped. Then i exported the texture as a png and linked them
      model = Entity(model = "name_of_model.obj", texture = "name_of_texture.png')

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

      @@Mandaw Thanks and where did you take them from? I could barely find any fine models that are uv mapped

    • @Mandaw
      @Mandaw  Год назад +2

      @@saarmazor7718 I made all of the models in blender

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

    wait, is that not just like karlson

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

    poggers

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

    please make 3d voxel game with pygame

  • @IsatheBoat
    @IsatheBoat 4 месяца назад

    can you give me the code for the movement system

    • @Mandaw
      @Mandaw  4 месяца назад

      sure its all in the github repo: github.com/mandaw2014/Sandbox

  • @argatrus222
    @argatrus222 9 месяцев назад

    are you going to sell this game?

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

    source codes? github? i learn so much better with examples looks badass

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

      github.com/mandaw2014/Sandbox 👍
      Just saying though, it would be pretty hard to single one feature out. Everything kind of connects with eachother so you will probably get errors but good luck

    • @kenzhengaming5145
      @kenzhengaming5145 Год назад +1

      @@Mandaw Yo when is a new video coming out?

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

    cool

  • @Mythical-And-HappyTy
    @Mythical-And-HappyTy 7 месяцев назад

    "Karlson" lol

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

    how many lines of code does it take

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

      Around 2000 I would say, maybe even a 1000, not many anyway.

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

      @@Mandaw well that's too much for me

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

      @@individualcoder obviously i didnt write it in 1 day. It took me around a month to code. Trust me, with any other game engine like Unity or Godot, it would be very similar if not more

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

      @@Mandaw well I am also making my own game and I want to ask you how you made ursinanetworking work so well.
      My ursinanetworking doesn't work and it says "[UrsinaNetworkingServer / __init__] Cannot create the server : [Errno 11001] getaddrinfo failed" please tell me how can I fix it

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

    shh dont tell dani...

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

    i want to play the game :(

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

    how do you do multiplayer

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

      github.com/kstzl/UrsinaNetworking

  • @purnimasri1289
    @purnimasri1289 Год назад +1

    I love your game rally but I want to know that how to make a simple steering and drifting of car in ursina engine python

  • @pressaktc
    @pressaktc 2 года назад +1

    Cool 👍

  • @purnimasri1289
    @purnimasri1289 Год назад +1

    I love your game rally but I want to know that how to make a simple steering and drifting of car in ursina engine python

  • @purnimasri1289
    @purnimasri1289 Год назад +1

    I love your game rally but I want to know that how to make a simple steering and drifting of car in ursina engine python

  • @purnimasri1289
    @purnimasri1289 Год назад +1

    I love your game rally but I want to know that how to make a simple steering and drifting of car in ursina engine python

  • @purnimasri1289
    @purnimasri1289 Год назад +1

    I love your game rally but I want to know that how to make a simple steering and drifting of car in ursina engine python

  • @purnimasri1289
    @purnimasri1289 Год назад +1

    I love your game rally but I want to know that how to make a simple steering and drifting of car in ursina engine python

  • @purnimasri1289
    @purnimasri1289 Год назад +1

    I love your game rally but I want to know that how to make a simple steering and drifting of car in ursina engine python

  • @purnimasri1289
    @purnimasri1289 Год назад +1

    I love your game rally but I want to know that how to make a simple steering and drifting of car in ursina engine python