An open API service indexing awesome lists of open source software.

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

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

[![NPM](https://img.shields.io/npm/v/react-godot.svg)](https://www.npmjs.com/package/react-godot) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)