An open API service indexing awesome lists of open source software.

https://github.com/osch/osch


https://github.com/osch/osch

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

### Lua Multi Threading
* [lua-mtmsg](https://github.com/osch/lua-mtmsg) - Low-level multi-threading message buffers for [Lua]
* [lua-mtstates](https://github.com/osch/lua-mtstates) - Invoke [Lua] interpreter states from multiple threads
* [lua-mtint](https://github.com/osch/lua-mtint) - Make [Lua] threads and coroutines interruptible

### Lua GUI
* [lua-lpugl](https://github.com/osch/lua-lpugl) - A minimal [Lua]-API for building GUIs using Cairo or OpenGL
* [lua-lwtk](https://github.com/osch/lua-lwtk) - Implement cross platform GUI widgets in pure [Lua] on top of [LPugl] or [LÖVE] 2D game engine.
* [lua-lqtk](https://github.com/osch/lua-lqtk) - A Lua binding for [Qt 6.9]

### Lua Audio
* [LDPF](https://github.com/LDPF/LDPF) - Implement Lua-GUIs for audio plugins using the [DISTRHO] Plugin Framework
* [LDPF-Examples](https://github.com/LDPF/LDPF-Examples) - Example plugins for [LDPF]
* [lua-ljack](https://github.com/osch/lua-ljack) - Lua binding for the [JACK] Audio Connection Kit
* [lua-lrtaudio](https://github.com/osch/lua-lrtaudio) - Lua binding for [RtAudio]
* [lua-lrtmidi](https://github.com/osch/lua-lrtmidi) - Lua binding for [RtMidi]
* [lua-auproc](https://github.com/osch/lua-auproc) - Simple audio processor objects for [Lua]

### Miscellaneous
* [lrexrepl](https://github.com/osch/lrexrepl) - Commandline tool: Search & Replace in multiple files using [Lua] and Regular Expressions
* [lua-nocurses](https://github.com/osch/lua-nocurses) - A terminal screen manipulation library for [Lua]
* [lua-capis](https://github.com/lua-capis) - C-APIs for native [Lua] module interoperability
* [lua-carray](https://github.com/osch/lua-carray) - Lua arrays for primitive numeric C data types
* [lua-lfft](https://github.com/osch/lua-lfft) - Fast Fourier Transformation for Lua
* [LucED](https://github.com/osch/luced) - The Lucid Editor - a fast & lightweight text editor for [X11]

[Lua]: https://www.lua.org/
[LÖVE]: https://love2d.org/
[DISTRHO]: https://github.com/DISTRHO/DPF
[JACK]: https://jackaudio.org/
[RtAudio]: https://github.com/thestk/rtaudio
[RtMidi]: https://github.com/thestk/rtmidi
[X11]: https://en.wikipedia.org/wiki/X_Window_System
[LPugl]: https://github.com/osch/lua-lpugl
[LDPF]: https://github.com/LDPF/LDPF
[Qt 6.9]: https://doc.qt.io/qt-6.9/