Skip to content

ladnik/course05

Repository files navigation

course05

Description

Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.

Project structure

course05
├── cache
│   └── # compiled C++ bindings
├── gitlab_functions.sh # some functions for the GitLab CI
├── godot-cpp   # C++ bindings for the Godot script API 
├── project
│   ├── addons
│   │   └── # godot addons, e.g. Godot Unit Testing (GUT)
│   ├── bin
│   │   └── gdexample.gdextension
│   ├── build
│   │   └── # local build output
│   ├── cache
│   ├── export_presets.cfg  # Godot export configuration
│   ├── project.godot   # Godot project configuration
│   ├── reports
│   │   └── # results of local test runs
│   └── test
│       ├── integration
│       └── unit
├── README.md
├── SConstruct  # build file for C++
└── src
    └── # custom C++ libraries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages