We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Cross-platform physics games

Formale Metadaten

Titel
Cross-platform physics games
Untertitel
Using MonoGame and Farseer Physics
Alternativer Titel
Cross-platform physics-based gaming using MonoGame and Farseer
Serientitel
Anzahl der Teile
170
Autor
Lizenz
CC-Namensnennung - keine kommerzielle Nutzung - Weitergabe unter gleichen Bedingungen 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen und nicht-kommerziellen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen und das Werk bzw. diesen Inhalt auch in veränderter Form nur unter den Bedingungen dieser Lizenz weitergeben
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
In this talk I want to show how one can use MonoGame together with Farseer Physics to write games that can run on all kinds of devices. MonoGame is a game library that runs under .Net and is compatible with Windows, Mac, Linux, WinRT, iOS, Android, Windows Phone and more. Farseer Physics is a library for fast 2D physics simulation. Together these two allows us to easily create physics-based games that run everywhere. In the talk I will go through the code for a simple mobile game. I will show how to setup MonoGame with Farseer Physics, go through the core concepts of MonoGame and Farseer and demonstrate how the game plays on various devices.