sharpdx / SharpDX-Samples

Official repository for all SharpDX Samples
346 stars 223 forks source link

System game manager #8

Closed PedroAlvesq closed 9 years ago

PedroAlvesq commented 9 years ago

its possibel make a simple example how make a gamesystem Manager

ArtiomCiumac commented 9 years ago

Please provide more details about the desired sample. The Game class already has a collection of GameSystems and doesn't require a separate manager class.

PedroAlvesq commented 9 years ago

try make a gamesystem like this example http://xbox.create.msdn.com/en-US/education/catalog/sample/game_state_management

xoofx commented 9 years ago

Again, no time to port existing XNA samples. Please consider MonoGame instead if you are trying to have a 100% matching API.