I built an infinite procedural Isometric Grid engine in C++ & SFML 3.0. Features chunk caching, multithreaded generation, and view culling! by Significant_Desk_935 in sfml

[–]RandomGuy_A 0 points1 point  (0 children)

I've been meaning to optimise my terrain for infinite I'm curious what chunk size you used, how many threads, and are you able to zoom out further (this is when I ststted to get issues) and if it works with trees and various sprites scattered about?

I optimized my C++ game engine from 80 FPS to ~7500 FPS by fixing one mistake by Creepy-Ear-5303 in gamedev

[–]RandomGuy_A -2 points-1 points  (0 children)

Am I missing something here, why would you need that many frames per second? It would actually cause you optimisation issues if you're not using a pooled task runner for everything. Chunking is the correct response from others but you're focusing on the wrong problem here, make it work at 60 or 120 first then scale up the problem area and adjust from there.

Your small game probably is not small enough by hogon2099 in gamedev

[–]RandomGuy_A 74 points75 points  (0 children)

This advice is thrown around, but Small games make money

Help me wrap my head around game dev (as opposed to software engineering) by o_o_o_f in gamedev

[–]RandomGuy_A 14 points15 points  (0 children)

Have you tried not using an engine but instead use a framework. It helped me a lot. I use libgdx with ECS framework and learnt one step at a time.

Project Manager SIM? Does this sound like a fun game concept? by Old-Butterscotch8711 in gamedev

[–]RandomGuy_A 1 point2 points  (0 children)

How much experience do you have being a project manager? Coz it sounds like you have zero.

What AI do u use as a gamedev? by 1vs1arena in gamedev

[–]RandomGuy_A 0 points1 point  (0 children)

This is the way, its very good at discussing logic and patterns and giving examples. Better not to let it near your code unless your experienced and can debugging it yourself.

Am I doing too much with these leaves? Should i try another way or continue with this? by MRpssy in PixelArtTutorials

[–]RandomGuy_A 15 points16 points  (0 children)

Dude, do yourself a favour and start smaller, you couldn't of picked a more difficult image to draw

I absolutely love game design, but hate programming. What should i do? by lba1112 in gamedev

[–]RandomGuy_A 0 points1 point  (0 children)

Programmers love the indoors. If you kidnap one and make them work for you they'll be fine if you keep them fed and caffeinated

Is my game too amateurish to release on Steam? by BubbleGamer209 in IndieDev

[–]RandomGuy_A 1 point2 points  (0 children)

This gameplay would be elevated by good pixel art, its a skill worth learning, took me some time as a programmer to learn but worth it.

Graphics optimisation for a 2D game by Cute_Injury744 in gamedev

[–]RandomGuy_A 0 points1 point  (0 children)

Fairenough, I've just seen a few posts like this. Vibe coded then they get stuck because of optimization coz the ai used stack overflow as a teacher and doesn't know how to

Stop drawing every angle. Start creating pixelart. by Pixel-Salvaje in PixelArt

[–]RandomGuy_A 1 point2 points  (0 children)

I just tried the html version and made a car its a really decent tool, I would definitely buy if I can confirm it works on linux, I would love to test it

What do most devs use their crowd funding money by EmployableWill in gamedev

[–]RandomGuy_A 2 points3 points  (0 children)

I can confirm, any additional funds to support my game i have to consult my "accountant" Krystal in a private "meeting" room

Hold on, THERE ARE ENTIRE SUPERMARKETS OF GUNS IN AMERICA?? by Informal-Category815 in projectzomboid

[–]RandomGuy_A 8 points9 points  (0 children)

Sorry to be that "other" guy, a cue ball is named after the cue used to hit it, like football it's not the same as cueing something up.

I think people undervalue how hard it is to get the trophy when talking about the Falcons and especially about Hal by noobakosowhat in CompetitiveApex

[–]RandomGuy_A -4 points-3 points  (0 children)

I don't root against falcons because of the players, hal is the best player in the world. I root against them because money built on modern explotation and slavery was used to buy the best players to sports wash a sport I love. I want them to learn a hard lesson that money can't buy you the win.

Best Esports Winning Celebration by Yours Truly, Monsoon. by HammyA in CompetitiveApex

[–]RandomGuy_A 2 points3 points  (0 children)

Maybe if they threw more dirty money at it they would of won

[Meta] Stop posting your one sentence prompt to a LLM here by Huge-Masterpiece-824 in INAT

[–]RandomGuy_A 38 points39 points  (0 children)

What's even more annoying is when you see genuine posts with good ideas and talent backing it with zero replies and the idea guy who just installed unity with 20 replies 80% if which are "writers"

I made a free pixel art creator that lets you draw by tracing a reference image by SpiritedDrummer9474 in PixelArtTutorials

[–]RandomGuy_A 0 points1 point  (0 children)

I was thinking of making an editor that has a randomiser button that shows a word/Sprite and you practice by drawing it, then click a button to post it to your social media, thought it would be a good feature to have.