TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Flash Physics Engine

33 pointsby charzomover 17 years ago

6 comments

g-eover 17 years ago
Yeah! No give me this in Javascript.
评论 #81935 未加载
far33dover 17 years ago
I implemented a much simpler version of a 2d physics engine like this in a graphics class back in college (but in gtk on linux). It was really fun to do and surprisingly straightforward. A lot of the math gets much hairier in 3D. <p>This is really great!
mangodrunkover 17 years ago
This is really good. There is a small problem though when you move to fast the object that you're holding will go through edges. <p>Also, the other demos are even better, like the ragdoll. This is very impressive!
asmosoinioover 17 years ago
Really interesting stuff. I have no idea what I would use this for right now, but have often had thoughts about trying to implement something like this.
innernodeover 17 years ago
This kind of stuff is pretty neat when implemented in games - never seen an example that gave such a real life feeling though! Props!
DarrenStuartover 17 years ago
that is damn good