SaaSHub helps you find the best software and product alternatives Learn more →
Gdnim Alternatives
Similar projects and alternatives to gdnim
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
godot-lang-support
A community-maintained list of Language Support Projects for Godot Engine.
-
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
-
-
-
BrogueCE
Brogue: Community Edition - a community-lead fork of the much-loved minimalist roguelike game
-
-
godotnim-samples
Dodge the Creeps and Conways Game of Life in Godot, and Nim!
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
gdnim reviews and mentions
-
Programming a Rogue-Like with Rust
Another option is Nim. Looks and writes like Python but closer to C in performance. It also has static typing so I prefer it for scripting as well.
People have built a few games with the Nim Godot bindings:
https://github.com/pragmagic/godot-nim
There’s also an interesting project to do hot reloading using dlls:
-
How can I understand what "bindings to" libraries really do?
I've been down this road. I forked godot-nim to https://github.com/geekrelief/gdnim and have add several features. I've since moved on to working on https://github.com/geekrelief/tm-nim, a binding for The Machinery.
-
Frustrating ergonomics of GDNative in 3.3 -- are these addressed for 4.0?
I maintain a fork of the godot-nim binding https://github.com/geekrelief/gdnim/ All your issues I've dealt with by not relying on the godot editor. Instead I do all the setup with my build script which can generate the gdnlib, gdns, and tscn file for a node with script attached.
-
Godot 3.2 PR: all languages script class support and custom resource exports. Request for testing.
This is my first exposure to this and the proposal. I maintain a fork of godot-nim, https://github.com/geekrelief/gdnim. I know someone who was trying to exchange data between gdscript and godot-nim. Nim has a generic vector type: seq[T], and he was trying to expose that to gdscript. I told him to use an Array of Variants instead. Would this PR allow us to expose data structures from gdnative (or whatever) to gdscript?
-
I think Nim community should focus more on Godot engine.
I can't speak to the issues with setting things up. I never had a problem on Windows. But if you need help create an issue on the godot-nim repo someone might come along and help. I know at least one person that uses/used a mac to get godot-nim running. On my own repo, https://github.com/geekrelief/gdnim I plan to get osx working, but it's not my main dev machine.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9b9e6f90>
www.saashub.com | 11 Dec 2023
Stats
geekrelief/gdnim is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of gdnim is Nim.