Showing 30 open source projects for "wpf application"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    Windows Presentation Foundation (WPF)

    Windows Presentation Foundation (WPF)

    Framework for building Windows desktop applications

    Windows Presentation Foundation (WPF) is a UI framework for building Windows desktop applications. WPF supports a broad set of application development features, including an application model, resources, controls, graphics, layout, data binding and documents. WPF uses the Extensible Application Markup Language (XAML) to provide a declarative model for application programming.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    Harmony

    Harmony

    Patching, replacing and decorating .NET and Mono methods

    ...It works great in games and is well established in titles like 7 Days To Die, BattleTech, Besiege, Cities:Skylines, Kerbal Space Program, Oxygen Not Included, Ravenfield, Rimworld, Sheltered, Stardew Valley, Staxel, Subnautica, The Ultimate Nerd Game, Total Miner, Unturned, SCP: Secret Laboratory and many more. If you develop in C# and your code is loaded as a module/plugin into a host application, you can use Harmony to alter the functionality of all the available assemblies of that application. Where other patch libraries simply allow you to replace the original method, Harmony goes one step further. It is also used in unit testing WPF controls and in many other areas. Installation is done by using 0Harmony.dll in your project or by using the Lib.Harmony nuget package.
    Downloads: 49 This Week
    Last Update:
    See Project
  • 3
    STranslate

    STranslate

    A ready-to-go translation ocr tool developed with WPF/WPF

    STranslate is a lightweight, open-source machine translation front end that lets users translate text between languages using a variety of supported back-end translation engines or APIs, offering a simple GUI for quick translation tasks without needing to write code or use complex web UIs. The application is designed to be small, cross-platform, and flexible, giving users the ability to type or paste text and receive instant translations while optionally selecting the desired language pairs...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 4
    FlaUI

    FlaUI

    UI automation library for .Net

    ...So you should decide, if you want to use UIA2 or UIA3 and install the appropriate library from NuGet. You can of course always download the source and compile it yourself. The entry point is usually an application or the desktop so you get an automation element (like a the main window of the application). On this, you can then search sub-elements and interact with them.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 5
    Exceptionless

    Exceptionless

    Exceptionless application

    The definition of the word exceptionless is: to be without exception. Exceptionless provides real-time error reporting for your JavaScript, Node, .NET Core, ASP.NET, Web API, WebForms, WPF, Console, and MVC apps. It organizes the gathered information into simple actionable data that will help your app become exceptionless.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    WorkflowEngine.NET

    WorkflowEngine.NET

    WorkflowEngine.NET - component that adds workflow in your application

    WorkflowEngine.NET is a flexible workflow engine for .NET applications that supports visual process design and dynamic execution of business logic. It enables developers to model complex workflows with conditions, branching, and state transitions. The engine is highly customizable and can be embedded into any .NET project to automate tasks and decision-making.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ReactiveUI

    ReactiveUI

    An advanced, composable, functional reactive model-view-viewmodel

    ...Create re-usable chunks of functionality that can be seamlessly integrated into your reactive pipelines. These chunks might be widely applicable, or specific to your application. Regardless, you have the power to write and test code once, and leverage it many times over. Any device, any platform. Share business logic between your mobile and desktop applications. ReactiveUI has first class support for Xamarin Forms, Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Tizen, Windows Forms, Windows Presentation Foundation (WPF), & Universal Windows Platform (UWP).
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    Entity Framework 6

    Entity Framework 6

    This is the codebase for Entity Framework 6

    ...Like O/RM, EF6 reduces the impedance mismatch between the relational and object-oriented worlds, allowing developers to write applications that interact with data stored in relational databases with strongly typed .NET objects that represent the domain of the database. application, and eliminate the need for much of the data access "mechanical" code that you would normally write. Mapping POCO entity classes that do not depend on any EF type. Models can be generated from existing databases and then manually edited, or they can be created from scratch and then used to generate new databases. Integration with .NET Framework application models, including ASP.NET, and through data binding, with WPF and WinForms. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    SystemLoadTracker
    The System Load Tracker is a lightweight WPF application that monitors key system performance indicators in real-time. It includes CPU, GPU, VRAM, and RAM usage, as well as temperature readings. Designed for ease of use, it lets users monitor their computer's performance easily. Visit the project on Github: https://github.com/Schuischta/SystemLoadTracker
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    LoadingIndicators.WPF

    LoadingIndicators.WPF

    A collection of loading indicators for WPF

    ...Each indicator can be activated or deactivated easily, making it useful for screens that switch between loaded and loading states. Animation speed can be adjusted, so the loading experience can match the tone and pace of the application. It also works with resource-based theming and is compatible with MahApps.Metro, which makes it practical for polished WPF interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Neutronium

    Neutronium

    Build .NET desktop applications using HTML, CSS and javascript

    Neutronium is a UI library to create .NET desktop applications using HTML, CSS and javascript. Neutronium uses the MVVM pattern exactly the same way as the WPF application. Neutronium provides bindings with Vue.js, mobx.js and Knockout.js to build powerful HTML5 UI. Use all the power of the javascript stack to build .NET desktop applications. Architecture Neutronium application just like standard WPF application. Compatible with popular MVVM libraries such as MVVM Light Toolkit and reactiveUi. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Chromely

    Chromely

    Build cross platform HTML desktop apps on .NET

    ...Chromely is a .NET/.NET Core HTML5 Chromium desktop framework. It is focused on building apps based on Xilium.CefGlue, CefSharp implementations of embedded Chromium (CEF) without WinForms or WPF, but can be extended to use WinForms or WPF. Chromely uses Windows, Linux and MacOS native GUI API as "thin" chromium hosts. With Chromely you can build Single Page Application (SPA) HTML5 desktop apps with or without Node/npm. Building SPA apps using Blazor or javascript frameworks like Angular, React, Vue or similar is easy. You can use Visual Studio Code or any IDE you are familiar with as long as Chromely knows the entry HTML file from the compiled/bundled files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    .NET Docs

    .NET Docs

    This repository contains .NET Documentation

    ...We make our best effort to respond to issues in a timely fashion. .NET is a free, open-source development platform for building many types of applications. Share functionality between different applications and application types using class libraries. With .NET, your project code and files look the same, regardless of the type of application you build. With each application you have access to the same language, API, and runtime capabilities. .NET allows you to use platform-specific functionality, such as operating system APIs. Some examples are Windows Forms and WPF on Windows and the native bindings to each mobile platform from Xamarin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CommonMark Help

    A help file format based upon CommonMark-compatible text files.

    The CommonMark Help project strives for creating a help file format based upon Markdown documents conformant to the CommonMark specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    EllixVPN

    EllixVPN is an application that make sure you are always connected,

    EllixVPN is an application that make sure you are always connected. If your VPN or dialup modem is always disconnecting, then, this application (software) is for you. This application is for you that browse/download a lot and want to be always connected.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Moved to GitHub - https://github.com/esptl/OpenVPNUI OpenVPN UI provides a replacement user interface for OpenVPN when used on a modern version of Windows. It consists of two components a background service and a desktop tray controller application. It's built upon WPF & .NET 4.0.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    HookSpeech

    HookSpeech

    Avoid automated moderation of text!

    Changes keyboard input to a different alphabet on the fly, no mess. Useful for avoiding automated moderation of text! Also a pretty good example for using a native C++ DLL in a C# application via a managed C++ wrapper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    WPF MSQL Workbench

    MSQL Workbench

    To make your connection to Msql server easy this application will help you. Easy connection to sql server and create databases execute any query.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Spell Card Generator
    An unofficial spell card generator for tabletop games involving large lizards living in underground structures. Works with most any edition that has spells. No data files are included in either the code or the application download. Requires .NET Framework 4.0 Note: Do NOT use the code in this project as any kind of a tutorial on how to write an application, WPF or otherwise. It's basically a pile of spaghetti. The only reason I posted it at all is because I really liked the way the cards turned out and thought someone else might also get some use out of it.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    tweetboard

    Twitter application with re sizable gadget for latest tweet.

    Its a regular twitter application developed using Tweetinvi dll for accessing twitter API and Modern UI for WPF dll for Metro theme. Its extra feature is , it has a re sizable gadget which shows latest tweet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FXTrader

    FXTrader

    Forex Trading application written in .NET using RX

    Forex Trading application written in .NET using technologies like RX for pricing stream capture, WCF, WPF. This application was developed in accordance to the "Optimizing financial markets in C# .NET" paper published in Springer Series during APCASE 2014 and plays a primary role in software engineering education.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Persian Date

    Persian Date Tool

    .... - Show Date (Shamsi And Miladi) - Convert Date (Shamsi <>Miladi) - Open Source - Writen in WPF And Visual Basic 2012
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Silver Method

    Silver Method

    This project is useful for stocks management

    This project is useful for stocks management
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    VNDorm

    WPF, M-V-VM

    These applications support the management of hostels. Incomplete application functions to practical use, but it is the exemplary model for using M-V-VM pattern, WPF Hope you can continue developing it. Đây là ứng dụng trình hỗ quản lý ký túc xá. Ứng dụng chưa hoàn thiện các chức năng để có thể sử dụng thực tế, nhưng nó là mô hình mẫu mực cho việc sử dụng mô hình M-V-VM, WPF Mong các bạn có thể tiếp tục phát triển nó.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    OSGi.NET

    OSGi.NET

    Dynamic modularization framework in .net for OSGi Alliance

    OSGi.NET, a dynamic modularization framework, which is a .NET implementation tightly based on OSGi specifications from OSGi Alliance, is designed and developed by Xi’an UI Information Technology, Inc., in China, from 2008, it's totally free and can be redistributed with any production. This project is mainly focus on explaining how to develop OSGi.NET based application, and how to integrate with third part libraries to speed up our development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next