Is your feature request related to a problem? Please describe.
I propose creating/documenting how to create a small sample program that demonstrates basic game mechanics, that links to cpp-engine.
Describe the solution you'd like
The sample should include how to:
- Create a new project that links to cpp-engine,
- How to set up a project's main function to invoke and start the cpp-engine.
- How to create a simple starting scene that the engine runs
- How to add new mechanics to the simple starting scene.
Describe alternatives you've considered
N/A
Additional context
Currently there is a cpp-engine-game alongside cpp-engine, however this is intended to be more of a complete game rather than a demonstrative piece like is being proposed here. It's arguable that cpp-engine-game should be a separate repository altogether.
Is your feature request related to a problem? Please describe.
I propose creating/documenting how to create a small sample program that demonstrates basic game mechanics, that links to cpp-engine.
Describe the solution you'd like
The sample should include how to:
Describe alternatives you've considered
N/A
Additional context
Currently there is a cpp-engine-game alongside cpp-engine, however this is intended to be more of a complete game rather than a demonstrative piece like is being proposed here. It's arguable that cpp-engine-game should be a separate repository altogether.