/dosu

Primary LanguageC++

dosu

Building

  1. Clone the repository and enter the directory
git clone https://gitlab.com/minidomo/dosu.git
cd dosu
  1. Set up config.json

If you don't have a config.json file in the root directory, run the following to create the file:

node scripts/config-init.js

Follow the comments in config.json or config.json.example to properly assign values. Since it's a JSON file, delete the comments once the file is set up.

  1. Build the Godot bindings for C++

Run the following command from the root directory:

make bindings
  1. Build the plugin

Run the following command from the root directory:

make plugin
  1. Running the project

Launch Godot and open dosu/project.godot. Run the project!

Tutorial

Check out the tutorial here!

Other