fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
171 stars 48 forks source link

Windows Store #1

Closed ovatsus closed 8 years ago

ovatsus commented 10 years ago

Hi,

On your presentation you mentioned you started also on a Windows Store version. Can you publish that on github also?

ReedCopsey commented 10 years ago

Gustavo,

I'll see what I can do - I haven't had as much time as I'd like recently to work on this, but I'd like to get at least part of the Windows Store functionality in ASAP.

-Reed

ovatsus commented 10 years ago

Thanks

ReedCopsey commented 10 years ago

Gustavo,

I stuck up my EventToAgent Windows store implementation - more to come. Note that Windows Store won't get the type provider, though, as it doesn't make sense (you can't make a XAML store project in F#).

On Store, the goal will allow you to use the same underlying VM code, and still get the unique F# advantages from a C# Windows Store XAML project.

More will come as I can get the time to finish cleaning up and porting the code.

-Reed

ovatsus commented 10 years ago

Thanks, I'll have a look