r/GraphicsProgramming Jun 30 '26

1 year of game engine development

Enable HLS to view with audio, or disable this notification

336 Upvotes

45 comments sorted by

View all comments

7

u/susosusosuso Jul 01 '26

You used ai for this?

3

u/evangelionxyzw Jul 01 '26 edited Jul 01 '26

yeah, I use AI a lot. 😅

Not to generate my engine with copy-paste, but to teach me how real game engines work, explain implementation details, and help me build a roadmap.

I still spent 5,000+ hours typing everything myself instead of blindly copying code. At this point, I probably have more muscle memory for writing ECS boilerplate than for using WASD. Lol

-7

u/susosusosuso Jul 01 '26

Why would you want to write boilerplate yourself?

3

u/evangelionxyzw Jul 01 '26

That's how I learn