Skip to content

Ever wanted to turn images into schematics? Now you can! bug reports @mars0x0 on discord

License

Notifications You must be signed in to change notification settings

7003Mars/pic2tri

Repository files navigation

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

Ever wanted to turn images into schematics? Now you can! bug reports @mars0x0 on discord

Topics

Resources

License

Stars

Watchers

Forks