瀏覽代碼

Updated some docs for alpha2

Nelson Carrillo 10 年之前
父節點
當前提交
e7f6d08c8e
共有 5 個文件被更改,包括 20 次插入3 次删除
  1. 二進制
      docs/add-dialogs.png
  2. 二進制
      docs/add-packages.png
  3. 15 0
      docs/gettingstarted.md
  4. 二進制
      docs/screen.png
  5. 5 3
      readme.md

二進制
docs/add-dialogs.png


二進制
docs/add-packages.png


+ 15 - 0
docs/gettingstarted.md

@@ -0,0 +1,15 @@
+# Getting Started
+
+## Windows
+
+![](add-dialogs.png)
+
+The easiest way to try out Perspex is to install the Visual Studio Extension.
+
+This will add a Perspex project template and a Window template to the standard Visual Studo “Add” dialog (yes, icons still to come :) ):
+
+## OSX / Linux
+
+It is a little more manual on non-Windows platforms, but using Xamarin Studio you can install the Perspex NuGet package.
+
+![](add-packages.png)

二進制
docs/screen.png


+ 5 - 3
readme.md

@@ -5,7 +5,9 @@
 
 A multi-platform .NET UI framework.
 
-![](docs/screen.png)
+[![](docs/screen.png)](https://www.youtube.com/watch?t=28&v=c_AB_XSILp0)
+
+Click on the image above to see a video of Perspex in action!
 
 ## Background
 
@@ -26,8 +28,8 @@ framework.
 
 ## Documentation
 
-As mentioned above, Perspex is still in alpha and as such there's not much documentation yet. You can 
-take a look at the [alpha release announcement](http://grokys.github.io/perspex/perspex-alpha/) for an 
+As mentioned above, Perspex is still in alpha and as such there's not much documentation yet. You can
+take a look at the [getting started page](docs/gettingstarted.md) for an
 overview of how to get started but probably the best thing to do for now is to already know a little bit
 about WPF/Silverlight/UWP/XAML and ask questions in our [Gitter room](https://gitter.im/grokys/Perspex).