Skip to content

viniciusaportela/gdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdev - Godot Developer Helper

Make Godot CPP Custom Module and GDNative CPP Modules setup process easy as never. With this repository you can make all the setup and compilation process in a automatic way.

Currently you can:

  • Create a CPP Module
  • Compile a CPP Module
  • Create a GDNative Module
  • Watch changes and compile a GDNative Module

Prerequisites:

  • PowerShell if you're on Windows

Dependencies that are going to be downloaded and installed automatically

At the first, you don't need to download the dependencies bellow if you're on Windows or Ubuntu based Distro, the program will search, download and install it for you!

  • Node
  • scoop (Windows only) (Used to download other dependencies)
  • GCC / Visual Studio / Visual Studio Build Tools
  • Python
  • Scons (Python Lib)
  • Git

Installation

  1. Download this repository

  2. Inside the downloaded folder

Windows

type install on cmd

Ubuntu Based Distros

type source ./install on terminal

License

MIT

About

Make Godot CPP Custom Modules and CPP binding with GDNative in an automatic way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors