forrestthewoods / lib_fts

single-file public domain libraries
666 stars 136 forks source link

Thank you :) #26

Closed LeXXik closed 3 years ago

LeXXik commented 4 years ago

Not really an issue !

Just wanted to thank you for all the math magic on solving ballistic trajectories. If you don't mind, I ported your solution to AssemblyScript, so it can be used as a WASM binary - you can find it here. I made it so that your methods are abstracted away into a core binary, while other implementations may use it. This way it can be agnostic of what web 3D engine it is used with and each can do their own implementation for a tight integration. Currently added an implementation with Playcanvas.

Cheers!

forrestthewoods commented 3 years ago

Thanks! I appreciate it.