Create a cube using extrusion, starting from a single vertex
Create a program which generates chair variations based on a random seed.
For seeds [0-10] the back is not generated. for seeds [11-20] the back is generated. The random seed just works out that way and it's not a bug.
Create a complex airplane mesh, with fuselage, wings, vertical and horizontal stabilizers.
Create a donut, with frosting and sprinkles.
> git clone https://github.com/lsimic/AobaExamples.git
> cd AobaExamples
> git submodule update --init
> git submodule update --remote
Tested with Visual Studio Community 2019, open and build as any other CMake project
> cd out
> cmake ..
> make