QmelZ / pic2tri

a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PicToTri

A java "port" of geometrize, made for Mindustry.

It turns images into mlog instructions and supports huge images

To render the image after placing the schematic:

  • Place a logic processor and link it to all displays
  • Link the processor to a button
  • Paste the following code:
sensor e switch1 @enabled
jump 0 equal e 0
set i 0
getlink b i
draw clear 0 0 0 0 0 0
drawflush b
control enabled b 0 0 0 0
op add i i 1
set t @tick
jump 9 equal t @tick
jump 3 lessThan i @links
  • Click the button

About

a

License:GNU Affero General Public License v3.0


Languages

Language:Java 100.0%