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

[THOUGHT] would render function allow deeper coding #5

Open
lewislepton opened this issue May 1, 2016 · 4 comments
Open

[THOUGHT] would render function allow deeper coding #5

lewislepton opened this issue May 1, 2016 · 4 comments

Comments

@lewislepton
Copy link

just a thought, but would it makes more sense to allow render function to allow verlet to be much deeper. easier in some respects, since it would go in the same way that most kha things go?

just a thought

so rather than just having new Tire(new Vector2(200, 200) 300);
/which will draw it down

you can then have

tire = new Tire(new Vector2(200, 200) 300);
tire.render(graphics);
@lewislepton
Copy link
Author

also things like being able to edit the width, height, size. extra

such as

box.width = 300;
box.height = 200;
box.x = 30;
box.y = 60;

tire.radius = 300;
tire.x = 400;
tire.y = 350;

just thinking of other ways it can be more deeper for coders and for games as well ;)

@Devination
Copy link
Owner

I like the idea of giving each entity it's own render function. Doing the tire radius changes might be tricky though, I'll have to look at that one a bit more

@lewislepton
Copy link
Author

cool spot ;)

@lewislepton
Copy link
Author

also to have things like .x .y etc. means that things such as keyboard options can b looked at as well. plus opens it up a lot ;)

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

No branches or pull requests

2 participants