An open API service indexing awesome lists of open source software.

https://github.com/apprentice3d/forge-api-qt-client_experiments

Experimenting with Forge Qt SDK
https://github.com/apprentice3d/forge-api-qt-client_experiments

autodesk-forge qt rest-api

Last synced: about 1 month ago
JSON representation

Experimenting with Forge Qt SDK

Awesome Lists containing this project

README

          

# Forge Qt SDK

Easily integrate Forge REST APIs into your C++ application.

## Overview

This [Qt](https://www.qt.io//) based SDK enables you to easily integrate
the Forge REST APIs into your C++ application

### Requirements

* Qt 5.3 and above.
* A registered app on the Forge
Developer portal
.

### Installation

Copy the content of [src](./src) folder from this repo into your project
and reference it accordingly.

## Tutorials

Each part of this SDK is presented with a README with appropriate
tutorial content:

- [2-legged token acquiring](src/oauth)