awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

23 个仓库

Awesome GitHub RepositoriesUser Interface Tools

Components and utilities for building game GUIs and text rendering.

Explore 23 awesome GitHub repositories matching part of an awesome list · User Interface Tools. Refine with filters or upvote what's useful.

Awesome User Interface Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kotcrab/vis-uikotcrab 的头像

    kotcrab/vis-ui

    770在 GitHub 上查看↗

    VisSceneEditor

    UI library for creating polished Scene2D interfaces.

    Java
    在 GitHub 上查看↗770
  • czyzby/gdx-skinsczyzby 的头像

    czyzby/gdx-skins

    536在 GitHub 上查看↗

    LibGDX comes with a Scene2D GUI module, which allows you to easily create your GUIs and customize them with Skin instances. However, most beginners struggle with a problem: the GUI comes without a default skin, which makes it difficult to test it.

    Collection of free Scene2D GUI skins.

    在 GitHub 上查看↗536
  • raeleus/skin-composerraeleus 的头像

    raeleus/skin-composer

    475在 GitHub 上查看↗

    Use Skin Composer to create skins for libGDX's Scene2D.UI! Version 58 Live preview of all widgets with configurable options Specify tinted, tiled, and custom created Drawables right in the editor Includes BitmapFont editor and Image font generator like Shoebox Freetype support and custom…

    Graphical interface for creating Scene2D skins.

    Java
    在 GitHub 上查看↗475
  • krishkm/modern-ui-components-for-vbakrishKM 的头像

    krishKM/Modern-UI-Components-for-VBA

    226在 GitHub 上查看↗

    No installation, no ActiveX, no Admin-Rights. Just add this Dll to your VBA project folder and have some cool UI features. Have only tested in MS Access but it should work in all VBA environment. Works with ACCDE too.

    Collection of custom, modern-looking UI controls.

    在 GitHub 上查看↗226
  • rafaskb/typing-labelrafaskb 的头像

    rafaskb/typing-label

    161在 GitHub 上查看↗

    A libGDX Label that appears as if it was being typed in real time.

    Label component with real-time typing effects.

    Java
    在 GitHub 上查看↗161
  • strongjoshua/libgdx-ingameconsoleStrongJoshua 的头像

    StrongJoshua/libGDX-inGameConsole

    135在 GitHub 上查看↗

    This is a libGDX library that allows a developer to add a console (similar to how it is featured in Source games) to their game. Check out the changelog at my website!

    In-game console for debugging and commands.

    Java
    在 GitHub 上查看↗135
  • tommyettinger/textratypisttommyettinger 的头像

    tommyettinger/textratypist

    130在 GitHub 上查看↗

    A text-display library centered around a label that prints over time, with both effects and styles.

    Advanced label component with styling and emoji support.

    Java
    在 GitHub 上查看↗130
  • cristianbuse/vba-userform-mousescrollcristianbuse 的头像

    cristianbuse/VBA-UserForm-MouseScroll

    106在 GitHub 上查看↗

    MouseScroll is a VBA Project that allows Mouse Wheel Scrolling on MSForms Controls and Userforms.

    Enables mouse wheel scrolling for forms and controls.

    VBA
    在 GitHub 上查看↗106
  • payne911/piemenupayne911 的头像

    payne911/PieMenu

    89在 GitHub 上查看↗

    A library to obtain a circular WidgetGroup within libGDX, an open-source game development application framework written in Java.

    Flexible radial menus for Scene2D.

    Java
    在 GitHub 上查看↗89
  • tomgrill/gdx-dialogsTomGrill 的头像

    TomGrill/gdx-dialogs

    79在 GitHub 上查看↗

    libGDX extension providing cross-platform support for native dialogs

    Cross-platform support for native dialogs.

    Java
    在 GitHub 上查看↗79
  • rubberduck-vba/mvvmrubberduck-vba 的头像

    rubberduck-vba/MVVM

    64在 GitHub 上查看↗

    With Rubberduck, object-oriented programming in VBA is easier than ever: large projects with many small and specialized class modules can be neatly organized in a custom folder hierarchy, for one.

    Infrastructure for implementing the Model-View-ViewModel pattern.

    VBA
    在 GitHub 上查看↗64
  • raeleus/tenpatchraeleus 的头像

    raeleus/TenPatch

    49在 GitHub 上查看↗

    Version 5.2.3

    Alternative to 9patch with multiple stretch regions.

    Java
    在 GitHub 上查看↗49
  • fafalone/ctaskdialog64fafalone 的头像

    fafalone/cTaskDialog64

    47在 GitHub 上查看↗

    Quick Start: Add cTaskDialog.cls and mTDHelper.bas to your project-- these are the only two required files for your code.

    Modular class for implementing advanced UI dialog functionality.

    Visual Basic 6.0
    在 GitHub 上查看↗47
  • todar/vba-material-designtodar 的头像

    todar/VBA-Material-Design

    45在 GitHub 上查看↗

    Two Class modules that are used to format a VBA Userform in a similar style as materialize css.

    Library for applying modern Material UI styles to forms.

    TeX
    在 GitHub 上查看↗45
  • maltaisn/msdf-gdxmaltaisn 的头像

    maltaisn/msdf-gdx

    40在 GitHub 上查看↗

    Provides lightweight utilities to draw MSDF (multi-channel signed distance field) text on LibGDX. See LibGDX's Distance field fontssdf-libgdx wiki page for more information on single channel SDF font. It also provides integration with scene2d and AssetManager. The library is written in Java…

    Utilities for high-quality MSDF text rendering.

    Kotlin
    在 GitHub 上查看↗40
  • todar/vba-userform-eventlistenertodar 的头像

    todar/VBA-Userform-EventListener

    29在 GitHub 上查看↗

    A very easy way to add event listeners to a userform.

    Consolidates form event handling into a single callback.

    VBA
    在 GitHub 上查看↗29
  • thetrik/vbtricktimerthetrik 的头像

    thetrik/VbTrickTimer

    29在 GitHub 上查看↗

    Hello everyone!

    High-performance timer for continuous code execution.

    VBA
    在 GitHub 上查看↗29
  • fafalone/ucwebview2fafalone 的头像

    fafalone/ucWebView2

    21在 GitHub 上查看↗

    tB WebView2 Control Wrapper OCX

    User control for embedding web content via WebView2.

    在 GitHub 上查看↗21
  • todar/vba-userform-animationstodar 的头像

    todar/VBA-Userform-Animations

    20在 GitHub 上查看↗

    Tools to have transitions and animations with Userforms and Userform controls Similar to CSS Transitions and Animations (kinda lol).

    Library for adding easing animations to user form elements.

    Visual Basic
    在 GitHub 上查看↗20
  • tarboh/webview2-for-excel-vbatarboh 的头像

    tarboh/WebView2-For-Excel-VBA

    18在 GitHub 上查看↗

    This project is a next-generation VBA development framework that aims to directly place and control Microsoft Edge WebView2 on UserForms—without requiring external library installations or setting ActiveX references from Excel VBA.

    Wrapper for embedding Microsoft Edge content in user forms.

    VBA
    在 GitHub 上查看↗18
上一个12下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. User Interface Tools