/GMEXT-Bluetooth

Repository for GameMaker's Bluetooth Extension

Primary LanguageHTMLApache License 2.0Apache-2.0

GMEXT-Bluetooth

Repository for GameMaker's Bluetooth Extension

This repository was created with the intent of presenting users with the latest version available of the extension (even previous to marketplace updates) and also provide a way for the community to contribute with bug fixes and feature implementation.

This extension will work on Windows (10 and later, needs winrt), macOS, iOS and Android.

VISUAL STUDIO SOURCE: source/Bluetooth_vs/

XCODE SOURCE: source/Bluetooth_xcode/

ANDROID SOURCE: source/Bluetooth_gml/extensions/Bluetooth/AndroidSource/Java

IOS SOURCE: source/Bluetooth_gml/extensions/Bluetooth/iOSSource

After compilation the exported dll/dylib file is automatically copied into the extension folder inside the included GameMaker project folder.

Requirements

In order to compile and use the extension on Windows you will need Windows 10 (or newer) with WinRT installed.

Documentation

We provide both a PDF version of the documentation included with the extension and inside the demo project (datafiles) and a fully converted version to the Github Wiki format (the latter will be the most up-to-date version, the other will follow shortly after). If there are any PR requests with new feature implementation please make sure you also provide the documentation (inside docs folder) for the implemented features.