blackhole_renderer 0.1.1

Real-time GPU black hole renderer with gravitational lensing and accretion disk simulation
Documentation
1
2
3
4
5
6
7
// CPU reference renderer module
//
// This module will contain:
// - CPU-based ray tracing implementation
// - Validation against GPU results
// - Debugging and accuracy testing
// - Performance profiling baseline