Skip to content

Conversation

@andycate
Copy link
Member

This should have everything needed to get started. I am not sure how development will work on windows yet because I don't know if Electron will work with WSL.

@@ -0,0 +1,21 @@
//const $ = require('jquery'); // eslint-disable-line no-unused-vars

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what this line was supposed to do, but it was raising an error. I added jquery. It works fine without it

src/renderer.js Outdated
$('#coords').text('(' + x + ', ' + y + ')');
});

$('body').click(createPoint);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The goal here was (eventually) store the points, take a constant interval value, and generate points in real time. I don't know how memory intensive this will be, and we might want to implement a button to generate the path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants