Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
A-C-E56526y@bigworld12 iirc, I think it’s a way to represent the bitmap by somehow mapping the data to binary
Like each square is either 0 or 1 and then that gets interpreted as int??? Idk -
@Condor 30% of the code is bit shifting anyways. I just used JS because it's easiest to set up a simple canvas and text output.
<100 lines, HTML and JS. -
Condor323326y@AlgoRythm terminal and JS got me confused.. I thought it'd be Node or something like that. Good morning to me too 😅
Related Rants
Since I have been working a LOT with terminal graphics lately, I made a really shit bitmap machine in JavaScript so I can draw bitmaps and get the int value instantly! Very proud of self, took 10 minutes between Overwatch games.
random
c
javascript