awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesProcedural Processing Libraries

Libraries that perform data manipulation through direct, linear operations on memory buffers.

Distinguishing note: Focuses on stateless, linear data processing patterns rather than object-oriented or event-driven architectures.

Explore 1 awesome GitHub repository matching software engineering & architecture · Procedural Processing Libraries. Refine with filters or upvote what's useful.

Awesome Procedural Processing Libraries GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nothings/stbالصورة الرمزية لـ nothings

    nothings/stb

    33,970عرض على GitHub↗

    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

    The library performs complex tasks like image decoding or font rasterization through direct, linear manipulation of raw memory buffers without external state.

    C
    عرض على GitHub↗33,970
  1. Home
  2. Software Engineering & Architecture
  3. Procedural Processing Libraries