HaxeFlixel vs other game engines

  Рет қаралды 9,457

Richard Oliver Bray

Richard Oliver Bray

Күн бұрын

Пікірлер: 39
@janikangas6552
@janikangas6552 3 жыл бұрын
Great video. It finally helped me to make up my mind. During the pandemic I have been trying out several game engines and frameworks. As I really dislike GUI editors and get lost into them I think Haxeflixel is a proper way for me to go.
@richardbray
@richardbray 3 жыл бұрын
Nice, HaxeFlixel is a great game engine.
@wormyfla1097
@wormyfla1097 3 жыл бұрын
Unrelated question but can you make a image and data spritesheets tutorial how you did the older tutorials for haxeflixel cause i didnt understand the last one well / sprite packing tutorial old haxeflixel tutorial style
@richardbray
@richardbray 3 жыл бұрын
Ah sorry about that. If you have any specific questions I'm happy to answer them in the forums github.com/HaxeFlixel/flixel/discussions
@tonywtyt
@tonywtyt 7 ай бұрын
I've tried to like GameMaker, but I feel like I'm always tripping over their presentation of things in the its editor, and there is little difference in this regard if I'm trying visual scripting or GML. The central pane that contains all the node event-action trees quickly gets filled up and you end up having to pan through that window to find things. Plus, I just find this presentation distracting. I probably have this bias because I've always been a coder, so it's easy for me to work with code.
@marcioramose
@marcioramose 3 жыл бұрын
Hi, Richard! Great Channel! Thank you for all your effort to bringing us great info on HAXE and it's world! If you could answer a question of mine, what do you think of OpenFL compared to Haxeflixel. If I make a simple platform game on both, wich one would be easier to work with and output a smaller web code in the end?
@richardbray
@richardbray 3 жыл бұрын
Good question. I already kind of have a video that kind of talk about OpenFL kzbin.info/www/bejne/raqlZpl_d9mFack Both HF and OpenFL games are pretty small but I assume an OpenFL game without any HF would be smaller file size wise.
@enriquenieto9135
@enriquenieto9135 Жыл бұрын
Thank you for this info, Great video!
@crobes-hx
@crobes-hx 3 жыл бұрын
Great video! :) Will be really useful to beginners trying to understand the benefits of Haxe game engines.
@drinkwatrr9883
@drinkwatrr9883 3 жыл бұрын
Hey CRobes I love your haxe tutorials! Will you ever make more?
@crobes-hx
@crobes-hx 3 жыл бұрын
@@drinkwatrr9883 I do hope to, just depends on time :)
@VenemonTV
@VenemonTV 2 жыл бұрын
@@crobes-hx man keep up the good work!
@questionmarkquestionmarkques
@questionmarkquestionmarkques 3 жыл бұрын
thanks for this video it was really well made and helped a lot with my choice
@ЕвгенийЯрощенко-м6м
@ЕвгенийЯрощенко-м6м Жыл бұрын
Have you worked with haxeui by any chance? An interesting library with a set of components...
@richardbray
@richardbray Жыл бұрын
No I haven't. I'm more drawn to feathersUI because of the connection with OpenFL but if there's enough interest for it I can do a tutorial on haxeui
@tonywtyt
@tonywtyt 7 ай бұрын
Love 2D is one of the frameworks that is the most approachable for a beginner. Common Lua usage is straight forward, as is Love 2D API.
@tonywtyt
@tonywtyt 7 ай бұрын
Phaser has now adopted an editor. If you want to work with Phaser, I would say that knowing advanced JavaScript and web app tooling can come into play. But, like any other language you can get confortable with the JS/Web way of doing things, and there are plenty of examples to get you started.
@pyrytheburger3869
@pyrytheburger3869 2 жыл бұрын
I loike love2d but I can't stop getting memory leaks with it
@gregowski_pl
@gregowski_pl 3 жыл бұрын
Good video, but I think you should mention "Starling" with "Harman's AIR" (formerly Adobe Air) SDK also. Then the video would be complete :)
@richardbray
@richardbray 3 жыл бұрын
Interesting, I've never heard of Harman's AIR before. I will look into it
@gregowski_pl
@gregowski_pl 3 жыл бұрын
@@richardbray Formerly known as Adobe AIR, closely related to Adobe Animate and SWF file format.
@tonywtyt
@tonywtyt 7 ай бұрын
Defold is good, but to me, it's approaches to creating some game objects isn't very intuitive. But, it has a great IDE, which isn't present with Love 2D. Plus, it uses Lua and an API that relatively easy to code with.
@QuotePilgrim
@QuotePilgrim Жыл бұрын
LÖVE has a diaeresis over the O, not an umlaut, they're different things. I don't blame you though, a lot of people make that mistake. In very simple terms, what umlaut refers to is the sound of the vowel, not the two dots above the letter. Although there are sources that claim the diacritic itself is called umlaut, which helps to propagate this incorrect nomenclature.
@richardbray
@richardbray Жыл бұрын
Ah I didn't know that. Thanks for pointing it out
@cmyk8964
@cmyk8964 3 жыл бұрын
If you want GUI and tilemaps, Godot may be a worthwhile alternative to consider
@richardbray
@richardbray 3 жыл бұрын
Yeah, I'm thinking of trying Godot if I ever make a 3D game. For now I'm pretty happy with HF.
@cmyk8964
@cmyk8964 2 жыл бұрын
Godot was and still is a game engine for 2D games before it became a game engine for 3D games. I’ve made simple tile-based games with particles, games with free 2D movement, and even games based mostly on UI, and I’ve had an easier time coding what I want on Godot than on Unity or directly as an HTML page. Unfortunately, I haven’t tried HaxeFlixel to make a game yet, but I’m quite satisfied with Godot, save for one sole point: slow loading time as exported on HTML.
@pyrytheburger3869
@pyrytheburger3869 2 жыл бұрын
@@cmyk8964 godot sucks because It's built around the crappy fps capped physics process, which makes it impossible to have smooth gameplay.
@cmyk8964
@cmyk8964 2 жыл бұрын
@@pyrytheburger3869 Godot’s physics is smooth if you know what you’re doing and you aren’t wasting resources. Seems like you just suck at coding in Godot.
@gdhasmile
@gdhasmile Жыл бұрын
​@@pyrytheburger3869 for your information: Godot has regular process (though it would be stupid to use it for things like player movement when there is physics process that was meant for things like this)
@VenemonTV
@VenemonTV 2 жыл бұрын
Fr tho, idk why, but UK KZbinrs teaching videos, work better lmao
@ЕвгенийЯрощенко-м6м
@ЕвгенийЯрощенко-м6м Жыл бұрын
HaxeFlixe - can I create a network game? I'm new to Haxe, that's just learning...
@richardbray
@richardbray Жыл бұрын
Do you mean an online multiplayer game
@ЕвгенийЯрощенко-м6м
@ЕвгенийЯрощенко-м6м Жыл бұрын
@@richardbray No, it's much simpler. Creating a layout layout or Html template engine... I have a working Perl script that works with Pdf format and I want to make a program with a Gui interface. Hexe seemed to me a flexible solution, because working with Perl libraries is a pain...
@petscopstan
@petscopstan 2 жыл бұрын
Here's the neat part, it isn't
@pyrytheburger3869
@pyrytheburger3869 2 жыл бұрын
lol you pronounced ö so funny, "louyveye2d"
Getting Started with Playdate Game Development in 2023
15:23
SquidGod
Рет қаралды 42 М.
HaxeFlixel 5 -- It's ALIVE!
5:32
Gamefromscratch
Рет қаралды 18 М.
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
How popular is HaxeFlixel on Steam? Top game engines on Steam
4:11
Richard Oliver Bray
Рет қаралды 2,6 М.
Deutsche Bahn messed up
2:17
WKP Express Movies
Рет қаралды 2,1 МЛН
Heaps Game Engine -- The Awesome Haxe Engine powering Dead Cells
8:37
Gamefromscratch
Рет қаралды 47 М.
Construct 3 Game Engine Hands-On
13:52
Gamefromscratch
Рет қаралды 32 М.
1. Getting Started -- Haxe and HaxeFlixel Tutorial Series
13:14
Gamefromscratch
Рет қаралды 65 М.
Ringing in the New Year with a Vacuum Tube Computer
27:00
Usagi Electric
Рет қаралды 11 М.
Pixel Art Character Design Tutorial - Step By Step!
10:35
Saultoons
Рет қаралды 781 М.
How to Make a Homing Missile in the Godot Engine: 2D guide
10:07
This TINY TEMU PC… has a built-in SCREEN??
12:04
Smokin' Silicon
Рет қаралды 1,3 М.
Coding "Snake" in 4 min 30 sec (plain browser JavaScript)
7:09
Chris DeLeon of HomeTeam GameDev (Brave Lighthouse, Gamkedo)
Рет қаралды 8 МЛН
Quilt Challenge, No Skills, Just Luck#Funnyfamily #Partygames #Funny
00:32
Family Games Media
Рет қаралды 55 МЛН