
Dear ImGui
wxWidgets
GTK
WompMobile
OutSystems
Oracle Mobile Application
Mendix
Tkinter
Node.js
VS Code
ExpressJS
Laravel
Django
Ruby on Rails
ASP.NET
React
Dear ImGui
Node.jsGame developers, tool developers, and anyone involved in real-time applications or rapid prototyping. It's particularly useful for developers looking to add complex yet lightweight GUIs to their projects with minimal code overhead.
Based on our record, Node.js should be more popular than Dear ImGui. It has been mentiond 921 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
No. As much as I would like it to be the case, that is most certainly a poor criteria to evaluate a UI library. Dear ImGui [0] is without a doubt the most prevalent immediate mode UI library. It does not have native accessibility features, but that hasn't stopped companies such as Intel, Meta, IKEA and Google from shipping products built upon it. It's also used in a ton of games. Calling Dear ImGui a toy project... - Source: Hacker News / 21 days ago
I've been vibe coding some music tools and after some researching let Claude get going with imgui (https://github.com/ocornut/imgui) to build a tool I use for local authoring. It's pretty pixel-dense and looks alright to me. It runs on MacOS and Linux, which is enough for my needs now. Claude has been pretty decent at getting audio stuff going on MacOS and can even tap into various accelerators in MacOS libraries.... - Source: Hacker News / 30 days ago
My take is that GUI frameworks/APIs have abandoned power users. Yes, there are thing like https://github.com/ocornut/imgui, and some (especially open source) applications try and muddle a long with Qt or GTK, but many (most?) serious professional or power user applications have built their own GUI frameworks or at least custom controls to deal with this. Whatever route you take, as a dev it's painful, especially... - Source: Hacker News / about 1 month ago
Re, iteration: Have you encountered ImGui [0]? It's basically standard when prototyping any sort of graphical application. re, building GUIs in static libraries: As you might expect, folks typically use a library. See Unreal Engine, raylib, godot, qt, etc. Sans that, any sort of 2D graphics library can get the job done with a little work. [0]: https://github.com/ocornut/imgui. - Source: Hacker News / 4 months ago
I read that article a while ago and highly enjoyed it. C# truly has become a very good language for game development and since NativeAOT has become a thing, we will less and less rely on hacks like IL2CPP or BRUTE which transpile the C# IL to C++ such that it can run on JIT restricted platforms like consoles or iOS. I'd really love to go all-in with C# and SDL3 to make an engine-less cross-platform game but I... - Source: Hacker News / 4 months ago
Node >= 22 or higher installed on their local development machine. - Source: dev.to / about 1 month ago
TypeScript / Node.js: Excellent for building asynchronous backend systems that must stream text data smoothly to thousands of users simultaneously. - Source: dev.to / about 2 months ago
Because Node.js operates on a single-threaded asynchronous runtime, it is inherently vulnerable to processes that hog the CPU for too long. I absolutely cringe whenever I see developers blindly copy-pasting complex regular expressions from StackOverflow without actually testing their performance impact. - Source: dev.to / about 2 months ago
This tutorial walks you through setting up a simple Docker Compose project that serves two Node web servers over HTTPS using Caddy as a reverse proxy. You will learn how to use mkcert to generate wildcard certificates and the minimal configuration needed in the Caddyfile and docker-compose.yml to get it all working. - Source: dev.to / 3 months ago
Node.js: This is required for Hardhat. You can check if your terminal has it installed by running node -v. It will show a version number, if it is already available. If not, download the LTS version from https://nodejs.org/en, install it, then reopen your terminal and recheck to confirm successful installation. - Source: dev.to / 4 months ago
wxWidgets - wxWidgets: Cross-Platform GUI Library
VS Code - Build and debug modern web and cloud applications, by Microsoft
GTK - GTK+ is a multi-platform toolkit for creating graphical user interfaces.
ExpressJS - Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
WompMobile - WompMobile offers tow kind of functions โ first creating new mobile apps and secondly converting the websites into mobile applications.
Laravel - A PHP Framework For Web Artisans