My C++/SFML Compilation

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

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

  • @traumdatum806
    @traumdatum806  2 года назад +11

    4 years later, and still love coding! I do videos & tutorials, for example how I make a fractal tree forest: ruclips.net/video/fNzl6zO6QtI/видео.html

  • @isaigm
    @isaigm 3 года назад +29

    you're an artist, man

  • @Gabriel-V
    @Gabriel-V 2 года назад +5

    Thank you dear sir, you made me revisit my c++ coding skills. Once I was a C++ dev, now I more of a JS person, but his compilation of SFML (I worked with SDL) C++ projects made me go back

  • @Blacksmith__
    @Blacksmith__ 3 года назад +5

    Playing your own game with your own music playing is goals

  • @dinnerchief
    @dinnerchief 10 месяцев назад +2

    that mandelbrot is fucking amazing!!!

  • @vita6580
    @vita6580 3 года назад +15

    This is really impressive :O I just started learning C++ and SFML

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

    'Particles' one is cool!

  • @kinershah464
    @kinershah464 4 месяца назад +1

    That particles project blew my mind, it was beautiful. And nice music too. I am seriously dying to know how did you learn all this? Is there some book Or a course which teaches these?

  • @tonetfal
    @tonetfal 3 года назад +7

    Awesome job, especially particles are made so well

  • @BryanChance
    @BryanChance 10 месяцев назад +1

    Nice! I'm brand new to game dev. I'm loving it!!

  • @beron_the_colossus
    @beron_the_colossus 5 лет назад +7

    The projects are amazing, but the song is even better! Great Job!

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

    Woooow really NOOOIICEEE !!!

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

    This is awesome!

  • @TRAMETOOLS
    @TRAMETOOLS 5 лет назад +6

    I would like to learn this. Great projects and sound.

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

    This is secretly to flex that they’re great at Tetris, Snake, and Minesweeper

  • @svens3722
    @svens3722 5 лет назад +5

    haha i like the shadow from snake, its a shader or how you did that? Youst changing colors of vertexarray? Great Work

    • @traumdatum806
      @traumdatum806  5 лет назад +1

      you got it! but sure, it could be done greatly with a shader, too.

    • @svens3722
      @svens3722 5 лет назад

      @@traumdatum806 ou thanks for your response. :D I love sfml. But still didnt learn to shade correctly =(. Your Games are Great. Keep it on.

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

    So beautiful!

  • @asynchronousongs
    @asynchronousongs 6 лет назад +40

    Can you provide download links to those programs? I really like them all.

  • @RanTutorials
    @RanTutorials 7 лет назад +10

    Keep going man!

  • @trumpdmitry2288
    @trumpdmitry2288 5 лет назад +2

    Hey mate.You are talented. Don't stop :) can you upload your background music on Google drive or something ?

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

    That snake game is sick

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

    Awesome projects! Inspired!

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

    Inspiring! , one doubt - can we use SDL to make these or there will be some difference

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

    How did u do the glow around the snake head?

  • @tobiasdpunkt6507
    @tobiasdpunkt6507 6 лет назад +2

    Nice programs, love it. Which library do you use for your graphic programming?

  • @duckhaitong
    @duckhaitong 5 лет назад +5

    Could you share your code, pls. i just wanna learn from it.

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

    Artist and Coder :O

  • @iaml2909
    @iaml2909 4 года назад +1

    This is Amazing

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

    very nice
    you should write a book

  • @eheh5748
    @eheh5748 5 лет назад +1

    i know this video is out for a long time now, but i just wan't to say that the particle and map editor was very impressive, (i am especially interested in the map editor), that is what im trying to do right now and it could help me a lot if you have a link where i can download it or a github 🙌🙌😁
    (sorry for my english if it is bad im French 🤷‍♂️).

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

    wow nice work!

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

    Nice work

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

    WoW

  • @SapphFire
    @SapphFire 5 лет назад

    Great job

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

    I saw the one window was called "cuda mandelbrot".
    So does that mean you used somthing like a compute shader in SFML?

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

      I used SFML for the interface and rendered the pixel array of the screen with CUDA. no shaders involved (you could say the CUDA kernel call is a shader, but it's defined inside of the source code)

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

      @@traumdatum806 ok, that kinda makes sence 😄
      I guess what I was trying to figure out is if "compute shaders" run specifically on the CUDA cores of the GPU.
      Or if CUDA cores are utilized through a different API or concept outside of compute shaders.
      I was making an edit to this comment and completely lost it....
      But I was trying to clarify in asking if compute shaders use CUDA cores, or if they use another part of the GPU. Because in Windows Task manager I can see different graphs for different parts of the GPU that can be utilized. So it sounds like what your saying is that compute shaders use a different part of the GPU? But then if I wanted to use the CUDA cores in some API, it would be somthing different.

  • @valizeth4073
    @valizeth4073 4 года назад

    Are you using any graphics API like vulkan or opengl is or this just pure C++ alongside of SFML?

    • @traumdatum806
      @traumdatum806  4 года назад

      I used all of them!
      i just did a vulkan video for example here: ruclips.net/video/b6M5m5iIxZc/видео.html
      and also some OpenGL stuff, but vulkan is superior

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

    how to make it like that? 🙏🙏🙏

  • @sirspeedy9583
    @sirspeedy9583 6 лет назад +12

    you shood do tutorials on them. plez

    • @traumdatum806
      @traumdatum806  6 лет назад +8

      I have a SFML developement series planned where I will eventually code these programs. I am currently working elsewhere (on an AES encryption implementation). But I might find some time this week to release the first videos :))

  • @shankar4510
    @shankar4510 4 года назад

    SO 1 last question is Sfml great ?

  • @user-hl7lr8ld2i
    @user-hl7lr8ld2i 4 года назад +1

    do you have a github page?

  • @xabab
    @xabab 4 года назад

    How many man-hours cost each one of these projects? At least a rough mean?

    • @traumdatum806
      @traumdatum806  4 года назад

      ~4 hours maybe.
      e.g. maze 2 hours.
      and the last one took me 30 hours easily.

  • @clauciof10
    @clauciof10 5 лет назад

    man, really incredable! You must be one of bests programmers I have ever seen. How long do you program?

    • @nolifeispower494
      @nolifeispower494 4 года назад

      @@traumdatum806 could you link me your tutorials please? I can't find them..

    • @traumdatum806
      @traumdatum806  4 года назад +1

      @@nolifeispower494 hey I am sorry, but I haven't done them yet. If you look at my latest videos, I am working on making a 3D vulkan abstraction library. When I am finished I will release the library and make 2d/3d tutorials here on the channel. Including the games you see here.

  • @user-dt9lk1gx4y
    @user-dt9lk1gx4y 5 лет назад

    Source code, please. It's cool. I'm a beginner.

  • @BrownAleks
    @BrownAleks 4 года назад

    Исходный код покажите пожалуйста.... =)

  • @cardanawandra8402
    @cardanawandra8402 5 лет назад

    can i contact you?

    • @traumdatum806
      @traumdatum806  5 лет назад

      yes, pm me at paradoxbasscube@gmail.com

  • @saksham9170
    @saksham9170 5 лет назад

    Please make tutorials on them

    • @traumdatum806
      @traumdatum806  5 лет назад +1

      hey, I will start this week!

    • @saksham9170
      @saksham9170 5 лет назад

      @@traumdatum806 Thank you so much

    • @markrayne5382
      @markrayne5382 4 года назад +1

      @@traumdatum806 and one year later you still haven't....

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

      where is the tutorials?!