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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
datenwolf avatar

datenwolf/linmath.h

0
View on GitHub↗
1,047 estrellas·139 forks·C·WTFPL·10 vistas

Linmath.h

a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions

Features

  • Mathematical Libraries - Linear math for graphics programming.
  • Math and Geometry - Vector library.
  • Mathematics - Compact linear math library for graphics.

Historial de estrellas

Gráfico del historial de estrellas de datenwolf/linmath.hGráfico del historial de estrellas de datenwolf/linmath.h

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Linmath.h

Proyectos open-source similares, clasificados según cuántas características comparten con Linmath.h.
  • codeplea/tinyexprAvatar de codeplea

    codeplea/tinyexpr

    1,895Ver en GitHub↗

    tiny recursive descent expression parser, compiler, and evaluation engine for math expressions

    C
    Ver en GitHub↗1,895
  • dpilger26/numcppAvatar de dpilger26

    dpilger26/NumCpp

    3,963Ver en GitHub↗

    NumCpp is a C++ framework and numerical computing library that provides a toolkit for multi-dimensional array management and mathematical routines. It functions as a C++ implementation of the NumPy ecosystem, offering a scientific computing framework for managing tensors and performing complex algebraic equations. The project enables high-performance array manipulation within a C++ environment without relying on a Python runtime. It distinguishes itself by providing a NumPy-like interface for executing linear algebra, managing multi-dimensional data structures, and performing numerical proces

    C++
    Ver en GitHub↗3,963
  • certivox/miraclAvatar de CertiVox

    CertiVox/MIRACL

    698Ver en GitHub↗

    MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).

    C
    Ver en GitHub↗698
  • g-truc/glmAvatar de g-truc

    g-truc/glm

    10,710Ver en GitHub↗

    This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of vector, matrix, and quaternion types. It is built using template metaprogramming to generate mathematical primitives at compile time, eliminating the need for precompiled binary libraries and allowing for direct integration into existing build systems. The library is distinguished by its strict adherence to the OpenGL Shading Language specification, ensuring that mathematical results remain consistent across both CPU and GPU code. It provides specialized utilities for managing float

    C++cppcpp-libraryglm
    Ver en GitHub↗10,710
Ver las 30 alternativas a Linmath.h→

Preguntas frecuentes

¿Qué hace datenwolf/linmath.h?

a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions

¿Cuáles son las características principales de datenwolf/linmath.h?

Las características principales de datenwolf/linmath.h son: Mathematical Libraries, Math and Geometry, Mathematics.

¿Qué alternativas de código abierto existen para datenwolf/linmath.h?

Las alternativas de código abierto para datenwolf/linmath.h incluyen: codeplea/tinyexpr — tiny recursive descent expression parser, compiler, and evaluation engine for math expressions. jeremyong/klein — P(R*_{3, 0, 1}) specialized SIMD Geometric Algebra Library. certivox/miracl — MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library… dpilger26/numcpp — NumCpp is a C++ framework and numerical computing library that provides a toolkit for multi-dimensional array… g-truc/glm — This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of… kthohr/stats — A C++ header-only library of statistical distribution functions.