alec-jackson / alec-jackson/studious-engine

Create a new interface for Studious Controllers

オープン
#76 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
cleanup
主要言語
C
スター
6
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

# 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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。