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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to auburns/fastnoisesimd

Open-source alternatives to FastNoiseSIMD

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

  • ashvardanian/numkongAvatar de ashvardanian

    ashvardanian/NumKong

    1,829Voir sur GitHub↗

    SIMD-accelerated distances, dot products, matrix ops, geospatial & geometric kernels for 16 numeric types — from 6-bit floats to 64-bit complex — across x86, Arm, RISC-V, and WASM, with bindings for Python, Rust, C, C++, Swift, JS, and Go 📐

    C
    Voir sur GitHub↗1,829
  • auto-differentiation/xadAvatar de auto-differentiation

    auto-differentiation/xad

    421Voir sur GitHub↗

    Fast, easy automatic differentiation in C++

    C++aadalgorithmic-differentiationauto-differentiation
    Voir sur GitHub↗421
  • autodiff/autodiffAvatar de autodiff

    autodiff/autodiff

    1,933Voir sur GitHub↗

    automatic differentiation made easier for C++

    C++auto-differentiationautodiffautodifferentiation
    Voir sur GitHub↗1,933
  • b-k/apopheniaAvatar de b-k

    b-k/apophenia

    207Voir sur GitHub↗

    A C library for statistical and scientific computing

    C
    Voir sur GitHub↗207
  • boostorg/multiprecisionAvatar de boostorg

    boostorg/multiprecision

    257Voir sur GitHub↗

    Boost.Multiprecision

    C++
    Voir sur GitHub↗257

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
brunolevy/geogramAvatar de BrunoLevy

BrunoLevy/geogram

2,444Voir sur GitHub↗

a programming library with geometric algorithms

