Rendering now works! Added shaders for reference.

This commit is contained in:
Marvin Blum
2016-05-06 16:53:27 +02:00
parent b0d1f24e3d
commit 3a5b66a20c
13 changed files with 508 additions and 40 deletions

View File

@@ -10,8 +10,8 @@ import ()
type System interface {
Update(float64)
Cleanup()
Add(*Actor) bool
Remove(*Actor) bool
Add(interface{}) bool
Remove(interface{}) bool
RemoveById(ActorId) bool
RemoveAll()
Len() int