@gunstick i hope, i can! that oscilloscope has a z probe.
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.@deusfigendi Good catch! Yes, I currently force a transit from center (0,0) at the start of the frame. It helps with centering on my specific scope setup, but avoiding it would definitely be more efficient.
-
Wrote a custom C++ engine to render raw WAD geometry directly to the DAC.@deusfigendi Absolutely. I use a greedy solver to minimize the 'air travel' of the beam between lines. Without it, the refresh rate would tank because the beam would waste too much time jumping around.
-
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.@steffen actually this is E1M1 from original doom1.wad!
-
Wrote a custom C++ engine to render raw WAD geometry directly to the DAC.@Computeum YES! This is a gift from my wife %)
-
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.@Aleums itโs doom! E1M1

-
Wrote a custom C++ engine to render raw WAD geometry directly to the DAC.@poleguy yes, ty! In real time wasd control.
On video below itโs how I see it on pc screen (with actual audio). -
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.