#how do i even code? p.s i suck and use pc

1 messages · Page 1 of 1 (latest)

violet ether
#

Wdym?

#

This is the most broad question ever

#

You try stuff

#

Learn the basics first or do what i did… just jump right into the system you want to make and learn as you go

humble nest
#

circuits and coding are very different

viscid light
humble nest
#

similar names and similar logic

#

other than that circuits are very different and are like 20000000x easier

urban zealot
#

circuits are just a more limited form of visual coding to explicitly function as an in game extention of C#

humble nest
#

I am talking visually

viscid light
humble nest
#

visually circuits are way easier to manage

viscid light
humble nest
urban zealot
viscid light
urban zealot
# humble nest visually circuits are way easier to manage

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

humble nest
#

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

urban zealot
humble nest
#

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

urban zealot
#

ok

waxen mason
humble nest
#

they're incomparable

#

different use cases

glass zinc
#

Why y'all keep deleting the question RRwah

odd vale
viscid light
# odd vale 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

odd vale
#

I have no fucking clue what that is

valid flint
odd vale
#

I get that

#

But what is "RLE"?

valid flint
#

Read, Learn, Educate

odd vale
valid flint
viscid light
# odd vale Ohhh

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

odd vale
#

You absolutely butchered the word Quaternion

viscid light
#

however, mine only dose on run length changed:
3a, b, 1c, d, 2e

valid flint
viscid light