hello

command
v0.0.0-...-544bd7e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2016 License: BSD-2-Clause Imports: 4 Imported by: 0

README

Hello Demo

What does it do?

It demonstrates how one can create a basic game.

For doing so, it created an Entity, that is scaled up/down to show it's actually doing something.

What are important aspects of the code?

These things are key in this demo:

  • guy := ecs.NewEntity([]string{"RenderSystem", "ScaleSystem"}), to create the guy and allow it to be rendered and scaled;
  • The ScaleSystem, to enable the scaling up / down.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL