VLanvin
VLanvin
Well for now we only support basic keys in `keycode.mli`, maybe we should add punctuation keys, operations, delete, PgUp/Down, etc... And it would probably be a good idea to add...
Random idea for OgamlAudio and its music module (aka. AudioStream). The problem right now is that musics/streams are expected to be played from an AudioSource. However, this is problematic since...
It should indeed be possible, even though its only for around 40 lines of code, which would be replaced by trivial code like `let set_position src pos = LLSource.set_position src.ll_source...
While developing this library, we tried to keep the number (and size) of external dependencies as low as possible. As such, it is easy to install (especially on Windows), and...