-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Auto generate tracers #203
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
Auto generate tracers #203
Conversation
creates a 2dmatrix tracer with input values on it.
got the logger to print the javascript code now
- renaming of files - highlighting of the text - clear modules so it doesn’t make more than the 2
a way to make sure the sandbox container shows up when inside the sandbox tracers and when you aren’t in it
- making more files and renaming things
- working prototype - need to fix the vertical split bar to have the divider between workspace and sandbox container work together
- removed the sandbox tab its not an algorithm now - the overlay can be opened by pressing “generate” button at the top menu bar - creates overlayed divs that have the functionality to generate a tracer and the code - (x) button to close and return to the algorithm
- changed the save/load of the algorithm for it correctly returns to the example after closing the generate overlay
everything should be fine
I have tested this on Chrome, Safari, and Firefox, but it doesn't work on any of those. |
Interesting, its working for me on the website. Is there any console errors? note: the change columns/rows isn't live reload, so you would have to click create matrices each time after changing the size and it would reset the values inside the matrix. ( |
I don't see any errors in console. On Thu, Jul 7, 2016, 1:55 AM Kevin Nadro notifications@github.com wrote:
|
Since you merged it to master its up on the site, I don't see any issues with it. I have tried on my computer and several other and it works fine, I have been testing in Chrome. Maybe some screen shots or video of the issues you are having? |
finally got a working version with array1D/2D tracers.
When clicking generate at the top a new div pops up and you can create array 1d/2d tracers. The user can click inside each element in the matrix and edit it to any numeric value then press the generate JS and the code will appear in the tracer below. After this the user can copy and paste the code into the data.js file or the scratch pad.
what I like
what I don't like
todos: