openpixelcontrol icon indicating copy to clipboard operation
openpixelcontrol copied to clipboard

Interest in a Julia Port?

Open kellertuer opened this issue 6 years ago • 3 comments

I programmed a few things for my LEDs with OPC (and fadecandy). These days I prefer Julia and started a few lines to port the python Code to Julia (especially typed).

Is there any interest in getting this code also into OPC? I am currently thinking about maybe doing an OpenPixelControl.jl for Julia.

kellertuer avatar Jan 10 '19 21:01 kellertuer

Please feel welcome! That would be a nice contribution.

zestyping avatar Jan 12 '19 23:01 zestyping

Cool. I got my first functions running emulating the OPC protocol and will pack that into a Julia package soon, then (after checking that I also provide all funtions, the Julia package provides, too).

kellertuer avatar Jan 13 '19 09:01 kellertuer

I started the package here https://github.com/kellertuer/OpenPixelControl.jl and already applied for it to be added to the general Julia registry (actually I used this small package, to learn how to do that). I will provide small examples, in Julia, soon, then.

Since your repository covers both c and python code – how shall we integrate the Julia package into this one? Adding the Repository as a submodule would be a way to go – though with the general registry just add OpenPixelControl in Julia REPL will add the package (soon)...

kellertuer avatar May 04 '19 17:05 kellertuer