dlangui VS hauberk

Compare dlangui vs hauberk and see what are their differences.

dlangui

Cross Platform GUI for D programming language (by buggins)

hauberk

A web-based roguelike written in Dart. (by munificent)
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
dlangui hauberk
1 12
788 1,946
- -
7.1 7.7
about 2 months ago 4 months ago
D Dart
Boost Software License 1.0 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.

dlangui

Posts with mentions or reviews of dlangui. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-15.
  • Let's learn D game programming development
    4 projects | news.ycombinator.com | 15 Jun 2022
    Some months ago i started making a new game engine in Free Pascal[0]. D however was the language i considered the most of all alternatives due to its fast build times (at least for DMD) and metaprogramming and compile time function evaluation and code generation abilities that would help a lot to minimize boilerplate and automate things. In fact i chose FPC less for the language and more for other reasons - as a language i think D would fit better.

    The two main reasons i chose Free Pascal are (both of which are important):

    1. There is a strong aversion to breaking working code in FPC which to some extent is also part of the overall ecosystem. Code i wrote 20 years ago still compiles because any new features are made so that they don't break existing code. Exceptions exist, like when how string are handled changed, but that was a quick fix (in all of my programs i only had to apply a single line fix twice).

    I don't know D's story on that but i've heard that there were updates to the D compiler that broke code (but i don't know how severe that is - FPC also introduced theoretically breaking code almost every version but in practice it is usually extreme edge cases, compiler bugs or very internal things and these latter only change like per decade or so).

    In general i want code that i know it worked today to keep working in 10 years from today so i can focus on other things instead of babysitting it (i do copy/paste code i know that works from my existing projects all the time - even the engine i linked above contains a lot of code from older projects, the earliest bits being from 2007 or 2008).

    This is even more important if i decide to switch to a new language because i wouldn't be able to use much of my existing code so any new code i write i want it to be valid for years ahead.

    2. Lazarus and LCL. Think open source Delphi or Visual Basic with a real framework and a strong language. Lazarus is a "real" IDE in that it isn't just a glorified text editor attached to a compiler but it knows the language and builds a database of the entire project in memory, which allows for it to manipulate the code for you (this avoids a lot of boilerplate that come out of the verbose syntax Free Pascal has). More importantly it provides a WYSIWYG visual editor for GUIs (very important for tools) and a rich application framework (LCL) that is designed around Lazarus - these aren't independent bits someone stuck together with some glue, they are all made with each other in mind, which provides a more coherent experience than if someone stitched things together (if anything most of the issues Lazarus/LCL has is from things outside of their control, like the backend GUI toolkits). I have used a lot of other GUI approaches, Lazarus beats them all hands down.

    Sadly D doesn't seem to have a decent GUI story, let alone something like Lazarus and LCL. A promising library was dlangui[1], but that is a 3rd party library that looks like the author decided to abandon[2]. Honestly IMO without something that is adopted by the core D developers (and by extension the rest of the D community) i can't see anything flourishing there - it'll instead be a bunch of independent solo devs making their own half-baked stuff for eternity (btw, yes, Lazarus/LCL are technically a separate project but in practice there is strong overlap between the two projects' developers and they share resources). At best you get bindings to Gtk+ but that has its own share of issues and bindings to other toolkits (e.g. wxWidgets) look abandoned.

    I occasionally check out D to see what is the status wrt the above but for years things do not seem to change.

    [0] https://i.imgur.com/1Y5hL26.png

    [1] https://github.com/buggins/dlangui

    [2] https://github.com/buggins/dlangui/issues/608

hauberk

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

What are some alternatives?

When comparing dlangui and hauberk you can also consider the following projects:

dcompute - DCompute: Native execution of D on GPUs and other Accelerators

Ink - 🌈 React for interactive command-line apps

smlinux - Super Mario Linux - Build Install Update Script for Super Mario 64 Ports - Linux macOS Android DOS Web

DIID - Do It In D. With great power comes great readability.

Consolonia - A cross-platform UI framework for .NET.

dmd - dmd D Programming Language compiler

voxelman - Plugin-based client-server voxel game engine written in D language

brogue-js - A port of Brogue to Javascript

tsv-utils - eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.

ranger - A VIM-inspired filemanager for the console