FallingColors / HexMod

Minecraft mod about drawing spells
MIT License
131 stars 88 forks source link

(Suggestion) True/False <-> number conversion patterns #417

Open Math321 opened 1 year ago

Math321 commented 1 year ago

Hexcasting already has some support for bitwise math thanks to the set operations, but it'd be more natural to work with if these patterns existed:

gamma-delta commented 1 year ago

What do you mean on the second bullet? Converting things to their digits? their bits? integer bits or double bits?

Hate9 commented 1 year ago

@gamma-delta they almost certainly mean integer bits, although obviously that mght be a little impractical, since hexcasting's numbers are clearly doubles.