Kevin Nadro

Results 9 comments of Kevin Nadro

Pull request went through, this can be closed whenever.

Would you have something get populated with the generated code and they would copy and paste it into their data.js file?

I am thinking we could edit the 2D tracer to instead create input tags in the cells then we could just read those values and print out the code. I...

I didn't have that in mind, it was more to reuse the tracer code. Say if there was some "sandbox" page you could click create 2DMatrix and you would tell...

Also I am going to be working off this branch if you want to take a look. [https://github.com/nadr0/AlgorithmVisualizer/tree/auto-generate-tracers](url)

@duaraghav8, I've made some progress on my branch for the sandbox style tracers. Right now I have a simple example working with a 2D Matrix tracer. Sandbox/2D Matrix and you...

I have a prototype working on the branch. Right now I don't have it with Drag-&-Drop which you mentioned in your first post. Also what I mean by "betting placing...

For reference: #203, thanks for the merge TODOs: (~~I realized that the 1d array tracer actually creates [ [x,y,z] ], which is wrong it just needs to be [x,y,z]. Also...

Thanks for the response! I'll start playing around with the code.