
Photino: Native, Cross-Platform Web UI Desktop Apps
Photino.Native is a C++ (and Objective-C) wrapper around the OS’s built-in Chromium or WebKit-based browser control in it. On Windows it uses the Chromium Edge based WebView2 control, on macOS it uses Safari’s WKWebView and on Linux it uses WebKitGTK+ 2.
Photino Docs - Welcome to the Photino Docs
Welcome to the Photino Docs. Overview; Quick Start for .NET Developers; What's New in V2; Photino Native; License; Photino .NET; Photino Blazor; Photino Samples; Photino VSExtension; Photino VSCodeTemplates; Contributor Info: Dev Process; Running Photino in WSL; Photino Comparison with Electron; Frequently Asked Questions; Photino Road Map
Photino Samples - Photino Docs
This document is for .NET developers who would like to get started building Photino projects in .NET or Blazor and for those who would like to contribute to the samples repository. Overview. These samples represent a wide range of starter projects that highlight the use of various web UI frameworks and Photino capabilities on the .NET platform.
Photino Docs - Overview
Photino is a set of technologies for creating desktop apps with web (HTML/CSS/JavaScript) UIs. TryPhotino.io maintains the .NET build out and encourages the community to develop the Photino.Native control for use in other languages and platforms.
Photino .NET - Photino Docs
Photino.NET Audience. This document is for .NET developers who would like to understand or contribute to the Photino. NET project. It is a reference implementation of the Photino.Native project for the .NET development platform. Overview. Photino. NET is a wrapper around the Photino.Native C++ control using the Photino.Native NuGet package.
Photino Docs - What's New in V2
Photino.Blazor has been updated by the community and now requires .NET 6. Improved .NET Intelli-sense documentation; Improved organization of the source code; Improved ability to add new startup parameters and features in the future; Improved development experience for configuration for Photino.NET users; Multi-window support
Photino Blazor - Photino Docs
NET by using the Photino. NET NuGet package. Its purpose is to make it easy for .NET developers to create .NET 6 and later desktop applications using a Blazor web UI that can work cross-platform on Windows, Linux and Mac instead of building OS specific UIs with technologies like Windows Forms, Windows Presentation Foundation (WPF), Xcode, Swift ...
Photino Native - Photino Docs
Photino.Native is a C++ wrapper around the OS's default browser control on Windows, Mac and Linux which creates a native OS window, places the browser control in it and exposes both the window and control to the host application.
Photino Comparison with Electron - Photino Docs
Electron supports Shell shell | Electron (electronjs.org) ** Photino. NET supports anything you can do in .NET, including shelling out to the operating system. Custom Window Title Bar. Both Electron and Photino support hiding the native window's title bar and creating a …
Photino Docs - Frequently Asked Questions
Photino uses modern browser controls and supports pretty much everything supported in a WebKit or Chromium web browser, but native controls are not a priority for Photino at this point. This may change as MAUI gets close to release and …