Procedurally Generating Icons for my Farming Game

  Рет қаралды 124,623

ThinMatrix

ThinMatrix

28 күн бұрын

Devlog video about "Homegrown", a casual farming game I'm creating using my own engine.
Setting up an icon generation system this week, to procedurally generate tool icons that can be upgraded using the upgrade system!
Support the channel on Patreon and get access to the game & code for Homegrown, the city-builder, and Equilinox:
/ thinmatrix
Play my previous game "Equilinox":
store.steampowered.com/app/85...
You can follow the progress of the game on my social media:
Twitter: / thinmatrix
Instagram: / thinmatrix
Facebook: / thinmatrix
Trello: trello.com/b/W3zkIJTM/farm
Email: thinmatrix@gmail.com
Background music by Jamal Green:
open.spotify.com/artist/50jTM...
Equipment (Amazon Affiliate Links):
Camera: amzn.to/491ayFZ
Desk Microphone: amzn.to/48Hs5mP
Camera Mic: amzn.to/48ZcRcE
Mouse: amzn.to/3Sn0v8J
#devlog #Homegrown

Пікірлер: 325
@marcruijs1039
@marcruijs1039 26 күн бұрын
I'm lokey kind of jealous of your workspace dude. It's so peaceful looking with all the greenery, both inside as well as outside. My dad always says "green is good for a human, grey makes you irritable." Too bad my place is surrounded by concrete and bricks 😂
@dirklangohr
@dirklangohr 26 күн бұрын
Yeeees it's so beautiful!!
@nobocks
@nobocks 26 күн бұрын
Static grass diorama tutorial ❤
@evanchilson9829
@evanchilson9829 26 күн бұрын
100% - Also the concept is called Biophilia! Super interesting stuff!
@milanrdesign
@milanrdesign 26 күн бұрын
get some plastic plants to brighten up your space :)
@semydev
@semydev 26 күн бұрын
So true, would be my dream! Even the outside, I live in germany and for me I have one ugly tree infront of my window
@Kaikaku
@Kaikaku 26 күн бұрын
In case you are struggling to get enough handle models: -> The handle could start with no handle at all i.e., only the end of the stick, -> next could be a knob and -> then finally the t-shaped handle which you currently use right from the start.
@morgan0
@morgan0 26 күн бұрын
also maybe one of the later models has finger shaped bumps and cutouts to make it look like it fits in your hand better
@aletei
@aletei 26 күн бұрын
Another idea would be to change the appearance just every second upgrade, so saving half of models needed :)
@liliyaversus4051
@liliyaversus4051 22 күн бұрын
@@aleteia reply from someone who is actually working in a creative field ahah. But i like the idea of having a whole-powerful system of upgrades. He can add special rare upgrades randomly or at the end, to make the tool unique. And he can add constructions/machines that may use his tools, which again would motivate players to create and upgrade them as a separate mechanic. But these are just ideas.
@SZvenM
@SZvenM 26 күн бұрын
Love these new icons. They fit the style of the game perfectly and the designs are very fun. Really adds a lot of life to the whole system.
@ThinMatrix
@ThinMatrix 26 күн бұрын
Thanks!
@callumcowden1511
@callumcowden1511 26 күн бұрын
I'd keep speed being a colour change consistent across the tools so players can easily see "oh light blue (tool) is 2x speed". Feel like it's just a cleaner user experience. I understand it doesn't work for every tool part but speed being colour would keep it somewhat consistent
@himselfe
@himselfe 26 күн бұрын
A very easy way to indicate scale changes would be to have some sort of fixed size object with the item for contrast. For example you could have the watering can sitting on a a very simple patch of grass with a blade or two just around the base, or some stones, or a tool laying next to it. I'm sure you get the picture! I'd probably only use that object in the upgrade/shop screens and not for every icon on the tool belt otherwise it'd start looking very cluttered.
@LukasOwen
@LukasOwen 26 күн бұрын
i like this idea, i support it
@morgan0
@morgan0 26 күн бұрын
could also make some fake in world tool brands, which have some sticker of their logo on it, which doesn’t get bigger with the bigger objects
@ThinMatrix
@ThinMatrix 26 күн бұрын
Nice idea!
@roz1
@roz1 26 күн бұрын
Hi ThinMatrix how is your health now.. hope you are doing well.... Love your videos... It's so peaceful and calm
@ThinMatrix
@ThinMatrix 26 күн бұрын
All good thanks!
@roz1
@roz1 26 күн бұрын
@@ThinMatrix Glad to hear that 😊
@SirJoshuaTree
@SirJoshuaTree 25 күн бұрын
Your tools change too much visually for each upgrade. Unless there's a reason to parse the exact level at a glance, you can do smaller incremental changes to the model and it's fine. Keep dramatic mesh changes for significant milestone upgrades. I think that will be a much more comfortable system for everyone
@whannabi
@whannabi 22 күн бұрын
Now that you say it, lots of games do that. It's slightly different so you can notice it but not some much that you don't even recognize the object. Unless it's the intention to really make it seem like a completely different object instead of an upgrade. Just like cars in real life, you add carbon then next upgrade better tires then maybe spoilers etc.
@dieselboy.7637
@dieselboy.7637 Күн бұрын
I disagree. The way he made is way more creative and fun.
@dieselboy.7637
@dieselboy.7637 Күн бұрын
And not basic and generic.
@4AneR
@4AneR 26 күн бұрын
I've done a similar thing on positioning objects in the camera frame, and I think this way is simpler: (1) get the true rectangular bounding box as you already have (2) expand the bounding box so it's a square, basically depending if it's a tall bounding box, add abs(H-W)/2 to horizontal bounds or to vertical bounds (3) this square bounding box can be directly mapped into NDC coordinates (from -1 to 1), you can even go with simple orthographic projection unless you really need the perspective for your icons
@ThinMatrix
@ThinMatrix 26 күн бұрын
Ah that sounds like a good solution, thanks!
@lancer197
@lancer197 26 күн бұрын
the sprinkler is absolutely awesome. Kinda hilarious but genius aswell.
@Pallerim
@Pallerim 26 күн бұрын
It's always great when "overengineering" a system pays off. These icons look perfect, good job!
@liliyaversus4051
@liliyaversus4051 22 күн бұрын
Some ideas: Start with a water bucket. Just a bucket XD. And first upgrade will add a spout. With the size, you might want to sacrifice "perfect framing" only for "upgrade menu". An icon in the inventory can still be a perfect frame, but in Upgrade menu you start with a tiny tool! Great work, as always! Thank you for inspiration c:
@jonas2560
@jonas2560 26 күн бұрын
Very ingenious. I am maybe afraid that the higher level icons may give a different vibe to the game with their more rpg/gamery look. Maye only one every 3 upgrades changes the model and the two following upgrades change the color : crooked handle : brown, grey, white > straight handle : brown, grey, white. Just an idea.
@ThinMatrix
@ThinMatrix 26 күн бұрын
Yeah, I was thinking about that as well, and that would be possible in the current system. I also also want to spend longer designing the models - now that I've had a few trials I think I could do better. Maybe with smaller increments between model stages I could get to tier 10 without it looking too crazy.
@themrpancake
@themrpancake 26 күн бұрын
I think only 5 upgrade icons would be better. A 1/10 upgrade to a stat doesn't feel like it should be an insane model changing upgrade. It would also make each model change feel more impactful
@OptimechX
@OptimechX 26 күн бұрын
On that note, I think it would be cool if the icons could slightly increase in size, making fully upgraded ones look beefier :)
@jonas2560
@jonas2560 26 күн бұрын
@@ThinMatrix Nice ! Also just want to say I am a big fan of your videos. They helped me a lot through the pandemic and I have been following your channel ever since.
@thiccbaron
@thiccbaron 25 күн бұрын
They could also start as 'broken' like you have with the spade. with minimal less broken each upgrade. Or adding a gem that changes color.. Very nice update
@jugowater9546
@jugowater9546 26 күн бұрын
it would be really cool if you made a video about the process of designing a system. for example, how you brainstorm ideas, relate it to the current state of the game, etc... great video as always!
@IndieMarkus
@IndieMarkus 26 күн бұрын
I love the way these generated icons look :) Regarding the issue of conveying the size of the watering can, when they get normalized: Could you try scaling the outline relative to the size reduction you performed in the normalization step? So small items (blueberries) would have a bigger outline, making them "feel" smaller than a spade. (Tbh, probably this specific idea would look stupid, but maybe some other shading effect relative to the normalization could work)
@ThinMatrix
@ThinMatrix 26 күн бұрын
Thanks for the suggestion! For items with a simple icon like the blueberries I can actually just make them smaller. I have a custom scale that I can apply to the model after the normalization, so I can make chosen icons appear smaller. That only works on a per-item basis though, so it doesn't work with individual model stages of the same item (like the watering can) which is the main issue.
@charlvanniekerk8009
@charlvanniekerk8009 26 күн бұрын
The procedural generation had me really excited and then when i saw how you did it and the positioning of the icons, i was just giddy. Love the progress and the look of the game!
@OrionDomeric
@OrionDomeric 26 күн бұрын
Gotta say I was impressed with the bounding box camera view bit. Nice approach.
@hamzahgamedev
@hamzahgamedev 26 күн бұрын
As I am making my own farming game, ur series has inspired me so much. I learned a lot from you. Thanks🙏
@goodtimeswerehad
@goodtimeswerehad 7 күн бұрын
A great video. I enjoyed learning about your workflow idea to generate these new icons. The game is looking really lovely now, great job sir!
@Joern290
@Joern290 26 күн бұрын
Love the icons! So clever how you have them generated. Cannot wait to see what kind of cool tool modefications you will come up with. 😊
@ooRobertoo
@ooRobertoo 14 күн бұрын
very nice! A good idea for your selling effect. When the coins float to the top left corner to add to your balance, make the balance add up portions of what you sold while the animation is playing. So it looks like the individual coins matter. Example: You have 2000 in ur balance. You sell products worth 1000. The animation for the coins take 3 seconds. 1000 / (3 sec * 2) = 152 coins This means you update ur balance every 0,5 seconds with 152 coins while the animation is playing.
@GamesBySaul
@GamesBySaul 26 күн бұрын
I think this has been one of my favourite updates! Procedural generation is such interesting technology and I think the way you use it is great!
@MaXx0r_
@MaXx0r_ 21 күн бұрын
Your work is very inspiring! Please keep sharing the progress, I'm sure it'll will help alot of people.
@Daywalkr
@Daywalkr 26 күн бұрын
Lol I kinda love how ridiculous the upgrades look visually - it's fun. Liek the watering can just going off the rails just I think would make it satisfying to upgrade.
@cool.guy.
@cool.guy. 25 күн бұрын
This video made me really nostalgic of the time I used to watch your old OpenGL + Java tutorials, ha… good times I’ve come a long way since then
@rungeon83
@rungeon83 25 күн бұрын
I really loved this episode, as someone who mostly ended up being a software tools programmer, this is fantastic to watch your process! I really liked how you solved the position/size issue! Looking forward to the next one!
@benpope10
@benpope10 26 күн бұрын
Love the progress on the procedural icons! I was wondering how you were going to make all the parts fit together nicely after each upgrade, I’m glad you explained that. Keep up the good work, the game is looking better and better each devlog!
@marcely1199
@marcely1199 26 күн бұрын
I didn't notice you switching to Intellij. You were always the last warrior to use Eclipse for me😀
@morbuskobold4233
@morbuskobold4233 3 күн бұрын
Intellij is such an awesome IDE. Way worth switching to nowadays.
@pterafier
@pterafier 26 күн бұрын
I love this series so much. You were the first dev I watched and now I make games :D thanks dude!
@hensou
@hensou 22 күн бұрын
That was amazing! Loved the way you used procedural generation, seeing this makes me want to jump into game dev as well.
@progress_games
@progress_games 26 күн бұрын
I always look forward to these devlogs! Something about your workflow is just so chill and organised in a way that mine probably never will be. Keep it up :)
@Skeffles
@Skeffles 15 күн бұрын
Fantastic to see the icons. It's so cool how you're able to generate them like that.
@paulturner7988
@paulturner7988 26 күн бұрын
That icon system is genuinely awesome!! Love it! 🤩
@codehawkfalcon
@codehawkfalcon 26 күн бұрын
That night to day transition was flawless
@NitramiuZ
@NitramiuZ 24 күн бұрын
I get envious seeing you being able to change rendering style, press one button, and get updated icons. Such a cool and impressive system!
@pfannkuchengesicht42
@pfannkuchengesicht42 26 күн бұрын
Throughout the video I was thinking "but have you considered X?" a couple of times and every time I was relieved to find out a couple moments later: yes, you did. I like how well thought through this system turned out to be!
@GamerMickey87
@GamerMickey87 26 күн бұрын
This looks so cute! I can't wait to play it. By the way, as a feature suggestion, maybe people just walking in the market area would bring life to the game and it wouldn't look so static. In the farm I get that it's just you and it's the chill place, but in the town where the shops are, you would expect to see other people.
@ThinMatrix
@ThinMatrix 26 күн бұрын
Thanks you! And yes, I definitely want to add people to the town soon :)
@lucbloom
@lucbloom 26 күн бұрын
Upgrade 4: bulge Upgrade 5: slightly more shaded bulge Upgrade 6: 2 bulges. Don’t sweat the minimal change. It’s the effect we’re after! Visual impressiveness is a bonus! Ask old Facebook games what lengths we go through to get a pixel in gfx change.
@warmightydevlog
@warmightydevlog 26 күн бұрын
Great idea, i was intending to make some upgradable in my game but got scared of make hand craft combinations, your video gave a good inspiration.
@holly_hacker
@holly_hacker 26 күн бұрын
Those icons looks amazing, it's really surprising how much it does for how polished/ready the game looks
@drewdt3445
@drewdt3445 26 күн бұрын
Great devlog! This and the UI updates have made the game feel a lot more polished. Excited to see what comes next!
@ThinMatrix
@ThinMatrix 26 күн бұрын
Thanks!
@MrOmega-cz9yo
@MrOmega-cz9yo 24 күн бұрын
Another nice video. Thanks for sharing ThinMatrix!
@vyzymz
@vyzymz 25 күн бұрын
i admire your workflow. so disciplined.
@andygeers
@andygeers 26 күн бұрын
Your videos are always delightful but this was next level- really fun looking project and great to get that little glimpse into the technical challenges behind it. And congrats on your night to day transition in the vid- you nailed that one!
@VirtuallyRetro
@VirtuallyRetro 26 күн бұрын
Very nice. I love the new UI and Icons..
@SaraTalefe
@SaraTalefe 23 күн бұрын
UI revamp looking amaziiiiing! great job 👏
@msgarts6476
@msgarts6476 26 күн бұрын
wow, loved the way u solve these problems, keep growing , keep uploading
@TheEnthusiasticCoder
@TheEnthusiasticCoder 25 күн бұрын
Another great video by ThinMatrix, keep up the great work!
@ElianeGameDev
@ElianeGameDev 26 күн бұрын
That was so cool! I'm impressed by your capacity to design such complex systems and to explain it so well to us :)
@ThinMatrix
@ThinMatrix 26 күн бұрын
Thank you :)
@Datdus92
@Datdus92 26 күн бұрын
The icons look great!!
@CurtisDoesADig
@CurtisDoesADig 24 күн бұрын
This is coming along insanely well! Congrats!
@ThinMatrix
@ThinMatrix 24 күн бұрын
Thank you!
@dandymcgee
@dandymcgee 26 күн бұрын
The icons are awesome, great work! Thanks for sharing. :)
@FM-kl7oc
@FM-kl7oc 23 күн бұрын
16:02 Me: "I'm totally not compensating for anything."
@kanebrady2228
@kanebrady2228 26 күн бұрын
you are a straight up inspiration to those of us who are lowley part time hobbyist devs, always wait for your vids with anticipation - great job!
@akalex770
@akalex770 26 күн бұрын
Youre saving my day with this video right now.
@b-vance
@b-vance 25 күн бұрын
Very nice! Very peaceful vibes as always. 🌱
@jamesbaconreid
@jamesbaconreid 26 күн бұрын
wow you've come a long way, awesome work. these icons look great. and the post processing too! :)
@ThinMatrix
@ThinMatrix 26 күн бұрын
Thank you!
@Jplaysterraria
@Jplaysterraria 26 күн бұрын
Having the lowest tier items be a "joke" would be fun (e.g. the lvl0 spade is just a spoon)
@Keimoj
@Keimoj 26 күн бұрын
"Diggy bit" is my new favorite for spade :D love the content, both digital and irl planting!
@360McCarthy
@360McCarthy 26 күн бұрын
This is an awesome feature, I'd be interested in seeing where else you may find an opportunity to use procedural generation in the game! Keep it up can't wait to play 😊
@LiamKarlMitchell
@LiamKarlMitchell 25 күн бұрын
Looking great!
@wolfieboy09
@wolfieboy09 10 күн бұрын
This is the evry video that got me into Java game development, thank you for getting me into it :D
@CESTLEDU
@CESTLEDU 25 күн бұрын
I love how crazy the watering can gets after a few upgrades 😂 Also I'm very impressed by your icon generator it looks great!
@interested3791
@interested3791 26 күн бұрын
Dude I love this... you can check, I don't even comment that often, but those upgrade procedural generations were top-grade!
@ThinMatrix
@ThinMatrix 26 күн бұрын
Thank you!
@alexeyl22
@alexeyl22 23 күн бұрын
Awesome work!
@Hoody803
@Hoody803 25 күн бұрын
This is great! You don't need to change the icon after every upgrade click. Doing so might lead to a constant need for new designs, potentially diminishing the impact of upgrades. However, having occasional model changes occurring with every few "upgrade bars" could also keep the player intrigued, wondering if any visual changes will appear with the next click or later, while still providing the sense of progression you mentioned. Good job!
@KarimHamdallah-gc2el
@KarimHamdallah-gc2el 10 күн бұрын
Amazing work 💚
@lukesnyder4183
@lukesnyder4183 21 күн бұрын
Honestly, I could see that little icon generation program being something useful to release on its own. Really nice stuff!
@masterloic7180
@masterloic7180 26 күн бұрын
Love your work !
@DinoStudio901
@DinoStudio901 11 күн бұрын
Loving this game keep up the good work
@xheptc9612
@xheptc9612 25 күн бұрын
You should do a Upgrade type "Reach" for the shovel, which increases the length of the shovel for further reach
@catnapsandramen9435
@catnapsandramen9435 25 күн бұрын
Spelling Colors as Colours is crazy to me LOL. Can't wait for this to come out!
@halfgrape8696
@halfgrape8696 26 күн бұрын
I like how he's actually showing development footage. Other devlogs I watch only show the result for what they built without much of the process.
@evanrobison567
@evanrobison567 25 күн бұрын
The procedural icon system is absolutely brilliant!!
@FarSam25
@FarSam25 24 күн бұрын
I'm addicted to your Devlogs please don't stop 😁🙌
@qexat
@qexat 26 күн бұрын
the upgrade system is so neat
@ajyauchler7678
@ajyauchler7678 17 күн бұрын
I can imagine the frustration a decompiler or someone trying to find the asset for the in-game icons in a future release, just to find out they're all custom rendered hah
@kaaf9840
@kaaf9840 26 күн бұрын
Make the icons spin when selecting/viewing its stats, I think this would make it pop a bit 😄
@LeBogo
@LeBogo 26 күн бұрын
Ohhh yes! I was waiting for this!
@LeBogo
@LeBogo 26 күн бұрын
This was probably already available for patrons, right? I don't check it that often 😅
@ThinMatrix
@ThinMatrix 26 күн бұрын
Not this time - I just finished editing it a few minutes ago :P It's only when I finish the video before the planned upload date that I share it early with the patreon supporters.
@leocrabe2253
@leocrabe2253 26 күн бұрын
I love the watering can upgrades
@NoVIcE_Source
@NoVIcE_Source 26 күн бұрын
this is awesome!
@bonnwolff1890
@bonnwolff1890 25 күн бұрын
I hope that you keep the crooked stick upgrade as an inside joke for us dev log watchers!
@Matojeje
@Matojeje 26 күн бұрын
This reminds me so much of the monkey icons / models in Bloons TD 6, which also change when upgraded!
@BasicRBX
@BasicRBX 26 күн бұрын
always a good day when ThinMatrix uploads!
@joeldesante
@joeldesante 26 күн бұрын
This game would be an awesome mobile game. The mobile space needs more high quality games like this one. Please consider releasing it on mobile!
@wilk1nson277
@wilk1nson277 25 күн бұрын
the transition at 3:30 was so satisfying
@kylemason01
@kylemason01 26 күн бұрын
Great work as always! For the watering can upgrades, why not make the watering can shorter to begin with, so half height and then get taller and wider as you upgrade(ie more capacity). Would give you more "room" haha to play with. Also what about borrowing the curved handle idea from your spades in the watering cans, so you get curved spouts as well.
@floral1474
@floral1474 26 күн бұрын
Nice transitions!
@Avandale0
@Avandale0 26 күн бұрын
Amazing work as always :) I just want to mention that the icons are generated programmatically, and not procedurally (procedural generation usually involves randomness, and it seems like everything is predetermined). But I love the approach, and you're definitely saving yourself a massive amount of time in the long run !
@Nick_Cutin
@Nick_Cutin 6 күн бұрын
Hey! I don't know if you'll read this as it's already 2 weeks since it was published but I'm really interested in this game and this series, hoping you will keep it up (of course no pressure)! I have an idea that may work as it may not: for the shop instead of using the icon keep the 3d model of the tools and let the player rotate horizontally to make it feel more real, the icon are still in the hotbar so the (amazing!) work you already done will not be lost
@Ferdii256
@Ferdii256 26 күн бұрын
It's looking so lovely! 🥕
@simoncodrington
@simoncodrington 25 күн бұрын
When you're upgrading your tools, it would be good if the "stats" icons e.g. capacity, area, speed etc ALSO upgraded, since there's only a few of those stats you could make little images with the capacity growing or the area icon getting more filled in etc. Little things like that are nice
@Maetschll
@Maetschll 26 күн бұрын
What a good video!
@lucbloom
@lucbloom 26 күн бұрын
You could add some extra space around the borders for low-tier items, so it’s more obvious they get larger.
@InvaderMik
@InvaderMik 17 күн бұрын
I love your office! Could you make a video on how you care for all those plants / what kind they are? (And the desk! What a great desk. I want one!)
@MartinHanrez
@MartinHanrez 25 күн бұрын
Love the whole series, your approach,… I am just a bit not sure about the look and feel of the upgrade as if the whole game goes into that more and more fancier look it would meant that in the more advance game you will only have strange and fantasy tools, colors,… and there is a huge risk the game will feel less cosy/warm/natural than the actual look of the game that have that super peaceful vibe. I would prefer to stay with more natural colors and nature friendly look for those upgrade and I am already super happy to have more subtle visual changes but that stay in this cosy farm look you manage to keep :) Again, I love your work and I can’t wait to play this game to take a deep breath after some stressful days at work !
@ThinMatrix
@ThinMatrix 25 күн бұрын
I totally agree! I don't really want them to get too fantasy looking and that was mainly because I was just trying to quickly come up with some examples for the video. I've been working on more models for the other tools today and I'm getting better at making each upgrade a small subtle change, so that the higher tiers don't look too crazy while still looking more impressive than the lower tiers.
@MartinHanrez
@MartinHanrez 25 күн бұрын
@@ThinMatrix Awesome ! :D As an art director myself I really really love the art you develop on this project so I can't be happier to read that :) Thanks for the answer and have a nice day !
@zerosypher0114
@zerosypher0114 26 күн бұрын
Very cool idea.
@assafcohen3173
@assafcohen3173 24 күн бұрын
Really nice update and great work! Coming up with 10 different upgrade graphics is really hard and as you mentioned - at some point it starts looking a bit off. Maybe consider the following: during the first X upgrades you get to see a physical upgrade, just like you showed in the video. However, after X number of upgrades the item doesn't change anymore physically but you add a "basic" --> "magic" --> "rare" --> "unique" --> "epic" type of upgrades? Obviously you don't have to use these names, it can be a star system where just like with army ranks every upgrade promotes the item. This way you don't have to come up with unrealistic physical designs and the player still gets to experience an upgrade rush.
@gower1973
@gower1973 26 күн бұрын
Wow this guy is going all in, most people would just download an icon pack and be done with it, but he procedurally generates his own 👍
@Oeuvre-Bramon
@Oeuvre-Bramon 15 күн бұрын
And he's not using a game engine. So even bigger props to him
@LiorAmram
@LiorAmram 24 күн бұрын
If you could add the option to hire little farmers who can help with some tasks on the farm, it would be nice to have them assist and divide the workload.
@maxsomers1992
@maxsomers1992 25 күн бұрын
you should make something with starting plants in little germinating trays. these plants would be super high maintenance and you could have a feature where you'd like sprinkle the seeds into the pods and then there would be issues like overcrowding with the seedlings making the soil too wet or too dry and stuff like that. just an idea
Optimizing my Game so it Runs on a Potato
19:02
Blargis
Рет қаралды 330 М.
Did I Make A Cozy Game?
4:57
SK7LL
Рет қаралды 985
顔面水槽をカラフルにしたらキモ過ぎたwwwww
00:59
はじめしゃちょー(hajime)
Рет қаралды 37 МЛН
🍟Best French Fries Homemade #cooking #shorts
00:42
BANKII
Рет қаралды 19 МЛН
Can You Draw The PERFECT Circle?
00:57
Stokes Twins
Рет қаралды 96 МЛН
Dear Game Developers, Stop Messing This Up!
22:19
Jonas Tyroller
Рет қаралды 675 М.
Better Mountain Generators That Aren't Perlin Noise or Erosion
18:09
Josh's Channel
Рет қаралды 268 М.
Blazingly Fast Greedy Mesher - Voxel Engine Optimizations
23:35
How a Playtest Changed my Game Forever
9:39
Bobsi
Рет қаралды 10 М.
NEW Minimalist Automation Game!! - Beltmatic - Factory Base Builder
36:36
When Optimisations Work, But for the Wrong Reasons
22:19
SimonDev
Рет қаралды 784 М.
Devlog - I Invented the Card Game of the Future
10:21
myre
Рет қаралды 113 М.
Mirrors, Every Way You Can Make Them In A Video Game
8:14
Code It All
Рет қаралды 8 М.
I Optimised My Game Engine Up To 12000 FPS
11:58
Vercidium
Рет қаралды 481 М.
Do You Want The Baby Frog To Get The Food? #shorts
0:46
ZolphiusFun
Рет қаралды 25 МЛН
Please Help Steve In Lava Pit Challenge
0:31
ToonToon Daily
Рет қаралды 10 МЛН
Cars VS King Kong 🚗 | BeamNG.drive #shorts
0:57
DriveTrickX
Рет қаралды 68 МЛН
Как он смог забить гол
0:59
Garga
Рет қаралды 1,2 МЛН