Giter Club home page Giter Club logo

pixlcraft's Introduction

The way the algorithm works is it takes a pixel of the image and gets the distance of the RGBA value from the image pixel to the average RGBA values of a minecraft block. It does this for every block I have added (30 blocks so far) and determines the lowest distance out of all the blocks. Then it returns the namespace id of the block it looks closest to. It combines the block and the relative coordinates of the image pixel (from the orgin) into a single line setblock command. it does this for every pixel of the image. (scanning all the pixels in the y axis' from left to right). It packs those single line commands into a .mcfunction file/files (depending on the length) and compresses them into an archive consisting of a manifest.json file, the pack icon, and all the functions. Then the archive gets renamed from .zip to .mcfunction which is read by minecraft as a behavior pack. This is a similar tool to Spritecraft made by Autosaved, except it works on bedrock (Pocket edition and Windows edition) rather than Java. It also does not require mcedit.

pixlcraft's People

Contributors

crbuch avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.