alec-jackson / alec-jackson/studious-engine

Create a new interface for Studious Controllers

Đang mở
#76 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
cleanup
Ngôn ngữ chính
C
Star
6
Fork
1
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

# Context

We need a common interface for controllers to better take advantage of polymorphism. Right now we're just explicitly interacting with our controllers (AnimationController, PhysicsController, etc) when we could be creating a list of "StudiousControllers" that all share a common interface. Some methods and variables I am thinking all these controllers would share:

* addSceneObject()
* removeSceneObject()
* init()
* update()
* shutdown()
* int shutdown_

There may be more, but that's just a start.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.