https://github.com/cemalgnlts/jstogd
Compile JavaScript to GDScript for Godot
https://github.com/cemalgnlts/jstogd
Last synced: about 2 months ago
JSON representation
Compile JavaScript to GDScript for Godot
- Host: GitHub
- URL: https://github.com/cemalgnlts/jstogd
- Owner: cemalgnlts
- License: mit
- Created: 2024-04-18T17:42:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-18T20:46:26.000Z (about 1 year ago)
- Last Synced: 2025-01-14T07:48:00.860Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JavaScript to GDScript
Compile JavaScript to GDScript for Godot.
## Demo
```html
jsToGd.transpileString(`export default class extends Node2D {
constructor() {
}
}`);```