nexcore-softrender 1.0.0

Pure-Rust software rasterizer — first-principles rendering from math to pixels
Documentation
  • Coverage
  • 47.87%
    90 out of 188 items documented0 out of 116 items with examples
  • Size
  • Source code size: 108.2 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 9.51 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • nexvigilant/nexcore
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nexvigilant

nexcore-softrender: Pure-Rust software rasterizer

First-principles rendering from math to pixels. Zero dependencies.

Pipeline

Geometry (vertices) → Transform (matrices) → Rasterize (edge functions) → Framebuffer (pixels)

Architecture

  • math — Vec2/3/4, Mat3/4, transforms, color (pure computation)
  • geometry — Vertex, Triangle, Mesh, shape generators
  • pipeline — Viewport, rasterizer (edge functions), fragment shading, framebuffer