You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# GodotJS - JavaScript language binding for Godot game engine
1
+
# GodotJS - JavaScript language binding for Godot game engine
2
2
3
3
This module implements JavaScript/TypeScript language support for the Godot game engine using [QuickJS](https://bellard.org/quickjs/) as the JavaScript engine.
4
4
@@ -22,23 +22,28 @@ Read the [getting-started](https://geequlim.github.io/ECMAScript/getting-started
22
22
No installation or setup necessary. The binaries for download are the complete, usable Godot editor and engine with JavaScript/TypeScript language support.
23
23
24
24
### Binary downloads
25
+
25
26
Download the binaries from the [release page](https://github.com/GodotExplorer/ECMAScript/releases).
26
27
27
28
### Compiling from source
28
-
- Clone the source code of [godot](https://github.com/godotengine/godot):
# GodotJS - JavaScript language binding for Godot game engine
1
+
# GodotJS - JavaScript language binding for Godot game engine
2
2
3
3
This module implements JavaScript/TypeScript language support for the Godot game engine using [QuickJS](https://bellard.org/quickjs/) as the JavaScript engine.
4
4
@@ -15,30 +15,35 @@ This module implements JavaScript/TypeScript language support for the Godot game
15
15
16
16
### Getting started
17
17
18
-
Read the [getting-started](https://geequlim.github.io/ecmascript/getting-started).
18
+
Read the [getting-started](https://geequlim.github.io/ECMAScript/getting-started).
19
19
20
20
## Getting the engine
21
21
22
22
No installation or setup necessary. The binaries for download are the complete, usable Godot editor and engine with JavaScript/TypeScript language support.
23
23
24
24
### Binary downloads
25
+
25
26
Download the binaries from the [release page](https://github.com/GodotExplorer/ECMAScript/releases).
26
27
27
28
### Compiling from source
29
+
28
30
- Clone the source code of [godot](https://github.com/godotengine/godot):
0 commit comments