Home » Science & Technology » Create new project - Amethyst game engine basics #2

Create new project - Amethyst game engine basics #2

Written By Andrea Catania on Saturday, Jul 06, 2019 | 03:30 AM

 
#Amethyst #gamedev In this second video of the series dedicated to Amethyst Game Engine, I'm going trough the creation of the main.rs file. The main file is the starting point of most application and Amethyst is not an exception. In the video I'll present the Logger, the GameDataBuilder, the Dispatcher, the render graph, the application and the Game State. Also I'll show how to bind a System, and a thread local system. You can find the code written in the video here: https://github.com/AndreaCatania/amt_tests/tree/master/yt Feel free to ask me a question by leaving a comment, I'll be happy to answer it if possible. Andrea Catania's links: Web: http://www.andreacatania.com Github: https://github.com/AndreaCatania Twitter: https://twitter.com/_AndreaCatania Twitch: https://www.twitch.tv/andreacatania