This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Mikeemoo's profile picture

Looking for a Lua expert to port a small library

Started by Mikeemoo, 19 June 2013 - 07:16 AM
Mikeemoo #1
Posted 19 June 2013 - 09:16 AM
Hi all,

A while back I wrote a color library in PHP. I'd really like to move that over to lua and include it in OpenPeripheral.

If anyone gets time, has the ability and can be motivated, here's the library:

https://github.com/m...ctive/ColorJizz

I'd do it myself, but my Lua skills are limited and pretty much all my time is taken up either working or doing OpenPeripheral!

Let me know if you're interested
thanks!
theoriginalbit #2
Posted 19 June 2013 - 09:36 AM
Sure why not. I'll give it a crack…

Taking a look through the code it wont be quite as nice an implementation as PHP, since Lua does not have nice OO, but its not an impossible port. :)/>
Mikeemoo #3
Posted 19 June 2013 - 09:46 AM
Awesome. Thanks! :)/>
Lyqyd #4
Posted 19 June 2013 - 02:54 PM
Doesn't look too hairy. I'll take a whack at this tonight if I have time. :)/>