itsapi / pycraft

A Minecraft-inspired game for the terminal
GNU General Public License v2.0
198 stars 21 forks source link

C Renderer on Master #108

Closed olls closed 7 years ago

olls commented 8 years ago

It would be nice to backport the neopixels C renderer to the master branch.

geraintwhite commented 8 years ago

Not finished yet... The neopixels part works but there are still problems with the general rendering calculations (in fancy lights) and the differential output

olls commented 8 years ago

How would we go about structuring this in Git? Ideally the c-renderer would be in it's own branch with neopixels branched off, but the history would be wrong if we did that now.

geraintwhite commented 8 years ago

We could merge neopixels into master from before we started the C renderer as that part was working. Then we leave the C renderer in it's own branch with the C neopixels off that

On Fri, 15 Apr 2016 at 13:30 Oliver Faircliff notifications@github.com wrote:

How would we go about structuring this in Git? Ideally the c-renderer would be in it's own branch with neopixels branched off, but the history would be wrong if we did that now.

— You are receiving this because you commented.

Reply to this email directly or view it on GitHub https://github.com/itsapi/pycraft/issues/108#issuecomment-210446297

olls commented 8 years ago

Good point

geraintwhite commented 7 years ago

We are probably ready to do this now

olls commented 7 years ago

115