Browse Source

Merge pull request #159 from ncarrillo/new-ss

Updated some docs for alpha2
pull/174/head
Nelson Carrillo 11 years ago
parent
commit
fd71e2eae5
  1. BIN
      docs/add-dialogs.png
  2. BIN
      docs/add-packages.png
  3. 15
      docs/gettingstarted.md
  4. BIN
      docs/perspex-video.png
  5. BIN
      docs/screen.png
  6. 14
      readme.md

BIN
docs/add-dialogs.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
docs/add-packages.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 233 KiB

15
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)

BIN
docs/perspex-video.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

BIN
docs/screen.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 104 KiB

14
readme.md

@ -7,6 +7,16 @@ A multi-platform .NET UI framework.
![](docs/screen.png)
<a href='https://www.youtube.com/watch?t=28&v=c_AB_XSILp0' target='_blank'>![](docs/perspex-video.png)]<a/>
## NuGet
Perspex is delivered as a NuGet package.
You can find the packages here: ([stable(ish)](https://www.nuget.org/packages/Perspex/), [nightly](https://www.myget.org/F/perspex-nightly/api/v2/Packages))
You can install the package like this:
`Install-Package Perspex -Pre`
## Background
Perspex is a multi-platform windowing toolkit - somewhat like WPF - that is intended to be multi-
@ -26,8 +36,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).

Loading…
Cancel
Save