Skip to content

KK-mp4/RGB-Lamp-Display-Emulator

Repository files navigation

Minecraft RGB Redstone Lamp Display Emulator

Quick website for converting images to Minecraft redstone lamps with stained glass infront.

Some time ago I experimented with making 8 color rgb display in Minecraft by putting stained glass infront of redstone lamps and it worked relatively well for 3x3 pixel size. Here is a demo version schematic download link. Sinze it's pretty time consuming to test different images/pixel forms in Minecraft I made this tool.

2022-09-04_22 38 29

2022-09-05_01 54 52

Here are some random output examples:
16x16 / Art by sexypixelize
image

16x16 / Packman of course image

16x16 / Fruits by CrystalOfLies image

16x16 / I had to try Minecraft itself to see how well we can emulate it's graphics in the future generations of in-game computers
image

16x16 / No signal screen showing whole color palette
image

1x1 / "Bliss" by Charles O'Rear
image

1x1 / "Four-Byte Burger" by Jack Haeger
image

How to launch yourself using Node.js and Visual Studio Code

# install yarn
npm install --global yarn

# now install all modules
yarn

# now start project
yarn dev

License

This program is licensed under the GPL-3.0 License. Please read the License file to know about the usage terms and conditions.