nle VS LeanQt

Compare nle vs LeanQt and see what are their differences.

nle

The NetHack Learning Environment (by facebookresearch)

LeanQt

LeanQt is a stripped-down Qt version easy to build from source and to integrate with an application. (by rochus-keller)
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
nle LeanQt
15 42
932 557
0.4% -
3.7 2.9
8 days ago about 1 month ago
C C++
GNU General Public License v3.0 or later 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.

nle

Posts with mentions or reviews of nle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-26.

LeanQt

Posts with mentions or reviews of LeanQt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-19.
  • Ask HN: Do you stay away from Contributor Licence Agreements?
    2 projects | news.ycombinator.com | 19 Jan 2024
    > Then do you (developers on HN) stay away from CLAs?

    Depends on the CLA, but generally I do stay away. E.g. I never checked in anything to the official Qt repository because I don't agree the the CLA by QTC. Instead I finally made my own fork and call it LeanQt and LeanCreator (see https://github.com/rochus-keller/leanqt/ and https://github.com/rochus-keller/leancreator/).

    The "weird licence which is basically a modified version of the MIT licence but with a clause that prevents competitive usage" is likely not even recognized as a true "open source" license.

    > would it be possible to relicense a fork of Polaris to MIT (removing the Shopify clause?)

    Likely not, because only the IP owner can determine who can do what with their IP under what license. If you use the software of an IP owner under a specific licence, you usually don't have the rights to re-license their work, even if you modified it.

  • Is Qt6 a good move?
    1 project | /r/QtFramework | 7 Oct 2023
    My response to this question was https://github.com/rochus-keller/LeanQt, but I'm not using QML nor xmlpatterns.
  • Adventures in Debian's Qt Land
    5 projects | news.ycombinator.com | 9 Jun 2023
    I made myself independent of the adventures in Qt Land by switching to https://github.com/rochus-keller/LeanQt.
  • Qt 5.15 Standard Support for Legacy License Holders Ends Today
    1 project | news.ycombinator.com | 26 May 2023
    https://github.com/rochus-keller/LeanQt

    A minimum and easy to build fork of QT

  • I found Qt6 is so heavy to learn, can I just use it just like Qt4?
    1 project | /r/QtFramework | 21 May 2023
    If you (like me) don't need all that stuff and are not up to the latest craze, have a look at LeanQt (https://github.com/rochus-keller/LeanQt).
  • Alternative widgets framework in qt?
    1 project | /r/QtFramework | 21 Jan 2023
    Right. In the Gui module you have everything you need for this: platform independent windows and events, 2D bitmap and vector graphics, fonts and even rich text handling. Unfortunately there are some dependencies in Qt Gui to Qt Widgets, but if you use e.g. https://github.com/rochus-keller/leanqt/ instead of original Qt these are resolved. So with this you can implement your own widget toolkit on top of the Gui module if you want, and still benefit from the very powerful platform independent foundations of Qt.
  • Using Qt 6 under LGPLv3
    2 projects | news.ycombinator.com | 7 Jan 2023
    > Qt for MCU [..] seems like a big advantage over Qt LGPL-3.0. I have my doubts. MCUs powerful enough to run Qt GUIs smoothly are more expensive than, say, an i.MX6ULL with a Cortex-A7 application processor and Linux. It’s a lot easier to find developers for an embedded Linux system ...

    This is a very convincing argument. A Linux embedded system is also more flexible and the degree of code reusability is usually higher.

    > Shall we use Qt LGPL-3.0 or Qt Commercial?

    LeanQt (https://github.com/rochus-keller/leanqt/) is still available under LGPL v2.1. I will not switch to Qt 6 with my projects.

  • LeanQt – Widgets are here, in time for the holidays
    1 project | news.ycombinator.com | 17 Dec 2022
  • Show HN: LeanQt Widgets, item and graphic views – GUI feature complete
    1 project | news.ycombinator.com | 16 Dec 2022
  • LeanQt: Widgets are ready - in time for the holidays
    1 project | /r/opensource | 16 Dec 2022

What are some alternatives?

When comparing nle and LeanQt you can also consider the following projects:

wa-tunnel - Tunneling Internet traffic over Whatsapp

stable-baselines3 - PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.

slint - Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.

BotHack - BotHack – A Nethack Bot Framework

NAF - NMR Application Framework

dcss-ai-wrapper - An API for Dungeon Crawl Stone Soup for Artificial Intelligence research.

crowd-jpeg

RL-Adventure - Pytorch Implementation of DQN / DDQN / Prioritized replay/ noisy networks/ distributional values/ Rainbow/ hierarchical RL

zfsbootmenu - ZFS Bootloader for root-on-ZFS systems with support for snapshots and native full disk encryption

Voyager - An Open-Ended Embodied Agent with Large Language Models

imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies