Despite having years and years of game dev experience, I have very little programs to show off, because I deleted them or just never really finished most of the projects (talking about personal games and tools, not for work). This video inspired me to start making my own little library of small/medium sized games and tools. Thank you for it and good luck on your journey!
After 6 years I still have my first programs hidden somewhere on my discs. I never deleted any project, no matter how bad it would be. Thank you for the kind words and also good luck in making your library!
@@snapi I already have 1.5 years experience in programming.. I deleted most of my early and unfinished projects because I feel ashamed.. Starting from today, I will never ever delete my project even how bad it is..
This was honestly really inspiring. It seems much more fun when it's a small project, rather than an entire game. I'll have to try to make some of these. Thanks.
While even having no updates for years now, the SFML libraries can still do some impressive things. I too am using it to bulid my own game and game engine, I'm currently working on a map editor and code to read the map files and to check for collision. Then I'll build up from there one peice at a time. I wish you luck on your deving journey!
Thank you good sir! But I have to tell you that SFML still receives some smaller updates, you can see it on their discord or github ps. Good luck in building your game :p
@TheSnowscar For me SFML is learning tool I will not be making any big projects that I want to sell or something like that. I know it pretty well and after seeing bit of SDL2 I still prefer SFML over it. I love SFML and I have a lot of fun with it thats all
Very cool, thanks for sharing. I'm still in the rectangle player with simple tiles platformer phase, currently working on collision. It's so much fun. These look REALLY polished and I can tell not so far off from a proper game you could release. Keep up the good work.
@@snapi Thanks! Got my demo uploaded. Finally sorted out collision correction today AND the camera. Freaking pumped. ua-cam.com/video/5PvEZRA0Esg/v-deo.html
Jak na osobę, która robi to w pojedynkę, masz naprawdę ładne portfolio :) Rozumiem, że skupiasz się głównie w dziedzinie gier, co nie jest łatwą branżą. Gratulacje za poświęcenie się pasji i osiągnięcie tak świetnych rezultatów :D
Great stuff. I tried remaking Battlecity with CPP and SFML and a nice script system with some rules on how to draw sprites, how fast animations should be, and what draw priority the object gets. I ended up making a program with CPP and Wxwidgets that allowed me to build objects visually and preview how the animations would look then save it to a file and add it to a meta file for the game to load
That's amazingly inspiring! I feel such a sense of jealousy, but in a good way. I just started the planning stage for my own game engine during the Unity crisis that just happened. Don't get me wrong, I'm excited to work on it. But man, do I wish I had it done and had some games made with it already! Keep up the good work! I'll probably try some of these myself!
Amazing work using C++ and SFML man! Keep it up. I would suggest not getting too caught up in creating the best engine. Try to create a MVP or minimum viable product. Engines can take up a lot of your time. Keep up the great work though!
Thanks! Mainly I develop my engine to help me creating new applications so it's not that big (it has more in common with framework actually), but it was a fun challenge creating something that has to work flawlessly. All in all I left it for now because I really spent too much time on it, now I'm working on new video and I think it's going to be quite enjoyable ;)
@@snapi Nice work dude! If you want people to make games with your framework make sure you have good documentation. I would like to take it for a spin. You seem like a great developer.
@@Lee14G Thanks for the warm words. You are totally right documentation is really needed, but currently I don't have one. In the future I need to spent some time on it too.
Building a game in C++ is fine as long as you concentrate on building your specific game and not trying to make a general purpose engine, In fact by building a specific solution you can achieve better performance and customized look for your game.
Loooooveeee Itttttt !! I just started learning SFML also And im trying to make Streetfighter Game , and currently strugling on making my sprite jump inmation go smooth xD thank you for the motivationb
Very nice journey man, you have made many good projects, done good experiments, prototyping. Keep it up 👍 I also recently made a game using SFML, very good library for starters. The only thing I struggle with is art, I am not an artist so difficult for me to make art quickly.
Just started to learn C++ & Java and sometimes I think smth like ""Hmmmmm I don't think that is possible to do something special with it". Kinda motivative video, thanks!
cool man i have been coding also for about a year now and all i did was data structures and algorithms, i knew some of these things , but this all is great.
OpenGL is deprecated on some platforms if you have the time for it consider using bgfx as it is less deprecated and very similar to OpenGL(Even uses the same shader language I think)
Nice👍
Thank you legend! Also I'm so grateful for your c++/sfml videos they inspire so much!
the OG
Wow, you here, nice. :D Gj with your projects too :)
@@snapi what's SFML may I ask?
i watch your videos!
Despite having years and years of game dev experience, I have very little programs to show off, because I deleted them or just never really finished most of the projects (talking about personal games and tools, not for work). This video inspired me to start making my own little library of small/medium sized games and tools. Thank you for it and good luck on your journey!
After 6 years I still have my first programs hidden somewhere on my discs. I never deleted any project, no matter how bad it would be. Thank you for the kind words and also good luck in making your library!
Rany boskie po co wy do siebie piszecie po angielsku!? Gamonie jedne!
🤔
por suerte tengo videos y algunos proyectos guardados :,3 hare lo mismo
@@snapi I already have 1.5 years experience in programming.. I deleted most of my early and unfinished projects because I feel ashamed.. Starting from today, I will never ever delete my project even how bad it is..
This was honestly really inspiring. It seems much more fun when it's a small project, rather than an entire game. I'll have to try to make some of these. Thanks.
Have fun with it!
This is genuinely amazing. I never follow through with my projects tho, this is a huge inspiration.
Excited to follow your journey, this is sick!
Very happy to hear that, thanks a lot! :)
This is amazing, I'm super inspired now. I didn't want the video to end, seriously!
c:
Wow, it looks like you've put a lot of effort into learning all that! That's really amazing!
Gratuluje postępów!
That was really cool to watch. Your progression and the sheer amount of things you tried. Really nice, keep it up!
Thank you!
your narrative skills are on point, loved the storytelling!
Glad you enjoyed :p
Loved the video!! Currently learning programming and c++/sfml myself! Your projects really motivates me, thank you! Also subscribed! :)
I'm more than happy to hear that :3 keep going mate!
@@snapi Thank you!! :D
I´m impressed, i hope one day make projects like these. Your "Simple Sandbox" project blew up my mind. Felicidades!!
gracias! If you want to learn more about this project here is cool video about it ua-cam.com/video/VLZjd_Y1gJ8/v-deo.html
Very very cool.
I've shared this.
I'm learning c++ myself!
Along with Java for Android development.
Then good luck to you!
Fantastic progress! So many projects in so short time! Congrats!
This is super cool, got me looking into SFML. Keep up the good work and keep posting! Can't wait to see what you have in store for the next year!
Thank you!
0:50 i loved the block design how you make that ❤️🔥
While even having no updates for years now, the SFML libraries can still do some impressive things.
I too am using it to bulid my own game and game engine, I'm currently working on a map editor and code to read the map files and to check for collision. Then I'll build up from there one peice at a time. I wish you luck on your deving journey!
Thank you good sir! But I have to tell you that SFML still receives some smaller updates, you can see it on their discord or github
ps. Good luck in building your game :p
@TheSnowscar For me SFML is learning tool I will not be making any big projects that I want to sell or something like that. I know it pretty well and after seeing bit of SDL2 I still prefer SFML over it. I love SFML and I have a lot of fun with it thats all
@TheSnowscar Having fun and learning ;)
maybe one day I will try SDL2 who knows
@@pixelwrinkly1528 Yeah... I know that... But this comment was posted a year ago...
Wow.Just Wow!! Amazing stuff. Keep improving
Thank you!
Ha music put me to sleep. So relaxing. Excellent work and progress!
Thanks!
Very cool, thanks for sharing. I'm still in the rectangle player with simple tiles platformer phase, currently working on collision. It's so much fun. These look REALLY polished and I can tell not so far off from a proper game you could release. Keep up the good work.
Thank you! Good luck in learning!
@@snapi Thanks! Got my demo uploaded. Finally sorted out collision correction today AND the camera. Freaking pumped. ua-cam.com/video/5PvEZRA0Esg/v-deo.html
@@jroseme my man it looks magnificent great job!
@@snapi Thanks!!
I'm amazed by you every time I see your work❤
Thanks happy to hear that!
Jak na osobę, która robi to w pojedynkę, masz naprawdę ładne portfolio :) Rozumiem, że skupiasz się głównie w dziedzinie gier, co nie jest łatwą branżą. Gratulacje za poświęcenie się pasji i osiągnięcie tak świetnych rezultatów :D
Beautiful! this inspired me to actually finish some of my projects. Thank you.
happy to hear that :p
This music is ethereal bro and nice job with getting better, im not into gamedev but hope i progress with webdev alot
Duma z Polaka to jest niesamowite uczucie. Widać, że się tym bawisz ziomuś, pozdrawiam.
Bardzo dziękuję, miło mi c:
that's a BIG W dude keep it up !!
thanks!
dobry progress, gratulacje
Great stuff. I tried remaking Battlecity with CPP and SFML and a nice script system with some rules on how to draw sprites, how fast animations should be, and what draw priority the object gets. I ended up making a program with CPP and Wxwidgets that allowed me to build objects visually and preview how the animations would look then save it to a file and add it to a meta file for the game to load
That sounds cool!
This is one of the most inspiring videos I've ever watched, good luck man💙🔥
That rope stimulation gave me goosebumps
Congratz man, very nice job!
Oh thanks a lot!
Great work, keep it up and good luck with your engine!
Thanks! =D
Really inspiring. Congrats and keep going.
Thank you!
oh man this is great! i'm about to start my c and graphics journey as well :) keep up the good work!
Good luck then!
Good luck to you. This was pretty amazing.
Thanks a lot!
That reslly inspiring video.
Fantastic work.
Gratulacje!
Awesome journey!
Congratulations!
WOOOW, MAN THANKS, I am so motivated right now
It will be great to see development streams from you
Awesome work. Can't wait to see more progress soon :)
that thing with the light is insane work
Thank you! I have to say I'm pretty proud of it :p
That's amazingly inspiring! I feel such a sense of jealousy, but in a good way. I just started the planning stage for my own game engine during the Unity crisis that just happened. Don't get me wrong, I'm excited to work on it. But man, do I wish I had it done and had some games made with it already!
Keep up the good work! I'll probably try some of these myself!
I just learned the basics, i don't know before that c++ could be these incredible things, cool projects man 👏👏
This is incredible man, keep up the good work!
Thanks! ;}
My motivation goes up after this video nice work
;}
Just started learning game dev on my own, this gave me ton of motivation man
Amazing work using C++ and SFML man! Keep it up. I would suggest not getting too caught up in creating the best engine. Try to create a MVP or minimum viable product. Engines can take up a lot of your time. Keep up the great work though!
Thanks! Mainly I develop my engine to help me creating new applications so it's not that big (it has more in common with framework actually), but it was a fun challenge creating something that has to work flawlessly. All in all I left it for now because I really spent too much time on it, now I'm working on new video and I think it's going to be quite enjoyable ;)
@@snapi Nice work dude!
If you want people to make games with your framework make sure you have good documentation.
I would like to take it for a spin. You seem like a great developer.
@@Lee14G Thanks for the warm words. You are totally right documentation is really needed, but currently I don't have one. In the future I need to spent some time on it too.
bro dont discourage him this is how greatness are born.
Building a game in C++ is fine as long as you concentrate on building your specific game and not trying to make a general purpose engine, In fact by building a specific solution you can achieve better performance and customized look for your game.
I needed this a lot, Thank you
:3
Wow dude such a great work!
So great. I am just surprised by all of these projects. I am still just getting into gamedev. Nice vid!
Quality stuff brother respect
Thanks!
that's some dedication
^_____^
loving every second of it.
the background soundstrack fits amazing.
thank you! c:
@@snapi whats the name of the music
This is extremely great!
really nice (your 2d light project looks so cool)
Ok, now you are my inspiration.
Happy to hear that! ☺️
Next level. I just need some books on rendering and C++ really nice to watch your videos
I'm pretty sure that you can find quiet few websites on graphics but I'm certain about books tho 🤔
Snapi is a math genius. That explains all this complex looking stuff.
Well done my friend. Keep working)
Well done, nice progress.
Thanks c:
My pc stalking me, I’m using sfml for a chess engine and now this is my youtube recommended. That said, nice work man!
The big brother is watching -__-
@@snapi lol, indeed.
Mind blown! Awesome work
Thank you!
Kocham cie Snapi bardzo
That's great, keep it going!
Thank you!
God must be proud seeing how humans are learning to create their own worlds.
:3
What I just saw was a true masterpiece ...
Loooooveeee Itttttt !! I just started learning SFML also And im trying to make Streetfighter Game , and currently strugling on making my sprite jump inmation go smooth xD thank you for the motivationb
Keep going! Hope that your game will turn out great! if it doesn't then don't worry, you can always come back to it later when you learn more c:
This is so inspiring.
u deserve a sub ^-^
Thanks c:
Woah, super cool. I wish I could stay disciplined enough to progress so well :O
For me it wasn't discipline putting together programs just makes me happy ;p
Finally one of these videos that isn’t made by a genius haha. Very awesome dude
Nice! Good luck!
Thanks!
This very cool and interesnting. You motivated me go trying make simple game
this is really awesome
Keep going and keep love!
:p
omg beautiful ❤
This is so epic, well done!
Hats Off to you. Great work 👍
Thanks a lot c:
Amazing work
It's a very inspiring video. Thanks for sharing.
Wow! You made incredible progress, man :D In 2:05 it seems you just build a 3D game engine :D
Thanks!
wow bro you are amazing, I'm excited to start my own projects too. Greetings from Argentina
Thank you and good luck!
Great portfolio! Thanks for sharing it with us. :)
Very nice journey man, you have made many good projects, done good experiments, prototyping. Keep it up 👍 I also recently made a game using SFML, very good library for starters. The only thing I struggle with is art, I am not an artist so difficult for me to make art quickly.
that was amazing
Literally fancy you have a successfull future.
Daaaamn nice job!
Just started to learn C++ & Java and sometimes I think smth like ""Hmmmmm I don't think that is possible to do something special with it". Kinda motivative video, thanks!
Good luck with learning!
How’s your journey going?
@@LegoDinoMan Changed my mind, now I learn rust
@@ВладШеремет-и8г Are you enjoying learning rust?
@@LegoDinoMan Yes
Wow you really came a long way
thanks!
Amazing Video!
cool man i have been coding also for about a year now and all i did was data structures and algorithms, i knew some of these things , but this all is great.
Thank you!
Nice work man!
Thanks c:
Wow! I also want to dig into this library one day.
Go for it it's really cool
very great video i love it
thanks!
Very inspiring. I am currently focused on webdev, which is my job. I should invest free time in C++ projects and make small games
unbelievable great job
thanks
This really inspires me
great work! i support your engine project, i'm trying to learn OpenGL too to build my own Cross-platform engine
Good luck with it!
OpenGL is deprecated on some platforms if you have the time for it consider using bgfx as it is less deprecated and very similar to OpenGL(Even uses the same shader language I think)
Incredible, i am progreding in the same path!
Then good luck to you c:
@@snapi :D yep! o/
@@snapi I will going to tackle some UI now.