Native Win32/GDI dynamical-systems workbench for exploring logistic, tent, and sine maps. The app opens separate synchronized graph windows for bifurcation, cobweb, quadratic bridge, and cycle analysis.
Open a Visual Studio tools command prompt with clang available, then run:
iterator_gdi.cmdThe script builds iterator_gdi.exe from the source files in this directory using -O3 -march=native.
iterator_gdi.exeRight-click any graph window for options. Left-click drag follows the active mode for that graph. Hover over bifurcation, cobweb, or quadratic bridge plots for a live crosshair numeric readout. Keyboard shortcuts are listed in the usage guide.
See docs/usage.md.
The source set is the C files, build script, README, and documentation. Runtime data and generated exports are local artifacts unless deliberately shared.
The app creates local runtime state and exports beside the executable:
state/*.mru: session state, recent views, recent cycle periods, stable-cycle recordsexports/*: fixed-point logisticRexport files*.exe,*.obj,*.pdb,*.ilk: build outputs
Share these files only when you specifically want to include a personal discovery set or compiled binary.