🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Hello everyone! The first part of a whole new chapter in game engine programming is here! Enjoy :)

Published November 19, 2020
Advertisement

Welcome to this new episode in which we'll start setting up things to run the game in stand-alone mode. First we'll add new methods to the Visual Studio class that we can call to run the game in either the debug or stand-alone mode (and also stop the game). Then we'll add a WinMain() function that will be the entry point of our game, and finally write the content of the game project in a binary format so the application can read it and create the entities in the scene.

(Red Episode)

Support Game Engine Series: https://patreon.com/gameengineseries

Discord: https://discord.gg/75ZmXwz

by Arash Khatami

-------------------------------------------------------------

#PrimalEngine #GameEngineSeries #GameEngineProgramming #TheGameEngineProgrammingSeries

0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement