Crafty Blog - JavaScript Game Engine Development

Development of Crafty

0 notes &

Better Components for all

I am really unhappy with the current gravity component so I think I will just turn it into a ‘physics’ component with basic physics functionality such as gravity, bounce and friction.

Another component that I will implement is drag and drop. Not too hard to do but is a common problem so why not?

Already started working on SAT collision, wish me luck.