@poleguy yes, ty! In real time wasd control.
On video below it’s how I see it on pc screen (with actual audio).
ut3usw
@ut3usw@mastodon.radio
Posts
-
Wrote a custom C++ engine to render raw WAD geometry directly to the DAC. -
Wrote a custom C++ engine to render raw WAD geometry directly to the DAC.@Quantensalat Actually, the DAC filters help here! Since I'm drawing continuous paths instead of raster pixels, the reconstruction filter smooths the discrete samples into nice clean lines. Plus, running at 96kHz gives enough bandwidth for sharpness
-
Wrote a custom C++ engine to render raw WAD geometry directly to the DAC.@Quantensalat Hey! TY! The graphics are just stereo audio signals generated in code. X and Y coordinates are mapped directly to Left and Right audio channel voltages.
-
Wrote a custom C++ engine to render raw WAD geometry directly to the DAC.Wrote a custom C++ engine to render raw WAD geometry directly to the DAC.
Pure vector output, 1D occlusion culling, no rasterization tricks.
Running on a MOTU M4.