awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to snowie2000/mactype

Open-source alternatives to Mactype

30 open-source projects similar to snowie2000/mactype, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Mactype alternative.

  • nothings/stbAvatar von nothings

    nothings/stb

    33,970Auf GitHub ansehen↗

    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

    C
    Auf GitHub ansehen↗33,970
  • xupefei/locale-emulatorAvatar von xupefei

    xupefei/Locale-Emulator

    11,301Auf GitHub ansehen↗

    Locale-Emulator is an application compatibility layer designed to run software within specific regional and timezone environments. It functions as a regional environment simulator, allowing users to execute programs with custom locale settings to resolve compatibility issues often found in legacy software. The tool operates by intercepting system calls and redirecting requests for locale-specific information, such as character encoding and regional data. By utilizing a translation layer between Unicode and legacy character sets, it ensures that applications relying on older code pages can ren

    C#
    Auf GitHub ansehen↗11,301
  • saurabhdaware/text-to-handwritingAvatar von saurabhdaware

    saurabhdaware/text-to-handwriting

    5,031Auf GitHub ansehen↗

    This project is a text-to-handwriting image generator that transforms digital text into images simulating human writing. It functions as a suite of tools for handwriting image generation, physical paper simulation, and PDF document exportation. The system includes a custom font rendering engine that allows users to upload personal handwriting font files to replicate specific individual writing styles. A digital paper simulator provides tools to adjust margins and background images to mimic the appearance of physical paper. The tool covers the conversion of typed text into simulated handwritt

    HTMLassignmentsprojectstext-to-handwriting
    Auf GitHub ansehen↗5,031

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • olikraus/u8g2Avatar von olikraus

    olikraus/u8g2

    6,540Auf GitHub ansehen↗

    u8g2 is a monochrome display driver library written in C and C++ for rendering graphics and text on OLED and LCD screens. It functions as an embedded graphics library and font renderer, providing a hardware abstraction layer to manage communication with display controllers. The library is distinguished by its flexible memory management, offering both full-screen memory mapping for arbitrary drawing and page-based frame buffering to reduce RAM consumption. It further optimizes resource usage through direct-to-display text rendering, which bypasses intermediate memory buffers. The framework co

    C
    Auf GitHub ansehen↗6,540
  • googlefonts/noto-emojiAvatar von googlefonts

    googlefonts/noto-emoji

    4,580Auf GitHub ansehen↗

    Noto Emoji is a Unicode emoji font collection and SVG asset library designed to ensure consistent emoji rendering across different operating systems and web browsers. It functions as a color-font rasterization engine that embeds pre-rendered bitmaps into font files to display multicolored glyphs. The project includes a variable-font emoji set that utilizes axes to adjust stroke thickness and style for both colorful and monochrome glyphs. It also maintains a Unicode emoji metadata registry that maps characters to shortcodes and ASCII equivalents. The collection provides capabilities for color

    Python
    Auf GitHub ansehen↗4,580
  • chrisjenx/calligraphyAvatar von chrisjenx

    chrisjenx/Calligraphy

    8,529Auf GitHub ansehen↗

    Calligraphy is an Android typography framework and custom font manager used to map custom font files to text views through hierarchical style resolution and global default configurations. It provides a system for defining global default fonts and fallback priorities across an entire Android application. The project manages font assignments by evaluating a priority chain of view attributes, styles, text appearances, and themes. This allows for the injection of custom typefaces into Android text components and the mapping of font assets to theme attributes to maintain a uniform visual identity.

    Java
    Auf GitHub ansehen↗8,529
  • gosub-io/gosub-engineAvatar von gosub-io

    gosub-io/gosub-engine

    3,673Auf GitHub ansehen↗

    Gosub-engine is an HTML5 browser engine and web rendering pipeline that parses HTML5 and CSS3 to compute layout and render web content to pixels. It functions as a JavaScript runtime environment with a virtual machine and event loop for handling dynamic logic and asynchronous tasks. The system also includes a web storage manager for persisting cookies, local storage, and session storage. The project features a headless browser renderer capable of generating page images or extracting plain text without a visible window. It supports cross-platform graphics rendering through pluggable CPU and GP

    Rustbrowserhtml5rust
    Auf GitHub ansehen↗3,673
  • chlumsky/msdfgenAvatar von Chlumsky

    Chlumsky/msdfgen

    4,843Auf GitHub ansehen↗

    msdfgen is a set of tools for converting fonts, SVG paths, and vector contours into monochrome or multi-channel distance field image representations. It functions as a vector graphics texture tool and glyph rasterizer designed to maintain sharp edges at any scale. The project specifically provides a multi-channel signed distance field generator that converts vector shapes and font glyphs into textures that preserve sharp corners and high-fidelity details for real-time rendering. The system covers a range of conversion capabilities, including the transformation of font files and SVG paths int

    C++
    Auf GitHub ansehen↗4,843
  • microsoft/detoursAvatar von microsoft

    microsoft/Detours

    6,303Auf GitHub ansehen↗

    Detours is a library for intercepting Win32 API calls and redirecting function calls at runtime on Windows, enabling binary-level instrumentation without requiring access to the original source code. It functions as an API hooking library and binary instrumentation toolkit, allowing developers to monitor or modify the behavior of compiled Windows binaries by hooking into their function execution paths. The project achieves this through detour-based function interception, where the first few instructions of a target function are replaced with a jump to a user-supplied detour function, while pr

    C++hacktoberfestmicrosoft
    Auf GitHub ansehen↗6,303
  • daijro/camoufoxAvatar von daijro

    daijro/camoufox

    5,456Auf GitHub ansehen↗

    Camoufox is a Firefox-based stealth automation browser designed to evade detection during automated browsing. It combines a fingerprint randomization engine that generates thousands of unique device attributes per session, native-level API interception to spoof WebRTC, WebGL, media, and other fingerprintable properties, and human behavior simulation that moves the cursor along natural, distance-aware trajectories. The browser is compiled from source with build-time stealth patches and runs headlessly via a lightweight virtual display buffer, making it suitable for web scraping, automated testi

    C++antidetectantidetect-browserfingerprint
    Auf GitHub ansehen↗5,456
  • typekit/webfontloaderAvatar von typekit

    typekit/webfontloader

    9,255Auf GitHub ansehen↗

    Webfontloader is a JavaScript library and standardized API for fetching and managing web fonts from multiple external providers and custom stylesheets. It functions as a font loading state manager that coordinates the retrieval of typography assets through a unified interface. The project specifically focuses on preventing the flash of invisible text by managing loading states and timeouts. It distinguishes itself by providing a mechanism to synchronize typography across different browsing contexts, including the ability to inject font loading logic into child window frames and iframes. The

    JavaScript
    Auf GitHub ansehen↗9,255
  • jingmatrix/lsposedAvatar von JingMatrix

    JingMatrix/LSPosed

    11,494Auf GitHub ansehen↗

    LSPosed is an Android runtime hooking framework and system modification tool. It enables the modification of application and system behavior in memory without altering original installation files, serving as a platform for distributing and managing community-created extension modules. The project provides a comprehensive suite for device and identity spoofing, including the ability to mask hardware identifiers, simulate geographic locations, and conceal root access or hooking frameworks to bypass security and integrity checks. It also functions as an application modder to unlock premium featu

    Javaandroidarthooklsposed
    Auf GitHub ansehen↗11,494
  • terrycavanagh/vvvvvvAvatar von TerryCavanagh

    TerryCavanagh/VVVVVV

    7,916Auf GitHub ansehen↗

    This project is a cross-platform game engine framework and build pipeline designed to produce playable executable binaries for desktop and Android devices. It provides a collection of core libraries for game development, including a native Android build system and a C++ build pipeline. The framework features a specialized bitmap font rendering system that displays stylized typography by mapping character indices to image atlases using coordinate and spacing metadata. It also implements a hardware abstraction layer to decouple application logic from graphics and audio drivers, ensuring portabl

    ActionScript
    Auf GitHub ansehen↗7,916
  • tkkk-ioser/wechatplugin-macosAvatar von TKkk-iOSer

    TKkk-iOSer/WeChatPlugin-MacOS

    14,274Auf GitHub ansehen↗

    This project is a set of extensions for the WeChat macOS application designed to modify client behavior and unlock hidden features. It functions as a client modification framework and a multi-account manager, allowing users to launch and operate several independent instances of the application on a single machine. The tool distinguishes itself through deep integration with the operating system, enabling the execution of macOS system commands and remote administration via incoming chat messages. It also provides productivity extensions that connect chat lists and conversation histories to exte

    Objective-Calfred-workflowmacosplugin
    Auf GitHub ansehen↗14,274
  • sonic2kk/steamtinkerlaunchAvatar von sonic2kk

    sonic2kk/steamtinkerlaunch

    2,802Auf GitHub ansehen↗

    Steamtinkerlaunch is a game launch wrapper and Wine prefix orchestrator designed to manage the execution environment of games on Linux. It functions as a compatibility layer manager that downloads and organizes custom Wine and Proton versions, while creating isolated filesystem hierarchies and registry hives to prevent configuration conflicts between games. The project specializes in automating the installation of mod managers and script extenders within these isolated environments. It acts as a post-processing shader injector, managing the installation and dynamic library overrides required

    Shellbashgame-commandgame-launch
    Auf GitHub ansehen↗2,802
  • lsposed/lspatchAvatar von LSPosed

    LSPosed/LSPatch

    9,196Auf GitHub ansehen↗

    LSPatch is an Android runtime hooking tool and non-root app patcher. It provides a non-root implementation of the Xposed framework, allowing for the modification of Android application behavior without requiring administrative system access. The project enables the integration of Xposed modules into specific applications by embedding the necessary API components directly into the application package. This allows for application sandbox customization and the execution of framework modules on standard devices. The framework achieves these modifications through dex-based method hooking, dynamic

    Java
    Auf GitHub ansehen↗9,196
  • flightlessmango/mangohudAvatar von flightlessmango

    flightlessmango/MangoHud

    8,270Auf GitHub ansehen↗

    MangoHud is a Linux hardware monitor and performance overlay that displays real-time metrics and frame rates. It functions as a graphics API hook, intercepting Vulkan and OpenGL pipelines to render performance data directly onto the graphics buffer. The project serves as both a real-time monitor for CPU and GPU utilization, temperatures, and power draw, and a frametime data logger that records execution speed to disk for later benchmarking and analysis. Users can modify the overlay display, visual styles, and active metrics through configuration files, environment variables, or predefined pe

    Cbenchmarkinghudlinux
    Auf GitHub ansehen↗8,270
  • codetips/baidunetdiskplugin-macosAvatar von CodeTips

    CodeTips/BaiduNetdiskPlugin-macOS

    8,844Auf GitHub ansehen↗

    BaiduNetdiskPlugin-macOS is a suite of macOS system extensions and tools designed to remove download speed limits and unlock premium features for the Baidu Netdisk client. It functions as a download speed unblocker and premium feature unlocker to enable maximum data transfer rates and activate SVIP status. The project includes a software update blocker that prevents the client from performing automatic updates to preserve the applied modifications. It achieves these results by removing local data transfer rate restrictions and eliminating trial duration limits.

    Objective-C
    Auf GitHub ansehen↗8,844
  • squidowl/halloyAvatar von squidowl

    squidowl/halloy

    3,807Auf GitHub ansehen↗

    Halloy is an IRCv3 chat client designed for real-time communication across multiple servers and networks. It implements modern protocol standards, including support for message tags, read markers, rich user metadata, and WebSocket connections. The project distinguishes itself through integrated anonymity and deep interface customization. It features native Tor and proxy routing to hide the user's connection origin and provides a themed environment with configurable window pane layouts, keyboard aliases, and custom color schemes. The client covers a broad range of capabilities, including chan

    Rusticedircrust
    Auf GitHub ansehen↗3,807
  • xuexiangjys/xuiAvatar von xuexiangjys

    xuexiangjys/XUI

    5,075Auf GitHub ansehen↗

    XUI is a native Android UI framework and component library designed for building application interfaces. It provides a comprehensive suite of native layouts, input fields, and navigation elements, supported by a tiered theme management system for defining global visual attributes and responsive styles. The framework distinguishes itself through a specialized set of custom views and interaction toolkits, including high-performance calendars, data visualization rendering, and a variety of stylized buttons with integrated timers and visual effects. It also includes integrated media processing ca

    Javaandroidandroid-uistyles
    Auf GitHub ansehen↗5,075
  • jformdesigner/flatlafAvatar von JFormDesigner

    JFormDesigner/FlatLaf

    4,212Auf GitHub ansehen↗

    FlatLaf is a Java Swing look and feel library and theme engine that provides a modern flat design for desktop user interfaces. It serves as a comprehensive framework for applying visual themes, managing high-density scaling, and implementing customized window decorations. The project distinguishes itself through a flexible styling system that supports light and dark mode toggling and the ability to define visual identities via property files, subclassing, and external theme imports. It includes a dedicated scaling framework to ensure that interface elements and vector icons remain crisp on Hi

    Javaflatlafjava-swinglook-and-feel
    Auf GitHub ansehen↗4,212
  • hanks-zyh/htextviewAvatar von hanks-zyh

    hanks-zyh/HTextView

    5,642Auf GitHub ansehen↗

    HTextView is an animated text rendering library and UI motion design framework used to create dynamic text effects such as typing and fading. It serves as a text motion engine and typography tool for applying visual transitions and movement to text elements on a screen. The library integrates custom typography support, allowing the loading of external typeface files to apply specific branding and styles to animated presentations. It utilizes a motion engine to animate the scale and opacity of text, facilitating fluid visual transitions. The system manages these effects through a frame-based

    Javaandroidanimation-effectsanimations
    Auf GitHub ansehen↗5,642
  • ds-homebrew/twilightmenuAvatar von DS-Homebrew

    DS-Homebrew/TWiLightMenu

    3,818Auf GitHub ansehen↗

    TWiLightMenu is a retro gaming frontend and game launcher for Nintendo DS hardware. It serves as a custom firmware tool and a unified interface for launching native games, emulated ROMs, and homebrew applications, while also functioning as a cheat manager and handheld storage manager. The project features a custom theme engine that allows for the personalization of the visual interface through custom images, fonts, and coordinate sets, as well as the use of custom boot splash screens and system audio. It distinguishes itself through a modular extension system that supports third-party plugins

    C++nintendo-3dsnintendo-dsnintendo-ds-homebrew
    Auf GitHub ansehen↗3,818
  • creativetimofficial/material-kitAvatar von creativetimofficial

    creativetimofficial/material-kit

    5,926Auf GitHub ansehen↗

    Material Kit is an open-source UI component library that provides pre-styled Material Design elements for building responsive web interfaces with Bootstrap 5. It offers a collection of reusable components like buttons, inputs, navbars, cards, and modals that follow Google's Material Design guidelines, along with a 12-column flexbox grid system for fluid layouts that adapt to any screen size. The kit distinguishes itself by including pre-built page sections such as headers, feature blocks, pricing tables, and footers that can be combined into complete page layouts, reducing the time needed to

    HTMLbootstrapbootstrap-material-designbootstrap5
    Auf GitHub ansehen↗5,926
  • mrpond/blockthespotAvatar von mrpond

    mrpond/BlockTheSpot

    12,524Auf GitHub ansehen↗

    BlockTheSpot is a utility designed to modify the behavior of the Spotify desktop application. It functions as an audio stream modifier and media patch, altering the application's runtime execution to remove built-in limitations. The tool specifically targets the suppression of audio and video advertisements during media sessions. It also removes navigation restrictions, allowing users to bypass track skipping limits within the desktop player. These modifications are achieved through dynamic library injection and function hooking, which intercept and redirect execution flow within the applica

    C++adsblockblockthespotspotify
    Auf GitHub ansehen↗12,524
  • diegomura/react-pdfAvatar von diegomura

    diegomura/react-pdf

    16,403Auf GitHub ansehen↗

    This library provides a rendering engine that translates declarative component trees into PDF files. It enables the construction of complex document structures using a component-based architecture, allowing developers to define layout, styling, and content programmatically. The system operates across both browser and server-side environments, offering a unified interface for generating structured documents. The project distinguishes itself through a sophisticated layout and rendering pipeline that handles the complexities of document creation. It utilizes a flexbox-based engine for element po

    TypeScriptflexboxpdfreact
    Auf GitHub ansehen↗16,403
  • libgdx/libgdxAvatar von libgdx

    libgdx/libgdx

    24,816Auf GitHub ansehen↗

    LibGDX is a Java-based framework designed for cross-platform game development, enabling the creation and deployment of 2D and 3D games across desktop, mobile, and web environments from a single codebase. It functions as a comprehensive library that abstracts hardware-accelerated graphics, audio, input, and file system access, providing a unified interface for developers to manage game logic and application lifecycles. The framework distinguishes itself through a high-performance architecture that prioritizes efficiency and native interoperability. It utilizes a batch-oriented graphics pipelin

    Java2d3dandroid
    Auf GitHub ansehen↗24,816
  • darthton/blackboneAvatar von DarthTon

    DarthTon/Blackbone

    5,431Auf GitHub ansehen↗

    Blackbone is a collection of specialized tools for memory scanning, process injection, and kernel-driver interfaces used to manipulate the Windows execution environment. It provides a framework for executing remote code, mapping portable executable images, and managing threads across different process boundaries. The project includes a kernel memory driver to access kernel memory and modify handle rights to hide allocations from user-mode detection. It also features a library for intercepting function calls in remote processes using software interrupts and hardware breakpoints. The toolkit c

    C++
    Auf GitHub ansehen↗5,431
  • openresty/lua-nginx-moduleAvatar von openresty

    openresty/lua-nginx-module

    11,764Auf GitHub ansehen↗

    This project is an NGINX module that embeds the Lua scripting language directly into the server environment. It functions as a request processor and response filter, enabling the execution of scripts to handle HTTP requests, generate dynamic content, and manage server behavior without external application calls. The module provides a shared memory dictionary and cache manager, allowing data to be stored and retrieved across all active worker processes. This capability supports the collection of high-performance server metrics and the synchronization of information across concurrent processes.

    C
    Auf GitHub ansehen↗11,764
  • chipsenkbeil/zsh-notesAvatar von chipsenkbeil

    chipsenkbeil/zsh-notes

    21Auf GitHub ansehen↗

    Plugin extracted from my zshrc to provide a quick notes editing experience in zsh.

    Shell
    Auf GitHub ansehen↗21