Page 1 of 1

Vulpus Labs libraries - Open Source.

Posted: Wed Mar 08, 2023 11:54 pm
by poetix
I've made Vulpes, my working library of module code, public on Github.

It doesn't include the vmod files or main module Java files for the Vulpus Labs modules themselves - this is a separate multi-module project containing re-usable bits and pieces, and core logic for each module. So it's very much up to the reader to figure out how any of this is to be used. Nevertheless, I hope it's got some helpful things in it.

For example, if you've ever thought "I wonder how the pretty scope in Swirl was done", the answers are mostly here: https://github.com/Vulpus-Labs/vulpes/b ... lView.java

The license is MIT, although please note that https://github.com/Vulpus-Labs/vulpes/b ... ilter.java is substantially derived from R_Ware's resampling filter, carries its copyright notice, and should be consumed under the terms specified therein.

Re: Vulpus Labs libraries - Open Source.

Posted: Thu Mar 09, 2023 8:50 am
by utdgrant
What an awesome gesture! Thank you so much.