Compare commits
7 Commits
9ef1455170
...
master
Author | SHA1 | Date | |
---|---|---|---|
e51cd86e10
|
|||
823b929b7b | |||
1e6a5f0354 | |||
c8bcf99827
|
|||
d8f6af2001
|
|||
b4e1fba1c6
|
|||
406e0f52e9
|
13
README.org
Normal file
13
README.org
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
#+title: GDExtension Template
|
||||||
|
|
||||||
|
This repository contains the basic building block to start width GDExtension. Contains a build folder width a bash script to compile. Requires scons to build gdextension, bear to create the compilation database, gcc to build for linux, mingw-gcc to build for windows and a working NDK to build for android.
|
||||||
|
|
||||||
|
Build script usage:
|
||||||
|
#+BEGIN_SRC bash
|
||||||
|
build/build.sh
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
|
To get all the options and an explanation use
|
||||||
|
#+BEGIN_SRC bash
|
||||||
|
build/build.sh -h
|
||||||
|
#+END_SRC
|
Submodule gdextension/godot-cpp updated: d12cf071bb...98c143a483
@ -10,7 +10,7 @@ config_version=5
|
|||||||
|
|
||||||
[application]
|
[application]
|
||||||
|
|
||||||
config/name="TestGDExtension"
|
config/name="GDExtensionTemplate"
|
||||||
run/main_scene="res://TestGDExtension.tscn"
|
run/main_scene="res://TestGDExtension.tscn"
|
||||||
config/features=PackedStringArray("4.1", "Forward Plus")
|
config/features=PackedStringArray("4.1", "Forward Plus")
|
||||||
config/icon="res://icon.svg"
|
config/icon="res://icon.svg"
|
||||||
|
Reference in New Issue
Block a user