gdnim VS tm-nim

Compare gdnim vs tm-nim and see what are their differences.

gdnim

godot-nim based bootstrapping framework supporting hot reloading (by geekrelief)

tm-nim

Nim binding generator for The Machinery (by geekrelief)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gdnim tm-nim
5 1
54 8
- -
0.0 7.7
7 months ago about 2 years ago
Nim C
GNU General Public License v3.0 or later -
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.

gdnim

Posts with mentions or reviews of gdnim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-12.
  • Programming a Rogue-Like with Rust
    9 projects | news.ycombinator.com | 12 Jul 2022
    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:

    https://github.com/geekrelief/gdnim

  • How can I understand what "bindings to" libraries really do?
    3 projects | /r/nim | 23 Jan 2022
    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?
    4 projects | /r/godot | 18 May 2021
    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.
    2 projects | /r/godot | 2 Jan 2021
    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.
    13 projects | /r/nim | 25 Dec 2020
    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.

tm-nim

Posts with mentions or reviews of tm-nim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-23.

What are some alternatives?

When comparing gdnim and tm-nim you can also consider the following projects:

godot-nim - Nim bindings for Godot Engine

godot-lang-support - A community-maintained list of Language Support Projects for Godot Engine.

DPDK-WiFi - DPDK version with support for ath10k-based wireless NICs

rfcs - Suggest changes to Bevy and view accepted designs

Godot - Godot Engine – Multi-platform 2D and 3D game engine

nim-fswatch - Nim wrapper for the fswatch library

godotnim-samples - Dodge the Creeps and Conways Game of Life in Godot, and Nim!

specs - Specs - Parallel ECS

bevy-website - The source files for the official Bevy website

enu - A Logo-like 3D environment, implemented in Nim