Haxe Game Engines

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

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

  • @gamefromscratch
    @gamefromscratch  6 лет назад +9

    Links:
    www.gamefromscratch.com/post/2018/09/10/Haxe-Game-Engines.aspx
    www.gamefromscratch.com/post/2018/09/06/Lua-Game-Engines.aspx
    www.gamefromscratch.com/post/2018/08/30/Cpp_Game_Engines.aspx
    www.gamefromscratch.com/post/2018/09/04/CSharp_Game_Engines.aspx

    • @matulkum
      @matulkum 6 лет назад

      Gamefromscratch „

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

    Nice video and very nice to cover Haxe, its been on my "take a deeper look" list for a while now. Thanks for the quality content!

  • @umnyboodas3963
    @umnyboodas3963 5 лет назад +10

    Kha is not build on top of Lime but uses it's own platform abstractions for every supported backend.

  • @Jazz914
    @Jazz914 5 лет назад +12

    Kha is not built on lime, it is completely independent from the openfl/lime ecosystem

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

    I haven't built anything with it yet, but have been fiddling around with Haxe and HaxeFlixel the last couple of days to see if it's something I want to use. I've been very pleasantly surprised with how easy it is to use, and how well the tooling works. I'm very excited to build something with Haxe. Hopefully the community is still going strong (docs are great, but it's hard to tell how popular it is right now)

  • @ximplex1
    @ximplex1 6 лет назад +13

    Man, now I feel kinda foolish for scoffing at Haxe being yet another programming language that won't go anywhere. I'll have to give it another look.

  • @someone-jo1km
    @someone-jo1km 6 лет назад +9

    Have a look at the Heaps IDE aka Hide. You have to compile it yourself but its a full fledged game editor.

  • @matulkum
    @matulkum 6 лет назад +9

    nice video. I am pretty sure though that Kha is not build on top of Lime at all.

    • @gamefromscratch
      @gamefromscratch  6 лет назад +3

      Yeah I made a pair of errors on this video. What can I say, the relationships in the Haxe universe are confusing as hell. ;)
      Kha is independent of Lime, and NME is a fork of OpenFL (or actually the reverse, OpenFL was NME).

    • @ProPuke
      @ProPuke 6 лет назад

      NME kinda became Lime+OpenFL (OpenFL sits on top of Lime), although NME kinda forked off and also technically exists on its own now. Kha is completely separate and unrelated to these.

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

    Starling and the Starling editor are available for haxe openfl. In fact it's been available for quite a while.

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

    Fun fact : the official build of FNF are made using Haxe

  • @vanbandama3118
    @vanbandama3118 6 лет назад +1

    Hi ;) I have kinda silly question. Is there any website that teaches haxe programming? I mean pure haxe. I really want to learn armory3d but I can't find info where to start. BTW great work and keep it up ;)

    • @CharlesJX
      @CharlesJX 6 лет назад

      Maybe you can learn from the tutorials and documentation in haxe website, it has some good examples and things

    • @shurmurray
      @shurmurray 6 лет назад +1

      - The pure HAXE is very generic oop/multiparadigm language. There is not much special about it, beside maybe syntax of for-loops.
      As already said above, there is documentation and also very useful online tool: try.haxe.org/
      If u familiar with some other modern languages, there is not much learning about haxe. Just set up some IDE + HAXE and start making something ;)

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

    I really liked seeing these somewhat unknown (besides armory/kha) frameworks, a series like "the others" but for these would be pretty awesome as well

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

    I've tried Heaps and I really love the workflow and the API but the Android/iOS support doesn't seem to be good at all. And since the creator of Heaps/Haxe doesn't do much mobile dev, it's not really getting better, at least from what I've seen.

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

    Great Video!

  • @st1ckman67
    @st1ckman67 6 лет назад

    I've looked at the Haxe language but tbh there are not enough tutorials around to invest any length of time in trying to learn it, which is a real shame.

    • @anarchoyeasty3908
      @anarchoyeasty3908 6 лет назад +4

      There is enough to get your feet wet, and then past that point the best way to learn is to build something!
      Although I agree more tutorials would be great.

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

      If you want to learn Kha, there is a 129 video tutorial series here ruclips.net/p/PL4neAtv21WOmmR5mKb7TQvEQHpMh1h0po

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

    What did u mean by low level framework?

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

      Low level = less abstraction.
      You could consider the lowest level frameworks to be the graphic/input/io/audio libraries. (Opengl, glfw, boost io, alsa, etc)
      But not a game framework yet.
      The lowest level game framework combines these and usually adds a game logic loop and input loop, then you have something like SML.

  • @delphicdescant
    @delphicdescant 6 лет назад

    Does anyone else hear static in the audio? It seems to happen a lot on this channel.

    • @gamefromscratch
      @gamefromscratch  6 лет назад

      Is it an occasional "crack" static noise? If so, that's the @#$@#$ing Razer Mic. I don't generally use it for exactly that reason, but right now I have a slightly odd setup, so I'm using it on occasion. I had though I had it fixed, but apparently it's still popping up occasionally.

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

    im still using actionscript till now with adobe air... now i want to try port my project to haxe... this video help me understand how haxe work... thx

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

    Papers Please was made with NME.

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

      Nope, it was made with HaxeFlixel

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

    with this platform is created "papers please"

  • @therandomsomeone.
    @therandomsomeone. 3 года назад

    haxe sounds like a good language except you know, the internet, and stuff

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

    stencyl was my first introduction to game dev back in like 2012 when i was like 11, at the time stencyl was the shizz but looking back at it gamemaker would've probably been a way better option
    anyways today im a web designer/developer part time, and the other is spent studying cs or making shitty games :)

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

    9:05 That cats are assholes game sounds amazing ;)

  • @CharlesJX
    @CharlesJX 6 лет назад +1

    Heaps looks cool but the documentation is terrible :/, and there isn't much information on the web, i would say nothing, that keep me away from that engine :/

  • @JailsonPSJunior
    @JailsonPSJunior 6 лет назад

    Make video “Build the Xenko Engine from Source on W10 “ ???

  • @killergoldfisch1
    @killergoldfisch1 6 лет назад

    BabylonHx is dead? 😱 Nooooooooo.... 😭

  • @theministryofgeneralknowle551
    @theministryofgeneralknowle551 6 лет назад

    In b4 Khhhaaaaaaaaaaaaaaaaaaaaaaaaaaa this time?

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

    Stencyl more like stinky