MobileModels is a mobile device hardware database and model identifier registry. It serves as a structured collection that maps consumer marketing names to manufacturer model numbers and internal hardware codenames. The project functions as a hardware variant directory, distinguishing between different regional and carrier versions of the same device across various brands. It includes a bootloader and kernel tracker to monitor the availability of official kernel source code releases and bootloader unlocking status. The registry covers mobile hardware cataloging through the mapping of device
This project is a cross-platform mobile device information library designed to retrieve hardware, software, and network specifications from iOS and Android devices. It serves as a tool for accessing unique device identifiers, hardware models, and processor architectures to distinguish individual mobile devices. The library provides specialized capabilities for mobile hardware identification and operating system metadata retrieval, including build numbers and API levels. It also functions as a system state monitor for real-time tracking of battery levels, charging status, and network connectiv
This project is a cross-platform library designed for desktop application development, providing a unified interface for window management, input handling, and hardware-accelerated graphics. It serves as a foundational framework that abstracts platform-specific windowing protocols and graphics APIs, enabling developers to create interactive software that functions consistently across Windows, macOS, and Linux. The library distinguishes itself by providing deep integration with low-level graphics APIs, specifically OpenGL and Vulkan. It manages the complexities of graphics context initializati
Luminous provides you a lot of information about the system and a lot of handy methods to quickly get useful data on the iOS platform.
DeviceKit est une bibliothèque matérielle pour iOS qui fournit un remplacement par type de valeur pour les spécifications de l'appareil et les métriques d'état du système. Elle sert de framework pour détecter l'identité de l'appareil, les capacités matérielles, les métriques d'affichage et les indicateurs d'état du système en temps réel.
Les fonctionnalités principales de devicekit/devicekit sont : Hardware Device Identification, Hardware Capability Detection, Battery Status Monitors, Detailed Battery Charge Monitors, Power State Monitors, Device Hardware Abstractions, Hardware Identifier Mappings, Device State Inspection.
Les alternatives open-source à devicekit/devicekit incluent : khwang9883/mobilemodels — MobileModels is a mobile device hardware database and model identifier registry. It serves as a structured collection… rebeccahughes/react-native-device-info — This project is a cross-platform mobile device information library designed to retrieve hardware, software, and… glfw/glfw — This project is a cross-platform library designed for desktop application development, providing a unified interface… nirma/uidevicecomplete — UIDevice extensions that fill in the missing pieces. ekhoo/device — Light weight tool for detecting the current device and screen size written in swift. andrealufino/luminous — Luminous provides you a lot of information about the system and a lot of handy methods to quickly get useful data on…