The Bézier Game
21–30 of 39 posts
Re: The Bézier Game
#22Solid game, I got 11. I just wish there was a way to edit nodes - it's really annoying to try to guess what the curve will look like when moving an unlinked node (like in the heart example). I can see that being part of the game though, I definitely got better at it by the end.
Being able to manipulate the control points after adding them, at least in angle and creating cusp points would make understanding them easier I feel. At least some initial interactive demo node for the user to play around with.
Re: The Bézier Game
#23Having never used a "pen tool" and having no idea how it works, I have no idea how to get past the bottom point of the heart.
Re: The Bézier Game
#24Re: The Bézier Game
#25One word. Thank you.
Re: The Bézier Game
#26Re: The Bézier Game
#27Not sure if considered bug or "feature" but after first level, on levels that require you to go to your starting point, i.e.: draw a heart or circle, you can click on your starting point again, winning the level with all your nodes remaining. This can be used to skip levels.
This is a bug indeed, thanks for the notice. (changed the way this was detected and I accidentally the whole thing, sigh).
Re: The Bézier Game
#28Great game! For me, the issue is this: the direction that you drag when you're doing your first anchor point is the opposite of the direction that it should be. You're dragging away from the direction you want it to curve, rather than towards it. But for every anchor point other than the first one, you're dragging towards it.
Author here. That's the way Adobe Illustrator thinks Bézier curves should work, unfortunately. I have no idea why,I chose to follow their lead because the purpose is learning how to use a tool. Still on the fence on this one, I even had to go out of my way to implement it.
Re: The Bézier Game
#29Earlier quoted context omitted.
This is a bug indeed, thanks for the notice. (changed the way this was detected and I accidentally the whole thing, sigh).
"I accidentally the whole thing" ... best typo ever, given the bug. :D Is there such a thing as a typo pun?
Re: The Bézier Game
#30Great game! For me, the issue is this: the direction that you drag when you're doing your first anchor point is the opposite of the direction that it should be. You're dragging away from the direction you want it to curve, rather than towards it. But for every anchor point other than the first one, you're dragging towards it.
Author here. That's the way Adobe Illustrator thinks Bézier curves should work, unfortunately. I have no idea why,I chose to follow their lead because the purpose is learning how to use a tool. Still on the fence on this one, I even had to go out of my way to implement it.