#how do i even code? p.s i suck and use pc
1 messages · Page 1 of 1 (latest)
This is the most broad question ever
You try stuff
One place you can learn is #class-info
Learn the basics first or do what i did… just jump right into the system you want to make and learn as you go
circuits and coding are very different
huh
yep not that similar
similar names and similar logic
other than that circuits are very different and are like 20000000x easier
no they arent lol
circuits are just a more limited form of visual coding to explicitly function as an in game extention of C#
I am talking visually
not really, i just have a different mindset fir each, both open my eyes on new things about the other & how to simply things n such
visually circuits are way easier to manage
well thats a given
they're easier to learn and whatever else
look up playmaker unity
not very fast to build tho
not really because they exist in 3d space they can be easier to comprehend but also because they exist in 3d space they very quickly take up massive areas and look very clunky look at literally any complex circuit creation its just a massive clump of colors
not when you're the one who placed the circuits tho
also I just looked up the place maker thing you're talking about
and I have never heard of that in my life
it looks very cool
that's cause it is a visual programming language for unity it costs like $200 tho 💀
circuits to me are much much easier
idk a fuck ton about coding but I know there's some stuff rec rook does for you
threading and shit
I'm tired and can't be bothered with grammar and thinking
thumbs up
ok
The main difference is that circuits r 🗑️ while coding is actually good
Why y'all keep deleting the question 
What is this even doing
My improvement to RLE, not only compressing data in gneral, but also removing redundancy of when the same run length is redefined, thus i call it, RLCE (Run, Length, Changed, Encoding). Its compression for my printer
Ohhh
I have no fucking clue what that is
Its math
You are the worst
Lol Quanton lady gonna answer ya prolly. She been typing for a minute
it encodes the run length:
a, a, a, b, b, b, c, d, e, e
turns to:
3a, 3b, 1c, 1d, 2e
but u need delimiter between them so u can seperate run length and data
You absolutely butchered the word Quaternion
however, mine only dose on run length changed:
3a, b, 1c, d, 2e
oh well
Hmmmmm ok I think I understand
in this case saving 2 characters on space
