This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44f04c6
commit 1b21e84
Showing
14 changed files
with
61 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
--- | ||
name: Xamarin.iOS - MonoGame WalkingGame Project for iOS | ||
description: This is a small demo game using MonoGame for iOS. It is the result of working through the the entire Introduction to Monogame walkthrough. This... | ||
description: "Small demo game using MonoGame for iOS. It is the result of working through the the entire Introduction to MonoGame walkthrough" | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
extensions: | ||
tags: | ||
- game | ||
urlFragment: walkinggamecompleteios | ||
--- | ||
# MonoGame WalkingGame Project for iOS | ||
|
||
This is a small demo game using MonoGame for iOS. It is the result of working through the the entire Introduction to Monogame walkthrough. | ||
This is a small demo game using MonoGame for iOS. It is the result of working through the the entire [Introduction to MonoGame walkthrough](https://docs.microsoft.com/xamarin/graphics-games/monogame/introduction/). | ||
|
||
This single solution contains two projects: one for iOS and one cross-platform portable class library. | ||
|
||
The demo can be played by touching the screen to move the character around the screen. | ||
|
||
## Author | ||
|
||
Victor Chelaru | ||
![Animation of game with man walking](Screenshots/Screenshot1.gif) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
--- | ||
name: Xamarin.iOS - Weather Map | ||
description: This sample demonstrates using annotations in MapKit by placing weather forecasts above cities. | ||
description: "Demonstrates using annotations in MapKit by placing weather forecasts above cities (map)" | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
extensions: | ||
tags: | ||
- map | ||
urlFragment: weathermap | ||
--- | ||
# Weather Map | ||
|
||
This sample demonstrates using annotations in MapKit by placing | ||
weather forecasts above cities. | ||
|
||
![Map showing weather information](Screenshots/WeatherMap1.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
--- | ||
name: Xamarin.iOS - Working with Images | ||
description: This sample demonstrates using application support icons (application icon, settings icon, Spotlight Search icon, iTunes image, launch image, etc). | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
urlFragment: working-with-images | ||
--- | ||
# Working with Images | ||
|
||
This sample demonstrates using application support icons (application icon, | ||
settings icon, Spotlight Search icon, iTunes image, launch image, etc). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,21 @@ | ||
--- | ||
name: Xamarin.iOS - World Cities | ||
description: A simple example of using the Map Kit API in a MonoTouch application. Based on Apple's sample:... | ||
description: "Example of using the Map Kit API in a Xamarin.iOS application (map)" | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
extensions: | ||
tags: | ||
- map | ||
urlFragment: worldcities | ||
--- | ||
# World Cities | ||
|
||
A simple example of using the Map Kit API in a MonoTouch application. | ||
A simple example of using the Map Kit API in a Xamarin.iOS application. | ||
Based on Apple's sample: | ||
https://developer.apple.com/library/ios/#samplecode/WorldCities/Introduction/Intro.html#//apple_ref/doc/uid/DTS40009466 | ||
|
||
## Requires | ||
|
||
iOS 5.0 and up. | ||
|
||
![World Cities application screenshot](Screenshots/screenshot-1.png "World Cities application screenshot") | ||
|
||
## Authors | ||
|
||
Mike Krüger |