Skip to content

harmony-one/godot-web3-plugin

 
 

Repository files navigation

Godot Web3 Plugin

Godot plugin for building web3 games.

Currently supported under Ubuntu 22 and MacOS Platforms.

Windows builds are still WIP

Building

Godot 3.5

Clone godot and copy sources to modules/web3. In godot, Checkout branch 3.5

Directory Structure:
|-- godot
|-- modules
|   |-- web3

Build from godot root.

MACOS
scons custom_modules=../modules platform=osx arch=arm64 --jobs=$(sysctl -n hw.logicalcpu)

Ubuntu 22
scons custom_modules=../modules --jobs=$(sysctl -n hw.logicalcpu)

Godot 4.2

Plugin is being updated to support godot 4.2

About

Godot plugin for building web3 games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.3%
  • GDScript 4.4%
  • JavaScript 3.6%
  • Solidity 1.4%
  • Python 1.2%
  • C 0.1%