react-godot

Load a webassembly build of the Godot engine and Bootstrap packed games from within the react component tree

Usage no npm install needed!

<script type="module">
  import reactGodot from 'https://cdn.skypack.dev/react-godot';
</script>

README

react-godot

Load a webassembly build of the Godot engine and Bootstrap packed games from within the react component tree

NPM JavaScript Style Guide

Install

npm install --save react-godot

Usage

import * as React from 'react'

import MyComponent from 'react-godot'

class Example extends React.Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © d3dc