166 reputation
4
bio website
location
age
visits member for 1 year, 1 month
seen Mar 27 at 21:33
stats profile views 7

Mar
27
comment The most efficient and accurate game loop?
It's literally just a 2D scroller
Mar
27
asked The most efficient and accurate game loop?
Mar
22
asked Theory behind worm like movement?
Feb
10
comment Canvas - Good rendering practises?
Leaving my subconscious to think about it for a while has led to me to believe this could be an issue to do with rounding doubles for the rendering. However, this is unlikely. I shall try that.
Feb
10
comment Canvas - Good rendering practises?
At what point do you notice lag when rendering items? Like, how many items can you render at once?
Feb
10
comment Canvas - Good rendering practises?
It's not just the health bar. I should of mentioned, A lot of the entities seem to shift randomly, as does the minimap.
Feb
10
asked Canvas - Good rendering practises?
Feb
1
comment Anti- Aliasing a small image?
So I'm assuming I need to make the image slightly larger.
Feb
1
asked Anti- Aliasing a small image?
Nov
26
comment How to disguise a serverside mob as another?
What's with all the down votes, this is a well structured question. What's the point in a forum for asking questions, where you get penalized for asking questions?
Nov
25
comment How to disguise a serverside mob as another?
Basically, in Minecraft, if an entity does not have a matching id on the client side, then it will not render or display in any way. Now this causes a problem when i want to add a new mob on the server side, I've been brainstorming some solutions and one of them is a type of proxy, which intercepts the packets for my custom entity, and makes them into an entity of my choice.
Nov
25
awarded  Editor
Nov
25
revised How to disguise a serverside mob as another?
added 681 characters in body
Nov
25
asked How to disguise a serverside mob as another?
Oct
3
awarded  Talkative
Sep
14
awarded  Student
Sep
14
awarded  Scholar
Sep
14
comment How can I make a character move forward in a certain direction?
Ahh, thats a lot simpler than i imagined, thanks a lot :)
Sep
14
accepted How can I make a character move forward in a certain direction?
Sep
14
asked How can I make a character move forward in a certain direction?