Skip to content
Snippets Groups Projects
Commit 9f5e1c75 authored by Florent Berthaut's avatar Florent Berthaut
Browse files

Updated readme

parent 1e366750
No related branches found
No related tags found
No related merge requests found
......@@ -2,14 +2,14 @@
gdpd is a Godot add-on for loading and processing Pure Data patches.
# Using
# Using gdpd
In a script,
1. Initalize gdpd
1. Initialize gdpd
```python
onready var gdpd = load("res://addons/gdpd/bin/gdpd.gdns").new()
onready var _gdpd = load("res://addons/gdpd/bin/gdpd.gdns").new()
```
2. Initialize the audio inputs and outputs
......@@ -62,7 +62,7 @@ func _process :
For a full working example, open the Godot project in the demo folder.
# Compiling
# Compiling gdpd
## Compiling for GNU/Linux
......@@ -85,9 +85,12 @@ For a full working example, open the Godot project in the demo folder.
## Compiling for Mac OSX
todo
## Compiling for Android (/ Oculus Quest)
## Compiling for Android (/Quest)
todo
## Compiling for the Web
todo
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment