Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oamldev/oamlGodotModule

oaml module for godot engine
https://github.com/oamldev/oamlGodotModule

Last synced: 6 days ago
JSON representation

oaml module for godot engine

Awesome Lists containing this project

README

        

[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)

# oamlGodotModule
Open Adaptive Music Library module for godot engine

For info on oaml check out [https://github.com/oamldev/oaml](https://github.com/oamldev/oaml)

### Usage

Clone the repository inside your godot/modules dir:

```
cd godot
cd modules
git clone --recursive https://github.com/oamldev/oamlGodotModule
```

Now rebuild godot and then you can use the module inside a gdscript, check [oamlGodotDemo](https://github.com/oamldev/oamlGodotDemo) for an example.