Giter Site home page Giter Site logo

godotmodules's Introduction

GodotModules

These are the Godot Modules you should add to the godot repository's "modules" folder when building.

  • By adding these files, you can use the custom .cpp classes anywhere in the project.
  • Only select the directories contained in this repository when copying to the "modules" folder in the Godot repository.

Also contained are the compile commands for both Windows and Mac contained in different .txt files.

  • All of them contain build options meant for different purposes.
  • Any of the ones under RELEASE BUILDS are for exporting the Godot project.

Below are explanations for the different .txt files:

"commands to build.txt"

  • The use_lto=yes option I think improves performance, but it also takes MUCH longer to build.
    • Even after everything is compiled, this has to do even more.
  • The one without is really good if you want to keep making changes to the project.
  • Only use the use_lto=yes if you know you are not going to compile again for a while.
  • There is a linux build in here, but I am not even sure if it works honestly.
    • I think I was testing on a Raspberry Pi
  • The release builds are only for exporting the godot project for release.
    • They all take a while and are not used for running the actual project (Hence, the tools=no line).

"commands to build - Copy.txt"

  • I don't know why this is still here but keeping just in case and out of laziness.

"compile.txt"

  • The first option is compile only.
  • It does not actually build anything I believe, but is more of a test to see if you are able to compile.
  • target compilations build is the one you want to use.
  • The section with the various number of commands makes a .app bundle on mac OS.
  • The final line signs the .app
  • Just like in the windows releases, these are for releases only.

godotmodules's People

Contributors

truesgtmonkey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.