aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Add the Examples section to the language referenceBad Diode2026-03-183-2125/+0
* Ensure bindings are installed with the standard libraryBad Diode2026-02-091-1/+1
* Rename examples and Readme stuff to oniBad Diode2026-02-0912-36/+36
* Rename all .bad files to .oniBad Diode2026-02-0910-0/+0
* Update bootstrap and use tryor on examples and main.badv0.17Bad Diode2026-02-031-23/+11
* Add an IO.Writer for SocketsBad Diode2026-01-211-20/+17
* Add simple httpserver example to examples folderBad Diode2026-01-212-0/+194
* Add assert and small stdlib cleanupBad Diode2026-01-182-2/+1
* Add a badc-run script to compile and execute badc scripts with tccBad Diode2026-01-181-1/+1
* Add makefile target for making all examples with v1Bad Diode2026-01-146-36/+36
* Fix imgui exampleBad Diode2026-01-101-2/+2
* Expand direct to backend compiler directives #global, #local, #funattrBad Diode2026-01-104-11/+11
* Add freestanding exampleBad Diode2026-01-073-0/+106
* Update bootstrap and examplesBad Diode2026-01-073-44/+38
* Fix indexing on references to arrays @arr[x][y]Bad Diode2026-01-071-4/+5
* Update examples so that everything is in their own folderBad Diode2026-01-0515-82/+329
* Remove RL header fileBad Diode2026-01-051-1713/+0
* Update bindings for raylibBad Diode2026-01-054-125/+167
* Update examples/sampler to be able to compiler (crashes, need investigation)Bad Diode2025-12-132-218/+216
* Add basic set for dot operationsBad Diode2025-12-051-17/+32
* Fix life exampleBad Diode2025-12-051-5/+6
* Enable imports to work inside namespacesBad Diode2025-11-093-1387/+39
* Add parsing/sema for array types in the form [][]TBad Diode2025-11-083-19/+19
* Adapt sampler example to work with new allocators/stdlib systemBad Diode2025-11-062-149/+157
* Fix a bug when parsing floating point numbersBad Diode2025-11-052-26/+72
* Add spectral averaging when playing audioBad Diode2025-11-051-50/+130
* Update sampler to use new imgui for basic elements (not the windows yet)Bad Diode2025-11-052-473/+108
* Update imgui code for raylibBad Diode2025-11-052-274/+327
* Add imgui exampleBad Diode2025-11-052-1/+328
* Change the cutoff/resonance to knob drawingsBad Diode2025-11-051-10/+24
* Add stereo widener fxBad Diode2025-11-051-0/+3
* Add saturators and generic FIR/IIR filters. Use filters for antialiasBad Diode2025-11-051-8/+89
* Add moog style resonant filterBad Diode2025-11-051-39/+37
* Fix minor glitch when spec playback is zeroBad Diode2025-11-051-1/+1
* Change spectrum window to be based on the mono sumBad Diode2025-11-051-83/+44
* Add possibility for SHIFT + LCLICK to play from that sampleBad Diode2025-11-051-3/+19
* Ensure mono playback works as expectedBad Diode2025-11-051-0/+5
* Add stereo osc and RMS/peak widgetBad Diode2025-11-051-35/+120
* Fix a nasty prelude Array::T initialization bugBad Diode2025-11-051-109/+23
* Display loading messages for long running tasksBad Diode2025-11-051-19/+56
* Improve performance for drawing long samplesBad Diode2025-11-051-53/+151
* Move dsp stuff to own stdlib module and add instrumentationBad Diode2025-11-051-286/+177
* Added a circular buffer and oscilloscopeBad Diode2025-11-051-36/+131
* Improve spectrum drawingBad Diode2025-11-051-17/+133
* Add inplace fft implementationBad Diode2025-11-051-1/+28
* Add euler formula for complex numbersBad Diode2025-11-051-2/+2
* Add ticks to frequency graphBad Diode2025-11-051-2/+38
* Fix some minor bugsBad Diode2025-11-051-69/+32
* Add initial FFT implementationBad Diode2025-11-051-43/+142
* Add experimental dft on playbackBad Diode2025-11-051-0/+16