-
Notifications
You must be signed in to change notification settings - Fork 0
Useful resources
Paweł Waligóra edited this page May 19, 2024
·
22 revisions
https://gamedev.stackexchange.com/questions/26501/how-does-a-collision-engine-work
https://www.opengl-tutorial.org/intermediate-tutorials/tutorial-17-quaternions/#quaternions
https://blender.stackexchange.com/questions/110780/script-to-output-vertex-coordinates-and-triangles
https://stackoverflow.com/questions/29977351/expanding-vector-while-iterating-through-it
https://github.com/wqking/eventpp/tree/master
https://en.wikipedia.org/wiki/Coefficient_of_restitution
https://stackoverflow.com/questions/41120443/c-destructor-is-not-called
- engine
- scripts_system
- scene_loader
- time_system
-
input_system
- input_system::key_held
- input_system::key_events
- input_system::subscribe() (deprecated)
- input_system::axis_state()
- input_system::key_bind
- input_system::axis
- input_system::double_axis
- input_system::triple_axis
- input_system::axis2
- input_system::double_axis2
- input_system::triple_axis2
- input_system::axis-choice
- renderer
- physics
- ui_system
- game