
No-engine gamedev using Odin + Raylib | Karl Zylinski
Apr 28, 2025 · Games can be made in many different ways. Many games are made using big, general purpose game engines such as Unity and Godot. I enjoy using the Odin Programming …
Examples/tutorials of creating a game from scratch (no engine) with C++?
I don't get at all how making a game works other than just a console with text input, so I'm looking for step-by-step examples/tutorials that program something assuming knowledge of basic C++ …
Game From Scratch C++ Edition The Introduction
Aug 26, 2011 · Using C++ without objects is like using a hammer only as a nail extraction tool; while functional you are entirely missing the point of the tool. One last thing that many new …
Making a game with no game engine - The Wizard's Apprentice
Aug 22, 2022 · In my previous post, I mentioned that I have recently started making a simple game without an engine, using only C++ and the SDL library. For a quick refresher, here are …
The Power of C++ and SDL: Making a Game Without an Engine
Sep 26, 2023 · Using C++ and SDL for game development provides you the chance to exercise maximum control over the hardware and the game loop, allowing for highly optimized code. It …
Writing a 3D game engine without Unity like it's 1995 again
I've decided to learn how to write 3D games from scratch. Can an ancient mystical book help me? #RETROGAMING #gamedevelopment #3D #DOSEMBER #ciciplusplus...more
I want to make a game without an engine - GameDev.net
Dec 23, 2019 · If you write only one type of game the "engine" is larger than when you want to write "any game" with the same engine. I solved this by thinking of the engine as a collection …
Any benefits of develop a game without engine? : r/gamedev - Reddit
A good idea would be to try to use the game engine as a renderer (and input & audio handler) only, and write all backend game logic (including stuff like physics) from scratch using a …
C++ for Game Development: A Complete Guide - GeeksforGeeks
Apr 28, 2025 · C++ is like a magical tool for game development as it offers the power to craft graphics and mechanics. Whether you aim for a blockbuster game like "Counter-Strike" or an …
Creating a simple Game without using a Commercial Game Engine.
Dec 30, 2023 · In this article, I will be using c++ and SFML to build the game so it would be better to have the following as pre requisites. Before delving into making our game, lets talk a bit …
- Some results have been removed