godot-haskell
Haskell bindings for GdNative (by SimulaVR)
protolude
A sensible starting Prelude template. (by protolude)
godot-haskell | protolude | |
---|---|---|
7 | 2 | |
179 | 402 | |
0.0% | 0.0% | |
0.0 | 3.2 | |
about 1 month ago | about 1 year ago | |
Haskell | Haskell | |
BSD 3-clause "New" or "Revised" 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.
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-haskell
Posts with mentions or reviews of godot-haskell.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-06.
-
GDExtension Haskell
It looks like there might already be something in the works for the existing godot-haskell package https://github.com/SimulaVR/godot-haskell/issues/39
- haskell language interoperability, and how to improve it?
-
Best and most current library for Functional Reactive Programming?
You could also check out the Haskell bindings to the Godot game engine. Although Godot has it's own scripting language which tends to be easier to use for simple game development. If you have complex game logic that you want to implement in Haskell, you could go this route.
-
Is Haskell suited for simulator game logic?
Although godot-haskell might be a way to go with that? https://github.com/SimulaVR/godot-haskell
-
Could someone walk me through a very simple task for godot-haskell?
I want to be able to use the hypothetical_function in my Godot game. I see that there is a way to use Haskell with Godot, but the documentation focuses on how to bind Haskell to Godot classes and things like that, which is not exactly what I need. I just need to use a function that is not aware about Godot at all, and I can't quite figure out how to do that. What would be the easiest way to implement this?
-
I would like to build a 2D rpg. Which engine/library should I use?
I've recently taken to the godot-haskell bindings. They're updated often and having access to a full engine for graphics, sound, networking, etc. is very useful. That being said, the bindings are fairly heavy handed, but once you get used to it they're not that bad. Not sure about performance, but Godot has bindings for Rust, Python, CLR, and Kotlin that can be used in tandem if needed.
- Standard library for pure scripting
protolude
Posts with mentions or reviews of protolude.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-04.
-
Is there an alternative prelude with all these features?
Just discovered numeric-prelude - https://hackage.haskell.org/package/numeric-prelude - by going through the above comparison and reading Stephen Diehl's article about his protolude: https://www.stephendiehl.com/posts/protolude.html
-
Standard library for pure scripting
https://github.com/protolude/protolude#protolude
What are some alternatives?
When comparing godot-haskell and protolude you can also consider the following projects:
obelisk - Functional reactive web and mobile applications, with batteries included.
universum - :milky_way: Prelude written in @Serokell
effectful - An easy to use, fast extensible effects library with seamless integration with the existing Haskell ecosystem.
relude - 🌀 Safe, performant, user-friendly and lightweight Haskell standard library
Godot - Godot Engine – Multi-platform 2D and 3D game engine
introduction - An prelude for safe new projects; DEPRECATED