https://github.com/d3dc/react-godot
A React Component to asynchronously load the Godot Engine and bootstrap a .pck
https://github.com/d3dc/react-godot
Last synced: 4 months ago
JSON representation
A React Component to asynchronously load the Godot Engine and bootstrap a .pck
- Host: GitHub
- URL: https://github.com/d3dc/react-godot
- Owner: d3dc
- Created: 2018-06-02T00:35:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T21:45:43.000Z (10 months ago)
- Last Synced: 2025-01-07T05:14:33.375Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 5.13 MB
- Stars: 59
- Watchers: 6
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-godot
> Load a webassembly build of the Godot engine and Bootstrap packed games from within the react component tree
[](https://www.npmjs.com/package/react-godot) [](https://standardjs.com)
## Install
```bash
npm install --save react-godot
```## Usage
```tsx
import * as React from 'react'import ReactGodot from 'react-godot'
class Example extends React.Component {
render () {
return (
)
}
}
```## License
MIT © [d3dc](https://github.com/d3dc)