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
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesCPU Simplex Noise Generators

Computes smooth pseudo-random values across two, three, and four dimensions entirely on the CPU.

Distinct from GPU Noise Generators: Distinct from GPU Noise Generators: explicitly performs multi-dimensional noise generation on the CPU using typed arrays.

Explore 1 awesome GitHub repository matching graphics & multimedia · CPU Simplex Noise Generators. Refine with filters or upvote what's useful.

Awesome CPU Simplex Noise Generators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jwagner/simplex-noise.jsAvatar de jwagner

    jwagner/simplex-noise.js

    1,833Ver en GitHub↗

    Simplex-noise.js is a mathematical noise generator and graphics library implemented in TypeScript. It computes smooth pseudo-random values across two, three, and four dimensions, producing organic patterns and spatial effects without relying on static image assets. The library operates through a stateless mathematical engine that uses precomputed coordinate lookup tables and typed array buffers to manage numeric data. It supports deterministic seed injection, accepting custom pseudo-random number generator functions to initialize permutation tables with reproducible values for repeatable outp

    Produces smooth pseudo-random values across two, three, and four dimensions for procedural content.

    TypeScriptdemogfxjavascript
    Ver en GitHub↗1,833
  1. Home
  2. Graphics & Multimedia
  3. GPU Noise Generators
  4. CPU Simplex Noise Generators