allisterb's comments

allisterb | 7 years ago | on: Show HN: Qt/Qml support for .NET

Awesome, great to see another cross-platform UI option for .NET Core. I love the idea of being able to write my core logic in .NET and using a GUI toolkit like Qml for the interface.

allisterb | 8 years ago | on: Show HN: Write a 3D modeling software from scratch

Awesome, love the UI. Writing software from scratch is such a rewarding experience in so many way and it shows recruiters you can code and are self-motivated and have a deep understanding of something. Good luck on the job search.

allisterb | 8 years ago | on: I wandered off and built an IDE

This is pretty awesome. Love the multi-pane interface. It's true there is a lot of data access tech for Excel data like OLE DB, but this works right inside Excel which has a huge user base. Good luck!

allisterb | 9 years ago | on: Show HN: AlephNote – A Simplenote/Standardnote client

Yes you're right, Xamarin Forms seems to be targeted at Windows/iOS/Android portability with a common XAML codebase. For cross-platform desktop apps the best choice seems to be something like [Gtk#](http://www.mono-project.com/docs/gui/gtksharp/] But I think the same principles would apply: the UI projects would utilize the non-platform specific code in AlephNote.App and the plugin framework etc. It would probably be necessary to have a separate Mobile UI project anyway, but it still would reuse a lot of the existing C# code.

I'm totally a beginner with Xamarin and Gtk# but I'd be willing to give this a shot. I really like how multiple backends are supported via plugins in AlephNote.

allisterb | 9 years ago | on: Show HN: AlephNote – A Simplenote/Standardnote client

I think you could add a UI project using Xamarin without much trouble and make the whole thing cross-platform with Linux, Mac and potentially Android/iOS support. From what I've seen the WPF-specific code is restricted to the AlephNote.App project in the WPF namespace. It should not be difficult to reuse the non-WPF code in a separate UI project.

I've been dying for an open-source replacement for Evernote and I've been looking for an opportunity to learn Xamarin so I'm willing to contribute this if you're interested.

page 1