AI Features

Project Layout

Let's learn how to structure our project.

To build any project, we should start with a clear understanding of what logical targets are going to be created in it. In this case, we'll follow the structure shown in the following figure:

A structure of logical targets
A structure of logical targets

Let's explore the structure by following the build order. First, we'll compile calc_obj ...

Ask