-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Manoel Vilela edited this page Oct 31, 2020
·
11 revisions
- SDL:
- https://wiki.libsdl.org/
- https://lazyfoo.net/tutorials/SDL/
- To lock FPS use SDL_RENDERER_PRESENTVSYNC at SDL_CreateRenderer
- How to enable alpha blending mode on SDL: https://wiki.libsdl.org/SDL_SetRenderDrawBlendMode
- C++:
- ECS Implementation:
- ECS Concepts:
- Collision Detection:
- https://stackoverflow.com/questions/22899363/advice-on-class-structure-in-a-collision-detection-system
- http://www.jeffreythompson.org/collision-detection/circle-rect.php
- https://stackoverflow.com/questions/401847/circle-rectangle-collision-detection-intersection
- https://gamedevelopment.tutsplus.com/tutorials/collision-detection-using-the-separating-axis-theorem--gamedev-169