Application - Printable Version +- Forums - Open Redstone Engineers (https://forum.openredstone.org) +-- Forum: Moderation (https://forum.openredstone.org/forum-94.html) +--- Forum: Build Server Applications (https://forum.openredstone.org/forum-10.html) +---- Forum: Approved For Trial (https://forum.openredstone.org/forum-11.html) +---- Thread: Application (/thread-13837.html) |
Application - ASRS_ - 03-25-2018 Minecraft name: ASRS_ What do you like the most about redstone?: How you can make complex machines that can do alot of stuff in the game. What's a thing you have made which demonstrates redstone knowledge?: Line drawer What does it do?: Draw lines using the bresenham algorithm. 18 tick clock at the max, i haven't tried to make it go lower yet. It's 6 bits, and has 12 adders and subtractors. the stuff it does: it subtracts the 2 x and y values, then turns them into absolute value. then it multiplies the Y by 2, and subtracts that by the x. this is the first P. then it adds(or subs if the line is going downwards) 1 to both x and y. it does not add to y if P is negative. Then it takes the last P, if it is negative it adds 2Y to P, if it is positive it does lastP+2Y-2X. then it uses that to add 1 to both x and y again, and repeat the loop. Image and/or video, from imgur.com or youtube.com: image1 image2 image3 image4 What do you plan on making for your build trial?: ALU Do you agree with the rules?: Yes RE: Application - LambdaPI - 03-27-2018 What will your ALU do? RE: Application - ASRS_ - 03-27-2018 It will be based off of a 4 bit 4 tick CCA, and be able to do some logic operations like add, xnor, nand, or, nor, and, xor, sub. It will also have some flags and a decoder for being able to tell if A > B, A = B, and A < B. Application - LambdaPI - 03-28-2018 Accepted for trial! Hop on the server at mc.openredstone.org and ask a staff member for assistance. |