Feature Request: Booleans
-
@Aidan-Oxley btw, very happy to see this as it's something I figured out as an organising technique, and have been using EVERYWHERE...
-
@Deeeds Lol now I’m tying to figure out exactly what that project even was. I don’t know when I took that screenshot.
-
Oh, it was my laggy 3D engine... uh, it’s gotten worse since that screenshot........
Not even gonna pretend I know how this works any more. Big stack of Ifs up the top. -
@Aidan-Oxley I really don't know what to say.
I'm impressed. Massively. But my mouth is agape and my eyes boggled, brain cells feel like dust in the wind whilst looking at this. Staggering.
-
-
@Jack8680 You're a FREAK!!!!
That's unfathomable amounts of effort, patience, persistence and talent. FAR OUT!!!!!!!!!!!!!!!!!!!
-
@Deeeds that's Aidan's project by the way, not mine.
-
@Jack8680 My points stand. He's a freak ;)
@Aidan-Oxley
-
@Deeeds Lol idk how 3D works, I got the formulas off the internet and incorporated into hyperPad. One day I hope to understand better how and why they actually work.
-
@Aidan-Oxley I don't know much about 3D either.
Perhaps this is the correct lighting model for your cubes:
-
I definitely agree. Booleans are pretty much used in every programming language, and it’s much cleaner than checking (if someLabel == “true”).
I also think it would help with visualisation, as in a lot of my code I use, for example, bool isCool, so I can use it in an if statement like “if(isCool) { /* Person is cool */ }”
-
@Kamdroid Maybe, but it probably doesn’t have to be high priority since getting labels works fine. If you don’t like getting labels then use Attributes or Box Containers (better idea than using labels anyway). I don’t know how they work, but I guess they would make things easier, but I’ve never had a problem with the way it already works.
-
@Aidan-Oxley What do you think should be the highest priority addition/fix to hyperPad?
-
@Deeeds Kamdroids post of dynamic stuff I find would be awesome. Basically, in my opinion, features that allow you to do something that you couldn’t do before have higher priority over things that make what you can already do easier.
-
While bools would be cool. I don't think they're super high priority. Mainly because you can work around them very easily with an IF and a box container. Yeah, it's an extra behaviour. But not that huuuge of a deal. When compared to the other bugs and issues users find :).