Skip to content
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

Added the ability to display macros #21

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Conversation

vrrajesh21
Copy link
Collaborator

Display for sharkmacro csv's

Before was applying Double.parseDouble to a string in a string. So the parser removes the quotes before parsing to double
This holds all the math needed to calculate the next position of each point
public static void main(String[] args) {

		Display display = new Display(fileLocation);
		display.drawFrame();
	}

Is how you would call the Display class.

As of right now, due to all the int casting needed to make a point, the path gets crazy depending on the starting point. This will be fixed in the next "release"
Dynamic in the sense that moving your mouse moves the path with it. Clicking saves the location, clicking again allows you to move it
@vrrajesh21 vrrajesh21 changed the title Vrrajesh21/display Added the ability to display macros Apr 17, 2018
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.

1 participant