We are pleased to announce a strategic shift in the development approach for the Photino project. In response to evolving time constraints within the team, we are transitioning to a workflow that is increasingly assisted and driven by AI agents.
As part of this initiative, we will begin by leveraging GitHub Copilot to assist with the evaluation of submitted pull requests. These will be reviewed and merged as appropriate. Following this, Copilot will be utilized to triage open issues, determining which items to address, generating proposed solutions, and presenting them for our review prior to merging.
The final phase of this transition involves the implementation of an automated testing suite using Playwright. This will help ensure that future changes, including those generated by AI, do not introduce unintended breaking changes or regressions into the Photino codebase.
We look forward to the increased efficiency and consistency these enhancements will bring to the project.
Hello Photino Community! We have a new poll question, regarding where and how you use Photino:
Photino is a lightweight open-source framework for building native, cross-platform desktop applications with Web UI technology.
Photino enables developers to use fast, natively compiled languages like C#, C++, Java and more. Use your favorite development frameworks like .NET 6, and build desktop apps with Web UI frameworks, like Blazor, React, Angular, Vue, etc.!
Photino uses the OSs built-in WebKit-based browser control for Windows, macOS and Linux. Photino is the lightest cross-platform framework. Compared to Electron, a Photino app is up to 110 times smaller! And it uses far less system memory too!
This project represents the .NET 6 wrapper for the Photino.Native project, which makes it available for all operating systems (Windows, macOS, Linux). This library is used for all the sample projects provided by Photino, which include Blazor, Vue.JS, Angular, React, or the basic HTML app: https://github.com/tryphotino/photino.Samples
If you made changes to the Photino.Native project, or added new features to it, you will likely need this repo to hook it all up and expose the new system calls to the .NET wrapper. In all other cases, you can just grab the nuget package for your projects: https://www.nuget.org/packages/Photino.NET
If you want to build this library itself, you will need:
- Windows 10+, Mac 10.15+, or Linux (Tested with Ubuntu 18.04+)
- Make sure the Photino.Native Nuget package is added and up to date.