C++
Voir sur GitHub↗2,444
  • certivox/miraclAvatar de CertiVox

    CertiVox/MIRACL

    698Voir sur 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
    Voir sur GitHub↗698
  • cgal/cgalAvatar de CGAL

    CGAL/cgal

    5,757Voir sur GitHub↗

    CGAL is a software library that provides a comprehensive collection of computational geometry algorithms and data structures. It is built around a geometry kernel that defines fundamental geometric primitives and operations, enabling the construction of complex geometric objects and the computation of geometric predicates with exact arithmetic for reliable results. The library covers a wide range of geometric computation capabilities, including the construction of convex hulls, triangulations of point sets, and the generation of Voronoi diagrams. It also supports the processing of polygonal m

    C++algorithmsarrangeboolean-operations
    Voir sur GitHub↗5,757
  • chmike/fpsqrtAvatar de chmike

    chmike/fpsqrt

    97Voir sur GitHub↗

    Integer and fixed point square root functions using only add, subtract and shifts

    C
    Voir sur GitHub↗97
  • ckormanyos/wide-integerAvatar de ckormanyos

    ckormanyos/wide-integer

    220Voir sur GitHub↗

    Wide-Integer implements a generic C++ template for uint128t, uint256t, uint512t, uint1024t, etc.

    C++
    Voir sur GitHub↗220
  • codeplea/tinyexprAvatar de codeplea

    codeplea/tinyexpr

    1,895Voir sur GitHub↗

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

    C
    Voir sur GitHub↗1,895
  • datenwolf/linmath.hAvatar de datenwolf

    datenwolf/linmath.h

    1,047Voir sur GitHub↗

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

    C
    Voir sur GitHub↗1,047
  • demianmnave/cmlAvatar de demianmnave

    demianmnave/CML

    84Voir sur GitHub↗

    The Configurable Math Library

    C++cplusplus-11cplusplus-14cplusplus-17
    Voir sur GitHub↗84
  • dmitribogdanov/utlAvatar de DmitriBogdanov

    DmitriBogdanov/UTL

    335Voir sur GitHub↗

    Collection of self-contained header-only libraries for C++17

    C++
    Voir sur GitHub↗335
  • dpilger26/numcppAvatar de dpilger26

    dpilger26/NumCpp

    3,963Voir sur 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++
    Voir sur GitHub↗3,963
  • g-truc/glmAvatar de g-truc

    g-truc/glm

    10,710Voir sur 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
    Voir sur GitHub↗10,710
  • gistrec/geo-utils-cppAvatar de gistrec

    gistrec/geo-utils-cpp

    69Voir sur GitHub↗

    Tiny header-only C++17 library for lat/lng geometry: distance, bearing, area, point-in-polygon and path proximity

    C++
    Voir sur GitHub↗69
  • imakris/mexceAvatar de imakris

    imakris/mexce

    5Voir sur GitHub↗

    Single-header C++ JIT compiler/evaluator for mathematical expressions

    C++
    Voir sur GitHub↗5
  • jeremyong/kleinAvatar de jeremyong

    jeremyong/klein

    802Voir sur GitHub↗

    P(R*_{3, 0, 1}) specialized SIMD Geometric Algebra Library

    C++
    Voir sur GitHub↗802
  • jhumphry/lalgAvatar de jhumphry

    jhumphry/LALG

    5Voir sur GitHub↗

    This is an Ada 2012 package that provides an interface to dense linear algebra packages. Initially the focus is on BLAS, which has been covered except for routines working on banded matrices.

    Ada
    Voir sur GitHub↗5
  • johnmcfarlane/cnlAvatar de johnmcfarlane

    johnmcfarlane/cnl

    691Voir sur GitHub↗

    A Compositional Numeric Library for C++

    C++arithmeticcmakecpp
    Voir sur GitHub↗691
  • kthohr/statsAvatar de kthohr

    kthohr/stats

    559Voir sur GitHub↗

    A C++ header-only library of statistical distribution functions.

    C++
    Voir sur GitHub↗559
  • lballabio/quantlibAvatar de lballabio

    lballabio/QuantLib

    6,786Voir sur GitHub↗

    QuantLib is a quantitative finance library and analysis engine built in C++ for executing complex financial calculations and simulations. It serves as a framework for quantitative finance modeling and trading risk management, providing the tools necessary to calculate fair values and risk metrics for diverse financial assets. The project focuses on financial instrument modeling and the evaluation of potential losses and exposure levels to inform portfolio management decisions. It provides a system for modeling financial instruments and managing trading risk through quantitative mathematical m

    C++quantitative-finance
    Voir sur GitHub↗6,786
  • lemire/fastmodAvatar de lemire

    lemire/fastmod

    349Voir sur GitHub↗

    A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.

    C++
    Voir sur GitHub↗349
  • libtom/libtommathAvatar de libtom

    libtom/libtommath

    792Voir sur GitHub↗

    LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.

    C
    Voir sur GitHub↗792
  • mapbox/wagyuAvatar de mapbox

    mapbox/wagyu

    193Voir sur GitHub↗

    A general library for geometry operations of union, intersections, difference, and xor

    C++
    Voir sur GitHub↗193
  • microsoft/directxmathAvatar de microsoft

    microsoft/DirectXMath

    1,779Voir sur GitHub↗

    DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps

    C++arm-neonarm64avx
    Voir sur GitHub↗1,779
  • mosteo/hungarianAvatar de mosteo

    mosteo/hungarian

    2Voir sur GitHub↗

    Ada wrapper for the fast Stachniss' Hungarian solver

    Ada
    Voir sur GitHub↗2
  • nvidia/matxAvatar de NVIDIA

    NVIDIA/MatX

    1,431Voir sur GitHub↗

    An efficient C++20 GPU numerical computing library with Python-like syntax

    C++
    Voir sur GitHub↗1,431
  • orange-cpp/omathAvatar de orange-cpp

    orange-cpp/omath

    217Voir sur GitHub↗

    Cross-platform modern general purpose game/mods/cheats development framework written in C++23.

    C++
    Voir sur GitHub↗217