Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Изучаем JBox2D (1) #4

Closed
4 tasks done
zhenyatos opened this issue Feb 17, 2020 · 0 comments
Closed
4 tasks done

Изучаем JBox2D (1) #4

zhenyatos opened this issue Feb 17, 2020 · 0 comments
Assignees
Labels
education Learning something
Milestone

Comments

@zhenyatos
Copy link
Owner

zhenyatos commented Feb 17, 2020

Физический движок который мы будем использовать, туториал под C++, но аналогичные классы Java интуитивно находятся: https://www.iforce2d.net/b2dtut/ Ключевые моменты вынесены в качестве подзадач, изучайте только если планируете работать в проекте с физикой (2 человека максимум)

  • Что такое Testbed и как добавить туда свой тест
  • Основные классы и как они связаны: BodyDef, FixtureDef, Shape (предок PolygonShape, EdgeShape)
  • Типы тел и как в зависимости от них меняется поведение объекта
  • Collisions: как регистрировать столкновения и отвечать на это каким-то действием

Подзадача считается выполненной если можете работать с тем что в ней расписано, оценивайте сами

@zhenyatos zhenyatos added the education Learning something label Feb 17, 2020
@zhenyatos zhenyatos added this to the Sprint 1 milestone Feb 19, 2020
@zhenyatos zhenyatos self-assigned this Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
education Learning something
Projects
None yet
Development

No branches or pull requests

1 participant