Vitaly Novichkov
Vitaly Novichkov
1) What I have used? Current state of LDoc from git 2) Source code? Bunch of CPP files, Section which I wanted to refer is here: https://github.com/WohlSoft/PGE-Project/blob/master/Engine/script/bindings/core/lua_global_constants.cpp#L149-L229 3) Generated documentation:...
Hello! I have tried to use this utility on IP camera which has HTTP-API, but it requires to use Digest authentication which seems is not supported here...
This is a better libModPlug which supports more formats and gives better sound quality. Library is licensed under BSD license. It is developing in same repository as Open ModPlug Tracker...
It's another popular chiptune format that we can also support, it's for the Commodore 64 platform. The first suggested library https://github.com/libsidplayfp/libsidplayfp (Licensed under GPLv2+). If there are others with a...
All changes made on this fork are will be useful on original SDL Mixer too. Changes are must be applied accurate and result must be build-able through same set of...
Regarding stale #36, there is an idea to add an ability to get any meta-tag just by its textual name. The solution at the pull request wasn't effective, but the...
Let's do the Windows and other builds on the Github Actions? AppVeyor seems very and VERY slow while it builds the set of changes. I should try out the Github...
CMake is good and flexible, however, on some platforms autotools are feeling better and doesn't requires to install extra dependencies.
For a better organizing, it's would be cool to move any format detectors into music_*.c as a helper function to make the file type detection process be more organized? I...