index
:
physicsforgames
master
Contains the latest files for physicsforgames.com, which is a website that I am currently building to explore the topic of realtime physics in video games.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontend
/
2d
/
_collisions
Age
Commit message (
Collapse
)
Author
2021-04-25
Rectangle intersection with a line complete
Matthew Kosarek
2021-04-22
Realized ellipse interactions were not easy, going to try and at least ↵
Matthew Kosarek
finish rectangle and circles before end of month
2021-04-19
Basics of the pill-pill simulation
Matthew Kosarek
2021-04-18
Have 2D pill collisions working pretty well now
Matthew Kosarek
2021-04-18
Some more good WIP
Matthew Kosarek
2021-04-11
Nearly have good pill-lin collisions working, just need to get the actual ↵
Matthew Kosarek
equation right
2021-04-10
Added a transpiler that will make it so that we no longer need any ↵
Matthew Kosarek
JavaScript of Jquery in our App
2021-04-05
Properly detecting collisions with a pill as far as I can tell
Matthew Kosarek
2021-04-01
Lots of work in progress on pill intersections, but will have to read more ↵
Matthew Kosarek
up on it
2021-03-27
Drawing pretty line segments in easter colors
Matthew Kosarek
2021-03-27
Drawing an ellipse
Matthew Kosarek
2021-03-27
Working reusable simulation loop
Matthew Kosarek
2021-03-23
Working WebGl abstraction layer and build process
Matthew Kosarek
2021-03-22
Refactored frontend, beginnings of general cpp layer, and beginning roadmap
Matthew Kosarek
2021-03-13
My First WASM application is rendering a triangle on the frontend
Matthew Kosarek
2021-03-02
Updated stylings and very nearly have square collisions complete and proper
Matthew Kosarek
2021-02-27
Close to being done on line-circle collisions, but it appears we're running ↵
Matthew Kosarek
into a rotation problem. Going to work on square-line collisions in the meantime
2021-02-25
Updated the sidebar for usability's sake
Matthew Kosarek