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
- Host: GitHub
- URL: https://github.com/apprentice3d/forge-api-qt-client_experiments
- Owner: apprentice3d
- License: mit
- Created: 2017-03-01T20:12:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T13:44:26.000Z (about 9 years ago)
- Last Synced: 2025-04-13T10:02:23.265Z (about 1 year ago)
- Topics: autodesk-forge, qt, rest-api
- Language: C++
- Homepage: https://github.com/apprentice3d/forge-api-qt-client
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)