BasicLogo
This is pretty POG not gonna lie
FYI I made this much faster now @AdCharity @SixBeeps @CodingCactus.
@amasad nice, how?
@CodingCactus a bunch of performance optimization. Mostly around making it buffer updates to the display until a reasonable time (either a certain number of steps or when we see a pause
statement)
@amasad cool
What are all the "f"s and numbers in the D variable for?
@CodingCactus basically the D variable holds a crap ton of hex color codes all joined together. A loop at the bottom takes it and prints a color every 6 letters (a solid color, get it hex => 6) into a new spot. The idea was from SixBeeps.
the fffs would be for the color white.
@AdCharity oh, how do you translate an image into the hex values?
@CodingCactus Actually I take rgb values, convert each one to their corresponding hex values, and string them together to get a final hex color. It's just matter of converting numbers; I found this to be a pretty good resource while I was building the code: https://campushippo.com/lessons/how-to-convert-rgb-colors-to-hexadecimal-with-javascript-78219fdb
@AdCharity ok, cool
@AdCharity how do you take rgb values?
@CodingCactus i don't know if Basic supports rgb. It can take string colors like green
and hex. I found this while I was researching: http://www.quitebasic.com/
I'm going to do something with pg-basic as well once plotting is fixed ;)
@MrEconomical I want leakssss
O.o noiiiiiice
so cool! Also if it's not too much of a problem, can you do it for my logo? If you say yes I will send you the logo.
@shaanbomb123
Here's the repl with the bee
https://repl.it/join/puenbwyq-adcharity
Sorry about the late response I was surfing the net lol
Thank you so much! I needed to do some thing exactly like that for my website, and when I saw your project I couldn't resist asking!
oh and you actually did it 10x as fast as I thought you would, the code output was a spitting image
of my logo, thanks!
You didn't made this your program did, there's a different.
¯_(ツ)_/¯