godot-cpp VS gdnative_cpp_example

Compare godot-cpp vs gdnative_cpp_example and see what are their differences.

godot-cpp

C++ bindings for the Godot script API (by errata-c)

gdnative_cpp_example

GDNative C++ example for tutorial (by errata-c)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
godot-cpp gdnative_cpp_example
1 1
0 0
- -
0.0 0.0
about 1 month ago almost 2 years ago
C++ Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

godot-cpp

Posts with mentions or reviews of godot-cpp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-14.
  • Custom CMake script for easy GDNative development
    3 projects | /r/godot | 14 Sep 2021
    I'm not a fan of SCons, so I updated the CMake build script in my own fork of godot-cpp and added some convenience features as well. This library can be used via FetchContent as a subproject or by building and installing it as a package. Once acquired, you just need to link your library to the godot::cpp target. Then simply to write your GDNative classes and install the target into the project directory (preferably into a res://bin folder or something similar) of your godot project using the custom install_gdnlib function.

gdnative_cpp_example

Posts with mentions or reviews of gdnative_cpp_example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-14.
  • Custom CMake script for easy GDNative development
    3 projects | /r/godot | 14 Sep 2021
    There is an installation script that will be created by install_gdnlib that will handle creating all the necessary files for using the gdnative library automatically. You can see an easy example of this in my fork of the gdnative_cpp_example repo. The cmake script in that repo also has some extra information about the process.

What are some alternatives?

When comparing godot-cpp and gdnative_cpp_example you can also consider the following projects:

godot-cpp - C++ bindings for the Godot script API