Files
WickedEngine/Samples/Template_Linux
Dennis Brakhane b0390c1f44 require cmake 3.19
We use features that aren't supported before that
2025-03-11 14:20:49 +01:00
..
2025-03-11 14:20:49 +01:00
2024-09-12 08:49:00 +02:00
2024-09-12 08:49:00 +02:00
2024-09-12 08:49:00 +02:00

This is a template project showing the minumum setup required to set up an application using Wicked Engine.

Contents of interest:
	- stdafx.h
		This is the precompiled header file, WickedEngine.h has been included here
	- main.cpp
		This is the windows application entry point. The MainComponent has been created here, this is the engine runtime component.
		main.SetWindow() and main.Run() functions are called here which are necessary to setting up an application.