30 open-source projects similar to kala13x/libxutils, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Libxutils alternative.
Declarative UI toolkit for modern C++20
A curated list of bookmarks, packages, tutorials, videos and other cool resources from the Laravel ecosystem
【A common used C++ & Python DAG framework】 一个通用的、无三方依赖的、跨平台的、收录于awesome-cpp的、基于流图的并行计算框架。欢迎star & fork & 交流
Support for Raspberry Pi and MicroPython Pure Python API to I2C devices Data output to JSON or CSV with JSON header Standardized timestamps string formats Data timestamping and GPS tagging of data Metadata description of devices in JSON Parser to convert CSV output to Pandas DataFrame Object…
Functional Programming Library for C++. Write concise and readable C++ code.
Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for large-scale production environments. It provides specialized toolkits for memory management, concurrency, asynchronous workflows, and low-latency input and output operations. The project distinguishes itself through the provision of lock-free containers and bounded queues to minimize contention in multi-threaded applications, alongside a framework for managing deferred computations using futures and promises. It further offers specialized memory arenas and optimized implementation
An eventing framework for building high performance and high scalability systems in C.
Free open-source modern C++20 framework to create console (CLI), forms (GUI like WinForms) and unit test (xUnit) applications and libraries on Windows, macOS, Linux, iOS, Android, FreeBSD, Haiku, and SerenityOS.
Gatsby is a React static site generator and hybrid rendering framework used to build websites by pre-rendering components into static HTML files for delivery via content delivery networks. It functions as a hybrid rendering platform that supports a combination of static generation, server-side rendering, and deferred page loading. The framework operates as a GraphQL data aggregator, pulling content from various APIs, headless CMS integrations, and files into a single unified schema for frontend queries. It also serves as a frontend performance optimizer, automating code splitting, resource pr
Coost is a concurrent network framework and coroutine scheduler designed for building high-performance TCP, HTTP, and RPC services. It provides a set of tools for handling non-blocking IPv4 and IPv6 communication, integrating SSL encryption and a lightweight execution engine that manages concurrent tasks using shared stacks. The project features a specialized JSON RPC implementation for exchanging structured data over encrypted connections and a high-performance logging system. This logging infrastructure supports topic-based routing, frequency filtering, and automated stack trace capture for
Build terminal-themed wayland layer shell applications with Rust. Powered by Ratatui.
Mousefood - a no-std embedded-graphics backend for Ratatui!
This repository has been moved to https://codeberg.org/janikvonrotz/PowerShell-PowerUp. Please visit the new location for the latest updates.
A ratatui backend that uses valence-screens to render the terminal cargo add --git https://github.com/janTatesa/ratatui-minecraft The library provides a simple run method which takes an initial state, a function that refreshes the ui and a function that handles events. After implementing the…
Fast, orthogonal, open multi-methods. Solve the Expression Problem in C++17.
Kigs framework is a C++ modular multipurpose cross platform framework.
LibU is a multiplatform utility library written in C, with APIs for handling memory allocation, networking and URI parsing, string manipulation, debugging, and logging in a very compact way, plus many other miscellaneous tasks
Easy to use, modular, header only, macro based, generic and type-safe Data Structures in C
React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr
Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.
An MCP server that exposes PraisonAI AI agents and tools for use with Claude Desktop, Cursor, VS Code, Windsurf, and other MCP clients.
This project serves as a curated directory of resources, libraries, and educational materials for the NestJS ecosystem. It functions as a central hub for developers building scalable, modular server-side applications using TypeScript, providing a comprehensive index of tools designed to support enterprise-grade web development. The repository distinguishes itself by aggregating community-maintained modules, architectural patterns, and integration tools that extend the core framework. It provides access to production-ready starter templates and boilerplate projects, enabling developers to esta
This project is a collection of portable, header-only C functions designed for integration into software projects without complex build dependencies or external linking requirements. It provides a suite of low-level utilities for graphics, audio, and data management, focusing on direct memory manipulation and zero-dependency portability. By utilizing a single-header distribution model, the library simplifies dependency management while allowing developers to maintain full control over memory allocation and binary size through compile-time configuration. The library distinguishes itself by off
Probably the fastest coroutine lib in the world!