Feature Request: Booleans
-
@Deeeds that’s easy to set up with a couple IF’S and a value.
-
@iTap-Development I find C Pointers easier to comprehend and use than other forms of reference. But it's not what I'd suggest others do.
-
@Deeeds is my suggestion what you were looking for?
-
. I'm doing it about a dozen times. About the 13th time I thought..."I've been meaning to make a point that booleans would be a time saver..." and hopped into the forum where comments and feedback are asked for... here...
And dropped this as a feature request.
I'd like them for me, and I think everyone else would benefit from them, too.
And they're so common to programming conventions and processes that it baffles me they're not in hyperPad already.
-
@iTap-Development Further, if you're at all confused about my feature requests, they generally fall into two categories:
WTF? Why doesn't hyperPad have this, it's so obviously needed and normal?
or
I think Visual Programming needs this so it's looks less like a bowl of spaghetti thrown at a wall
Feature requests are things I've probably already worked around... except the lack of proper physics editor. That's a nightmare, a killer of dreams.
-
@Deeeds But... I like bowls of spaghetti! You can show them to your friends and confuse them.
Lol don’t worry this is not how I make stuff. This happened because after I added a bunch of behaviours NEATLY hyperPad crashed, saving the behaviours and their connections but not the positions I put them in. -
@Aidan-Oxley Speechless...
-
@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?