~kulpas

Recent activity

What's the naming convention for routines 10 months ago

From Krzysztof Kulpiński to ~rabbits/uxn

Hi! Looking through the source code for left I noticed that some of
the routine names are written <like-this> though I don't exactly know
what's the idea behind it. It seems to be mostly UI related functions?
Could you explain what the "< >" marks mean exactly?

Also, in the uxntal library on your wiki you say that `pdec` is used
"To convert a decimal string to a value". I think it should be the
other way around :)

How do you clear 2bpp sprites? 11 months ago

From Krzysztof Kulpiński to ~rabbits/uxn

Hi, I only just started out and was following day 6 of the uxn
tutorial and I noticed that when .Screen/sprite is set to 0x80 (or
0xC0) only colors 0 and 1 get cleared, ignoring color 2 and 3. Is this
intentional?