Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ReactGodot from 'react-godot'

class Example extends React.Component {
  render () {
    return (
      <ReactGodot script='/path/to/myGame.js' pck='/path/to/myGame.pck' />
    )
  }
}

License

MIT © d3dc

About

A React Component to asynchronously load the Godot Engine and bootstrap a .pck

Resources

Stars

69 stars

Watchers

5 watching

Forks

Releases

Packages

Used by

Contributors

Languages