awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to marcomq/nimview

Open-source alternatives to Nimview

30 open-source projects similar to marcomq/nimview, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Nimview alternative.

  • niminem/neelN

    Niminem/Neel

    0View on GitHub↗
    View on GitHub↗0
  • nim-lang/iupN

    nim-lang/iup

    0View on GitHub↗
    View on GitHub↗0
  • nimgl/imguinimgl avatar

    nimgl/imgui

    147View on GitHub↗

    Separated module from NimGL. In order to mantain small sized modules to facilitate development and reduce number of required modules.

    C++
    View on GitHub↗147
  • stefansalewski/gintroS

    StefanSalewski/gintro

    0View on GitHub↗
    View on GitHub↗0
  • khchen/wnimK

    khchen/wNim

    0View on GitHub↗
    View on GitHub↗0
  • juancarlospaco/webguiJ

    juancarlospaco/webgui

    0View on GitHub↗
    View on GitHub↗0
  • krux02/nimanttweakbarK

    krux02/nimAntTweakBar

    0View on GitHub↗
    View on GitHub↗0
  • nim-lang/uiN

    nim-lang/ui

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • yglukhov/nimxyglukhov avatar

    yglukhov/nimx

    1,187View on GitHub↗

    GUI library

    Nimnimui
    View on GitHub↗1,187
  • can-lehmann/owlkettleC

    can-lehmann/owlkettle

    0View on GitHub↗
    View on GitHub↗0
  • nim-lang/sdl2N

    nim-lang/sdl2

    0View on GitHub↗
    View on GitHub↗0
  • chrisknott/eelChrisKnott avatar

    ChrisKnott/Eel

    6,748View on GitHub↗

    Eel is a framework for creating desktop applications using a Python backend and a web-based frontend. It acts as a bidirectional bridge between Python and JavaScript, allowing developers to build graphical user interfaces with HTML and JavaScript that communicate with local system logic. The project facilitates two-way communication by enabling the exposure of Python functions to the browser and allowing the backend to trigger JavaScript functions. It uses a local server to render web interfaces as standalone desktop windows and provides tools to bundle the Python code and web assets into a s

    Python
    View on GitHub↗6,748
  • angrylawyer/rust-sdl2AngryLawyer avatar

    AngryLawyer/rust-sdl2

    2,940View on GitHub↗

    Bindings for SDL2 in Rust

    Rust
    View on GitHub↗2,940
  • cnjinhao/nanacnjinhao avatar

    cnjinhao/nana

    2,479View on GitHub↗

    a modern C++ GUI library

    C++
    View on GitHub↗2,479
  • facebook/fluxfacebook avatar

    facebook/flux

    17,464View on GitHub↗

    Flux is an application architecture framework and client-side state orchestrator. It implements a unidirectional state management pattern to ensure data flows in one direction, preventing unpredictable state changes and maintaining consistency across the user interface. The system functions as an action-driven state architecture where changes are triggered by plain object actions. A centralized dispatcher routes these actions to multiple data stores, which partition the application state and notify views of changes via a publisher-subscriber synchronization pattern. This approach provides a

    JavaScript
    View on GitHub↗17,464
  • brson/rust-sdlbrson avatar

    brson/rust-sdl

    180View on GitHub↗

    Bindings for SDL in Rust

    Rust
    View on GitHub↗180
  • andyobtiva/glimmerAndyObtiva avatar

    AndyObtiva/glimmer

    837View on GitHub↗

    DSL Framework consisting of a DSL Engine and a Data-Binding Library used in Glimmer DSL for SWT (JRuby Desktop Development GUI Framework), Glimmer DSL for Opal (Pure Ruby Web GUI), Glimmer DSL for LibUI (Prerequisite-Free Ruby Desktop Development GUI Library), Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library), Glimmer DSL for GTK (Ruby-GNOME Desktop Development GUI Library), Glimmer DSL for XML (& HTML), and Glimmer DSL for CSS

    Ruby
    View on GitHub↗837
  • allendang/cimgui-goAllenDang avatar

    AllenDang/cimgui-go

    523View on GitHub↗

    Auto generated Go wrapper for Dear ImGui via cimgui

    C++cimguigolangimgui
    View on GitHub↗523
  • dtylman/gowddtylman avatar

    dtylman/gowd

    436View on GitHub↗

    Build cross platform GUI apps with GO and HTML/JS/CSS (powered by nwjs)

    Go
    View on GitHub↗436
  • brisklib/briskbrisklib avatar

    brisklib/brisk

    354View on GitHub↗

    Cross-platform C++20 GUI framework featuring MVVM architecture, reactive capabilities, and scalable, accelerated GPU rendering.

    C++cpp20cross-platform-guigui
    View on GitHub↗354
  • dexteryy/project-webcubedexteryy avatar

    dexteryy/Project-WebCube

    146View on GitHub↗

    Continuously updated JS infrastructure for modern web dev

    JavaScript
    View on GitHub↗146
  • duivvv/2ba00d413b8ff7bc1fa5a2e51c61ba43D

    duivvv/2ba00d413b8ff7bc1fa5a2e51c61ba43

    0View on GitHub↗
    View on GitHub↗0
  • energye/energyenergye avatar

    energye/energy

    599View on GitHub↗

    Energy is a framework developed by Go language based on CEF (Chromium Embedded Framework) for developing cross-platform desktop applications for Windows, Mac OS X, and Linux

    Gobrowsercefchromium
    View on GitHub↗599
  • epezent/implotepezent avatar

    epezent/implot

    5,923View on GitHub↗
    C++guiimguiimplot
    View on GitHub↗5,923
  • deckarep/gosx-notifierdeckarep avatar

    deckarep/gosx-notifier

    590View on GitHub↗

    gosx-notifier is a Go framework for sending desktop notifications to OSX 10.8 or higher

    Go
    View on GitHub↗590
  • facebook/reactfacebook avatar

    facebook/react

    245,669View on GitHub↗

    React is a JavaScript library for building user interfaces based on a component-driven architecture and unidirectional data flow.

    JavaScriptjavascriptuifrontend
    View on GitHub↗245,669
  • facebookincubator/create-react-appfacebookincubator avatar

    facebookincubator/create-react-app

    103,327View on GitHub↗

    Create React App is a command-line tool that generates a pre-configured project structure and build pipeline for React web applications. It serves as a frontend project scaffold, providing a set of predefined directory structures and dependencies to start development without manual compiler or bundler setup. The tool manages a complete frontend build pipeline that compiles, minifies, and optimizes code into production-ready bundles with hashed filenames. It also includes a configuration tool for progressive web app standards, implementing web app manifests and service workers for offline func

    JavaScript
    View on GitHub↗103,327
  • filcuc/nimqmlF

    filcuc/nimqml

    0View on GitHub↗
    View on GitHub↗0
  • fyne-io/fynefyne-io avatar

    fyne-io/fyne

    27,941View on GitHub↗

    Fyne is a cross-platform graphical user interface toolkit for the Go programming language. It provides a comprehensive framework for building native applications that run on desktop, mobile, and web environments from a single codebase. The toolkit centers on a canvas-based rendering engine and a device-independent layout engine, ensuring that visual elements maintain consistent dimensions and behavior across diverse operating systems and screen densities. The project distinguishes itself through a reactive data-binding system that automatically synchronizes application state with interface co

    Goandroidcross-platformfyne
    View on GitHub↗27,941
  • aveheuzed/nimgraphvizA

    Aveheuzed/nimgraphviz

    0View on GitHub↗
    View on GitHub↗0