Steven van den Broek
Steven van den Broek
Hi, Currently it's not possible to shuffle the answers but I agree it would be a nice option to have. If I can find the time I'll look into implementing...
I've worked on parsing a list of transforms in #178, and I think that that works now and is complete (at least the 2D transformations, not the 3D ones, I...
Sorry for the delay, but this change has been released in the new version 0.6.0.1
That's a nice idea, I think I'll look into implementing it. I hadn't seen the speki application you linked before; it's interesting to see how others approach creating a flashcard...
What other uses do you have in mind for the Markdown file? I based the syntax of the cards on Markdown syntax, but focused on making questions and answers easy...
I already compensate for the `i+1` indexing by subtracting one from the size; if you would just loop over the points you would do `for (int i = 0; i...
Thanks, that works. I suppose it was my mistake then and the issue can be closed. I do think the assertion error is misleading for the user. It may be...