-
-
Notifications
You must be signed in to change notification settings - Fork 39
Draw-Your-Own-Pattern Functionality #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Whow that very nice. Have you a video ton better see it? |
Here's a really quick sketch using my mouse. If you have a touchscreen or stylus, its much easier! Untitled.video.-.Made.with.Clipchamp.COMPRESS.mp4 |
Nice 🙌🙌 |
There is a coding error in the APP, how can it be resolved? |
12/6/2024 Updates: Created Debugger Graphs to help discover any issues. |
What should I do? This is the first time I encounter this situation. Are the two files you gave me to replace the files in the SD card? If possible, please guide me, thank you! |
Happy to help, sorry for not being clearer... How to use:
You can then draw whtever pattern you'd like. When finished, click "export pattern" to save the ".thr" file. This ".thr" file is the file you will put on the SD Card for your table |
Hi Justin. I've finally played around with your DYOP page. I like it, and I can see a place for this in Sandify. Here's what I am imagining, roughly:
Let me know your thoughts, and I'll give some more thought on how we can pull the logic in your app into the Sandify structure. |
Moeller, This code is really cool. I have been paying attention to this, but I haven't given it much consideration until today. Sorry. I'm really glad you shared it. Sharing this tool the way you did is a good way to get this started. Are those first patterns really drawn using this tool? They are amazing. The rest of this pertains to sandify, not the drawing code as it is. Bob, I like your thoughts on it. Drawing is pretty fun, and tactile, and obviously a great feature. I think your idea of cutting the drawing into multiple lines is a good one. But I bet people are going to be drawing pretty continuously, and not being able to select multiple lines would make any movement really frustrating. I also want to keep it pretty simple (at least as an MVP) to avoid doing any kind of playlist feature (like reordering lines) inside the drawing layer. I haven't done a lot of drawing on a tablet or mouse. But I have tried a few and they all seem to have an undo button. It is common to frequently lift your pen to "save progress" as you draw. If you mess up, you only undo a little bit. So in my mind, the lines go into a queue, and we can add an undo button to pop them off (could be a feature for the next version). But I would want the whole layer to move, scale, loop, etc together. Some open questions I have:
That is a lot of opinions. But this project is not me dictating things. If anyone wants to push on these features and you're not breaking the existing functionality too much, then I will test, approve, and release it. |
Hi Bob & Jeff, Thanks so much for all your feedback on this project. I'll start off by saying that this entire project is outside of my area of expertise, I work in insurance and have only used html or JavaScript a couple times before this project. On top of that, my free time is limited these next couple months as I'll be studying for some professional exams. Other Tab VS Existing Window Clear Button/Undo Button *Side note: The Sandify preview at 100% is too small, and 200% is too big. Idk if this is monitor specific, but having an in-between size would be nice. Contiguous VS Dotted Line Coding Interface |
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I just wanted to share my attempt at a HTML/Javascript program to create a Sandtable pattern from just drawing it on your screen.
It has functionality to import & position a background image for tracing, and my attempts can be seen in the attached images. There are still some bugs with reflections & rotations in the pattern when I import them into sandify, but overall it works reliably. Would love to see this feature implemented into the standard sandify!
DrawYourOwnTHR.txt
Appreciate all you've done,
Justin
The text was updated successfully, but these errors were encountered: