You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WPF .NET 8 OHLC candlestick chart: Bollinger Bands, RSI, custom stochastic oscillator with Buy/Sell signal annotations. 10 real stocks, 4 synchronized axes, live OHLCV hover, date/time axis. Signal logic designed as AI decision-system input features. ProEssentials v10 C# example.
WPF .NET 8 3D surface chart wellbore visualization with fast animated roller-coaster camera flythrough. Real terrain surface, multi-well trajectories as 3D tubes, drill target annotations, custom polygon colors, contour scale. Press keys 0-9 to fly down each well. Oil gas subsurface. Pe3doWpf Direct3D. ProEssentials v10 C#.
WPF .NET 8 heatmap spectrogram 2D contour chart. 93K data points, log frequency, ContourColors GPU rendering. Simple clean starting point — build your own spectrogram, signal analyzer, or frequency heatmap from this template. PesgoWpf Direct3D ComputeShader. ProEssentials v10 C#.
WPF .NET 8 fast realtime 3D surface chart — 720K vertices rebuilt every 20ms. Replace with competitor to compare. GPU ComputeShader builds polygon mesh using 2000+ cores. CircularBuffer enables O(1) zero-copy append with no data shifting. Pe3doWpf Direct3D. ProEssentials v10 C#.
WPF .NET 8 Doppler radar reflectivity 2D contour chart. Real NEXRAD WSR-88D Level II data, dBZ color scale, NWS standard color table, geographic map background. Python + pure C# V06 parser for any NOAA station. PesgoWpf GPU ComputeShader. ProEssentials v10 C#. Used by meteorologists, atmospheric scientists.