A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Steven Kirk 2398387740 More things rendering, more tests passing... 12 years ago
..
Media Everything compiling now. 12 years ago
Platform Non-building checkpoint in MAJOR refactor. 12 years ago
Properties Non-building checkpoint in MAJOR refactor. 12 years ago
Rendering TabStrip rendering again now at least. 12 years ago
IVisual.cs Non-building checkpoint in MAJOR refactor. 12 years ago
Matrix.cs Non-building checkpoint in MAJOR refactor. 12 years ago
Origin.cs Non-building checkpoint in MAJOR refactor. 12 years ago
Perspex.SceneGraph.csproj Added default theme library. 12 years ago
Point.cs Non-building checkpoint in MAJOR refactor. 12 years ago
Readme.txt Non-building checkpoint in MAJOR refactor. 12 years ago
Rect.cs Non-building checkpoint in MAJOR refactor. 12 years ago
Size.cs Non-building checkpoint in MAJOR refactor. 12 years ago
Thickness.cs Non-building checkpoint in MAJOR refactor. 12 years ago
Vector.cs Non-building checkpoint in MAJOR refactor. 12 years ago
Visual.cs More things rendering, more tests passing... 12 years ago
VisualExtensions.cs Non-building checkpoint in MAJOR refactor. 12 years ago
packages.config Non-building checkpoint in MAJOR refactor. 12 years ago

Readme.txt

Portable libraries built using Rx do not include the System.Reactive.PlatformServices assembly
containing "platform enlightenments" that depend on platform-specific functionality. (Doing so
would prevent the library to be portable due to the dependencies on a specific platform.)

When including the resulting portable library in another project, please include the platform's
System.Reactive.PlatformServices assembly in order to get the best performance. To include this
assembly, use any of the following options:

1. Select the System.Reactive.PlatformServices assembly from the Visual Studio "Add Reference"
dialog. This option works for Windows Store apps, .NET 4.5, and Windows Phone 8 projects.

2. For Windows Store apps and Windows Phone 8 projects, use the Reactive Extensions Extension SDK
which can be found in the "Add Reference" dialog.

3. Use NuGet to include the Rx-Main package (or any package that depends on Rx-Main, such as
Rx-Xaml) which will automatically include the Rx-PlatformServices enlightenment package.