index
:
oni-lang
main
The Oni programming language
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the Examples section to the language reference
Bad Diode
2026-03-18
3
-2125
/
+0
*
Ensure bindings are installed with the standard library
Bad Diode
2026-02-09
1
-1
/
+1
*
Rename examples and Readme stuff to oni
Bad Diode
2026-02-09
12
-36
/
+36
*
Rename all .bad files to .oni
Bad Diode
2026-02-09
10
-0
/
+0
*
Update bootstrap and use tryor on examples and main.bad
v0.17
Bad Diode
2026-02-03
1
-23
/
+11
*
Add an IO.Writer for Sockets
Bad Diode
2026-01-21
1
-20
/
+17
*
Add simple httpserver example to examples folder
Bad Diode
2026-01-21
2
-0
/
+194
*
Add assert and small stdlib cleanup
Bad Diode
2026-01-18
2
-2
/
+1
*
Add a badc-run script to compile and execute badc scripts with tcc
Bad Diode
2026-01-18
1
-1
/
+1
*
Add makefile target for making all examples with v1
Bad Diode
2026-01-14
6
-36
/
+36
*
Fix imgui example
Bad Diode
2026-01-10
1
-2
/
+2
*
Expand direct to backend compiler directives #global, #local, #funattr
Bad Diode
2026-01-10
4
-11
/
+11
*
Add freestanding example
Bad Diode
2026-01-07
3
-0
/
+106
*
Update bootstrap and examples
Bad Diode
2026-01-07
3
-44
/
+38
*
Fix indexing on references to arrays @arr[x][y]
Bad Diode
2026-01-07
1
-4
/
+5
*
Update examples so that everything is in their own folder
Bad Diode
2026-01-05
15
-82
/
+329
*
Remove RL header file
Bad Diode
2026-01-05
1
-1713
/
+0
*
Update bindings for raylib
Bad Diode
2026-01-05
4
-125
/
+167
*
Update examples/sampler to be able to compiler (crashes, need investigation)
Bad Diode
2025-12-13
2
-218
/
+216
*
Add basic set for dot operations
Bad Diode
2025-12-05
1
-17
/
+32
*
Fix life example
Bad Diode
2025-12-05
1
-5
/
+6
*
Enable imports to work inside namespaces
Bad Diode
2025-11-09
3
-1387
/
+39
*
Add parsing/sema for array types in the form [][]T
Bad Diode
2025-11-08
3
-19
/
+19
*
Adapt sampler example to work with new allocators/stdlib system
Bad Diode
2025-11-06
2
-149
/
+157
*
Fix a bug when parsing floating point numbers
Bad Diode
2025-11-05
2
-26
/
+72
*
Add spectral averaging when playing audio
Bad Diode
2025-11-05
1
-50
/
+130
*
Update sampler to use new imgui for basic elements (not the windows yet)
Bad Diode
2025-11-05
2
-473
/
+108
*
Update imgui code for raylib
Bad Diode
2025-11-05
2
-274
/
+327
*
Add imgui example
Bad Diode
2025-11-05
2
-1
/
+328
*
Change the cutoff/resonance to knob drawings
Bad Diode
2025-11-05
1
-10
/
+24
*
Add stereo widener fx
Bad Diode
2025-11-05
1
-0
/
+3
*
Add saturators and generic FIR/IIR filters. Use filters for antialias
Bad Diode
2025-11-05
1
-8
/
+89
*
Add moog style resonant filter
Bad Diode
2025-11-05
1
-39
/
+37
*
Fix minor glitch when spec playback is zero
Bad Diode
2025-11-05
1
-1
/
+1
*
Change spectrum window to be based on the mono sum
Bad Diode
2025-11-05
1
-83
/
+44
*
Add possibility for SHIFT + LCLICK to play from that sample
Bad Diode
2025-11-05
1
-3
/
+19
*
Ensure mono playback works as expected
Bad Diode
2025-11-05
1
-0
/
+5
*
Add stereo osc and RMS/peak widget
Bad Diode
2025-11-05
1
-35
/
+120
*
Fix a nasty prelude Array::T initialization bug
Bad Diode
2025-11-05
1
-109
/
+23
*
Display loading messages for long running tasks
Bad Diode
2025-11-05
1
-19
/
+56
*
Improve performance for drawing long samples
Bad Diode
2025-11-05
1
-53
/
+151
*
Move dsp stuff to own stdlib module and add instrumentation
Bad Diode
2025-11-05
1
-286
/
+177
*
Added a circular buffer and oscilloscope
Bad Diode
2025-11-05
1
-36
/
+131
*
Improve spectrum drawing
Bad Diode
2025-11-05
1
-17
/
+133
*
Add inplace fft implementation
Bad Diode
2025-11-05
1
-1
/
+28
*
Add euler formula for complex numbers
Bad Diode
2025-11-05
1
-2
/
+2
*
Add ticks to frequency graph
Bad Diode
2025-11-05
1
-2
/
+38
*
Fix some minor bugs
Bad Diode
2025-11-05
1
-69
/
+32
*
Add initial FFT implementation
Bad Diode
2025-11-05
1
-43
/
+142
*
Add experimental dft on playback
Bad Diode
2025-11-05
1
-0
/
+16
[next]