All Projects → 0lru → p3ui

0lru / p3ui

Licence: other
C++ & Python User Interface Library

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to p3ui

Implot
Immediate Mode Plotting
Stars: ✭ 2,014 (+9490.48%)
Mutual labels:  imgui, implot
zero
Zero: A simple, fast, high performance and low latency Python framework (RPC + PubSub) for building microservices or distributed servers
Stars: ✭ 296 (+1309.52%)
Mutual labels:  asyncio
python-libmaas
Official python client library for MAAS
Stars: ✭ 45 (+114.29%)
Mutual labels:  asyncio
mitm
👨🏼‍💻 ‎‎‎‏‏ A customizable man-in-the-middle TCP proxy.
Stars: ✭ 44 (+109.52%)
Mutual labels:  asyncio
The-Data-Visualization-Workshop
A New, Interactive Approach to Learning Data Visualization
Stars: ✭ 59 (+180.95%)
Mutual labels:  matplotlib
asyncio-mqtt
Idomatic asyncio wrapper around paho-mqtt
Stars: ✭ 137 (+552.38%)
Mutual labels:  asyncio
CFX-BYPASS
Bypass it, you won't be Banned when playing cheats 2022
Stars: ✭ 18 (-14.29%)
Mutual labels:  imgui
Quantum-Computing-Collection-Of-Resources
A Well Maintained Repository On Quantum Computing Resources [Code+Theory] Updated Regularly During My Time At IBM, Qubit x Qubit And The Coding School's Introduction To Quantum Computing Course '21
Stars: ✭ 183 (+771.43%)
Mutual labels:  matplotlib
aiohttp traversal
Traversal based router for aiohttp.web
Stars: ✭ 21 (+0%)
Mutual labels:  asyncio
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (-9.52%)
Mutual labels:  asyncio
hypercorn-fastapi-docker
Docker image with Hypercorn for FastAPI apps in Python 3.7, 3.8, 3.9. Ready for HTTP2 and HTTPS
Stars: ✭ 18 (-14.29%)
Mutual labels:  asyncio
fastapi-sqlalchemy-1.4-async
https://rogulski.it/blog/sqlalchemy-14-async-orm-with-fastapi/
Stars: ✭ 17 (-19.05%)
Mutual labels:  asyncio
aiohttp-socks
Proxy (HTTP, SOCKS) connector for aiohttp
Stars: ✭ 147 (+600%)
Mutual labels:  asyncio
Python-Matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
Stars: ✭ 41 (+95.24%)
Mutual labels:  matplotlib
FallingSandSurvival
2D survival game inspired by Noita and slightly Terraria
Stars: ✭ 66 (+214.29%)
Mutual labels:  imgui
cplot
🌈 Plot complex functions
Stars: ✭ 75 (+257.14%)
Mutual labels:  matplotlib
nodeplotlib
NodeJS plotting library for JavaScript and TypeScript. On top of plotly.js. Inspired by matplotlib.
Stars: ✭ 115 (+447.62%)
Mutual labels:  matplotlib
asyncer
Asyncer, async and await, focused on developer experience.
Stars: ✭ 572 (+2623.81%)
Mutual labels:  asyncio
AyaGui
A lite custom imgui-mode graphic user interface based on Modern C++ and OpenGL developed by Chang Yu.
Stars: ✭ 33 (+57.14%)
Mutual labels:  imgui
binance-chain-python
Binance chain SDK in Python
Stars: ✭ 22 (+4.76%)
Mutual labels:  asyncio

C++, Python User Interface Library

Build PyPI version

This project aims at fast prototyping and development of graphical applications. It uses and combines Dear ImGui and related projects like ImPlot in a C++ wrapper. This wrapper is usable from within Python though Pybind11. Additionally, Skia can be used for more advanced 2D graphics. For the integration of Skia, this project supports Skia python binding.

ImGui Elements Matplotlib Integration
widgets matplotlib
ImPlot Integration Layout System
widgets matplotlib
SVG
svg

Key Features and Project Goals:

  • Fast prototyping and development
  • Small-sized library in terms of megabytes
  • A clean, asynchronous and lockfree API (to be done)
  • Language- and platform agnostic GUI framework (to be done)

Installation

Installation with pip:

pip install p3ui

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].