Simple Flight Simulator made with C++ and OpenGL (demo)

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024
  • This is a simple demo of a flight simulator program.

ความคิดเห็น • 8

  • @Bajtel1425
    @Bajtel1425 หลายเดือนก่อน +2

    W better than ptfs and most roblox flight games

  • @Mateus707_2
    @Mateus707_2 หลายเดือนก่อน +1

    You made that on unreal engine?

    • @nullptrerror1953
      @nullptrerror1953  หลายเดือนก่อน +1

      I'm actually building this using C++ and OpenGL (I haven't used Unreal Engine Before though I have done a little bit of stuff with Unity a few years ago and I made a few projects in Godot) but I do plan on releasing the source code to this project once I'm satisfied with it so you can check it out - I can update you on this if you would like.

    • @nullptrerror1953
      @nullptrerror1953  หลายเดือนก่อน +1

      Hello, this is a quick update on the game if you are interested: I have posted the source code at github.com/JLi69/flight-and-fight (it's under the GPLv3 license) - I still have quite a bit more that I want to add so it's still a work in progress.

    • @Mateus707_2
      @Mateus707_2 หลายเดือนก่อน

      @@nullptrerror1953 ok thanks

  • @reyschannel9480
    @reyschannel9480 หลายเดือนก่อน +1

    Great result! How long did it take you to get to this state of the project? I am asking because my professor proposed flight sim for final year project, but I am not sure if i will be able to complete it in two semesters.

    • @nullptrerror1953
      @nullptrerror1953  หลายเดือนก่อน

      Thank you! :)
      Looking at the commit logs I spent ~2 months on the gameplay code and about ~3 months on the code for generating the terrain you see in the background to get to this point. Of course there are a lot more things to add from the state that I've shown in the video but I hope this was helpful :)