alec-jackson / alec-jackson/studious-engine

Create a new interface for Studious Controllers

Aberta
#76 0 comentários 0 reações 0 responsáveis Ver no GitHub
cleanup
Linguagem predominante
C
Estrelas
6
Forks
1
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.