Tutorials¶
Warning
This section is still under construction, everything is subject to change and might be out of date!
Step-by-step guides to learn Portal Engine from the ground up.
Each tutorial builds on the previous one. Start with the first and work your way through.
Learning Path¶
# |
Tutorial |
Time |
What You’ll Learn |
|---|---|---|---|
1 |
15 min |
Application setup, window creation, input polling |
|
2 |
30 min |
Renderer initialization, clearing, draw commands |
|
3 |
30 min |
Nodes, transforms, parent-child relationships |
|
4 |
45 min |
Shader loading, materials, pipelines |
|
5 |
60 min |
Putting it all together |
Prerequisites¶
Before starting, make sure you have:
Completed the Installation
Basic C++ knowledge (classes, templates, lambdas)
After the Tutorials¶
Once you’ve completed the tutorials, explore:
How-To Guides — Task-oriented recipes
Concepts — Deep-dive explanations
API Reference — Complete API docs