Skip to content

Commit e9f5b3d

Browse files
authored
Update README.md
1 parent 8ff103b commit e9f5b3d

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
# max-sdk
1+
# Max-SDK
22

3-
The Traditional Max Software Development Kit contains the API (headers, source, libraries) for building external objects (plug-ins) in C for [Max](https://cycling74.com/products/max-features). It additionally includes documentation of the API and example projects using the Xcode and Visual Studio development environments.
3+
The Traditional Max Software Development Kit contains the API (headers, source, libraries) for building external objects (plug-ins) in C or C++ for [Max](https://cycling74.com/products/max-features). It additionally includes documentation of the API, example projects, and CMake scripts for generating Xcode and Visual Studio project files.
44

55
The SDK is structured as a Max package. Simply place the SDK in your `Max 8/Packages` folder to begin working.
66

7-
## c++ api
7+
The repository contains one submodule, [max-sdk-base](https://github.com/Cycling74/max-sdk-base), that provides the low-level bindings to the Max application and CMake scripts for creating your own projects.
8+
9+
## Max 8.2 SDK Update
10+
11+
With the 8.2 update several aspects of the Max-SDK were changed in order to support Apple silicon and CMake project generation. For details on this change and steps to get started with CMake please see the [8.2 update readme](https://github.com/Cycling74/max-sdk/blob/main/README-8.2-update.md).
12+
13+
## C++ API
814

915
If you are interested in using Modern C++ to write external objects, please take a look at the [Min DevKit](https://github.com/Cycling74/min-devkit).
1016

11-
## testing
17+
## Testing
1218

1319
It is highly recommended that you test your code thoroughly. One option is use the [max-test](https://github.com/Cycling74/max-test) package.
1420

15-
## support
21+
## Support
1622

1723
For support, please use the developer forums at:
1824
http://cycling74.com/forums/

0 commit comments

Comments
 (0)