alec-jackson / alec-jackson/studious-engine

Create a new interface for Studious Controllers

未关闭
#76 0 条评论 0 个 reaction 已指派 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 摘要。