Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMD-API

A Geode mod for working with GMD files.

Installation & Usage

Add hjfod.gmd-api into your mod dependencies:

{
    "dependencies": [
        {
            "id": "hjfod.gmd-api",
            "version": "1.4.1"
        }
    ]
}

Using the dependency works as such:

#include <hjfod.gmd-api/include/GMD.hpp>

// exporting a level
gmd::exportLevelAsGmd(level, "path/to/file.gmd");

// importing a level
auto level = gmd::importGmdAsLevel("path/to/file.gmd");

The dependency is available on all platforms!

About

user95401 touching API mod for working with GMD files in Geode

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages