Git Product home page Git Product logo

gdkextension's Introduction

GameMaker Studio 2 - GDK Extension

An Extension for GameMaker Studio 2 (GMS2) that gives GMS2 Windows Target support for the GDK allowing them to be released on the Microsoft Store and use XBox Live functionality (for those developers that have access through id@xbox, see this link for more information on id@xbox).

For more information on how to use the GDK Extension check our tech blog and for extra details on configuring the Partner Center check out our zendesk article.

NOTE: Only Windows x64 Target is supported by the GDK, ensure that your GMS2 project has the x64 option selected in Options โ†’ Windows โ†’ General

Table Of Contents


Contents of this repository

This repository contains the source code for the DLL that implements the GDK functionality that is exposed to GameMaker games, it is written in C++. It also contains an example GMS2 project that contains the extension definition and illustrates how to use the extension.


Building this Extension

  1. Install VS2019 - see https://visualstudio.microsoft.com/downloads/
  2. Install GDK - see https://github.com/microsoft/GDK/releases/tag/October_2021_Republish
  3. Install CMAKE - see https://cmake.org/download/
  4. Clone this repository (NOTE: This repository has submodules)
  5. Open the Visual Studio 2019
  6. Open the Solution in DLL/GDKExtension.sln
  7. Go to (Project Properties --> C/C++ -> General -> Additional Include Directories) and add the path: C:\ProgramData\GameMakerStudio2\Cache\runtimes\<current-runtime>\yyc\include\ (may be different in you system)
  8. Select the Debug|Gaming.Desktop.x64 or Release|Gaming.Desktop.x64
  9. Build

NOTE: Output from this build will be copied into the GMS2 GDK project


Running the GMS2 Project

Open the GMS2 Project in this repository from GDK_Project_GMS2/GDK_Project_GMS2.yyp file.


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 for the implemented features.


gdkextension's People

Contributors

yoyo-danielc avatar diasfranciscoa avatar rwkay avatar yymrennie avatar jackerley avatar prazon avatar iampremo avatar timg22ct avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.