All Projects → dustpg → LongUI

dustpg / LongUI

Licence: other
Lightweight C++ GUI Library 轻量级C++图形界面库

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to LongUI

macos-receiver
A MacOS TabBar (StatusBar) application that securely receives one-time passwords (OTPs) that you tapped in Raivo for iOS.
Stars: ✭ 44 (-70.47%)
Mutual labels:  lightweight
lwow
Lightweight onewire protocol library optimized for UART hardware on embedded systems
Stars: ✭ 98 (-34.23%)
Mutual labels:  lightweight
matterless
Self-hosted serverless
Stars: ✭ 23 (-84.56%)
Mutual labels:  lightweight
Synapses
A group of neural-network libraries for functional and mainstream languages
Stars: ✭ 63 (-57.72%)
Mutual labels:  lightweight
psched
Priority-based Task Scheduling for Modern C++
Stars: ✭ 59 (-60.4%)
Mutual labels:  lightweight
datagoose
🔐 Easy to use, fast, lightweight, secure, JSON based database for Python!
Stars: ✭ 13 (-91.28%)
Mutual labels:  lightweight
wumpfetch
🚀🔗 A modern, lightweight, fast and easy to use Node.js HTTP client
Stars: ✭ 20 (-86.58%)
Mutual labels:  lightweight
DuiMini
Cross-platform, lightweight DirectUI GUI framework.
Stars: ✭ 13 (-91.28%)
Mutual labels:  lightweight
StringDB
StringDB is a modular, key/value pair archival DB designed to consume *tiny* amounts of ram & produce *tiny* databases.
Stars: ✭ 56 (-62.42%)
Mutual labels:  lightweight
zoom
Lightweight (8 Kb) ES5 javascript plugin without any dependencies, compatible with desktop and mobile devices.
Stars: ✭ 25 (-83.22%)
Mutual labels:  lightweight
crawley
Crawley the Telegram Beholder
Stars: ✭ 24 (-83.89%)
Mutual labels:  lightweight
sabotage
a radical and experimental distribution based on musl libc and busybox
Stars: ✭ 502 (+236.91%)
Mutual labels:  lightweight
ThunderStats
This addon adds awesome statistics to your beloved Thunderbird!
Stars: ✭ 34 (-77.18%)
Mutual labels:  xul
lightue
A lightweight and simple model-view framework inspired by Vue.js
Stars: ✭ 13 (-91.28%)
Mutual labels:  lightweight
picamera-motion
Raspberry Pi python PiCamera Lightweight Motion Detection. Includes easy curl script install/upgrade, whiptail admin menu system, single file web server and Rclone for uploading to a variety of web storage services.
Stars: ✭ 80 (-46.31%)
Mutual labels:  lightweight
AutoMagic
A magically fast, lightweight and customizable javascript library.
Stars: ✭ 16 (-89.26%)
Mutual labels:  lightweight
tdme2
TDME2 - ThreeDeeMiniEngine2 is a lightweight, multi-platform 3D engine including tools suited for 3D game/application development using C++
Stars: ✭ 86 (-42.28%)
Mutual labels:  lightweight
metal
Lightweight Erlang server behaviour
Stars: ✭ 15 (-89.93%)
Mutual labels:  lightweight
pickledb-rs
PickleDB-rs is a lightweight and simple key-value store. It is a Rust version for Python's PickleDB
Stars: ✭ 116 (-22.15%)
Mutual labels:  lightweight
rails5-docker-alpine
Lightweight Docker development environment for Rails using Alpine Linux
Stars: ✭ 71 (-52.35%)
Mutual labels:  lightweight

LongUI 0.2.2

Lightweight C++ GUI Library

INDEX索引         Download Single File

Features in LongUI

Light Weight

  • main target on LongUI
  • static-link framework, helloworld bin-file-size less than 200kb
  • for this, no c++ exception in LongUI

XML User Interface Language

  • partially compatible Mozilla's XUL (XML part)
  • partially compatible CSS to get custom look
  • built-in script interface to support your own script-lang
  • more detail, see XUL

High-DPI Support

  • dynamic dpi monitor(e.g: 2 different dpi monitor) support

Accessible

  • support accessible even light-weight

Hardware Acceleration

  • gpu render based on direct2d now
  • support runtime gpu-switch (like surface book)
  • hardware acceleration layered window support(on win8.1 and higher)

License

  • LongUI under MIT License
  • more detail, see License.txt
Minimum supported client
  • Windows 8 and Platform Update for Windows 7 [desktop apps]

LongUI

C++轻量级GUI库

LongUI特点

轻量级

  • 这是LongUI的主要实现目标
  • 设计为静态库, helloworld二进制文件不足200kb
  • 为此, LongUI没有使用C++异常

XML User Interface Language

  • 部分兼容 Mozilla的XUL (XML部分)
  • 部分兼容 CSS 用来显示自定义的样式
  • 内建的脚本接口用来支持自定义的脚本语言
  • 更多XUL相关内容: 查看这里

高DPI支持

  • 动态支持高DPI显示器(比如两个显示器不同DPI)

Accessible

  • 没错! 即便是轻量级还是支持了Accessible!

硬件加速支持

  • 目前使用基于Direct2D的GPU渲染
  • 支持运行时动态切换显卡(比如surface book, 微软SB)
  • 支持硬件加速的分层(允许透明)窗口(需要Win8.1以及以上)

License

  • LongUI是基于 MIT License的
  • 更多细节请查看License.txt
最低客户端支持
  • Windows 8以及 Windows 7 的平台更新[桌面应用程序]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].