Giter Club home page Giter Club logo

photino.blazor's Introduction

Build native, cross-platform desktop apps with Blazor

Photino is a lightweight open-source framework for building native,
cross-platform desktop applications with Web UI technology.

Photino.Blazor builds on Photino.NET to add Blazor capabilities.

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!

Usage

var appBuilder = PhotinoBlazorAppBuilder.CreateDefault(args);

appBuilder.Services
	.AddLogging();

// register root component and selector
appBuilder.RootComponents.Add<App>("app");

var app = appBuilder.Build();

// customize window
app.MainWindow
    .SetIcon(favicon.ico)
	.SetTitle("Photino Blazor Sample");

AppDomain.CurrentDomain.UnhandledException += (sender, error) =>
{
	app.MainWindow.OpenAlertWindow("Fatal exception", error.ExceptionObject.ToString());
};

app.Run();

Photino.Blazor

This project represents Blazor functionality on top of Photino.NET (the .NET 5 wrapper for the Photino.Native project), which makes it available for all operating systems (Windows, macOS, Linux). This library is used for the Blazor sample projects: https://github.com/tryphotino/photino.Samples

If you made changes to the Photino.Native or Photino.NET projects, or added new features to them, you will likely need this repo to expose the new functionality to the Photino.Blazor wrapper. In all other cases, you can just grab the nuget package for your projects: https://www.nuget.org/packages/Photino.Blazor

How to build this repo

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.
  • If you're on Windows Subsystem for Linux (WSL), then as well as the above, you will need a local X server: https://tryphotino.kavadocs.com/Running-Photino-in-WSL

photino.blazor's People

Contributors

mikeyeager2 avatar mikeyeager avatar newmysql avatar nathanielacollier avatar philippjbauer avatar ottodobretsberger avatar denny09310 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.