VectoArt
VectoArt
  • Видео 187
  • Просмотров 1 485 732
Avalonia Tutorial: How to use Custom Fonts in Avalonia | Google Fonts | WPF
Avalonia Tutorial: How to use Custom Fonts in Avalonia | Google Fonts | WPF
Hello folks!!! This is me Ronak, and I am back with a new video on how to use assets and images in Avalonia UI
Customizing your Avalonia application with unique fonts can add a distinctive look and feel. This guide will walk you through the process of integrating custom fonts into your Avalonia application.
Hope you all like this video. If you do, please give this video a thumbs up.
Like share and subscribe to my channel.
Links :
avaloniaui.net/
Avalonia Tutorial:
ruclips.net/video/TA0VSIrCFw4/видео.html
ruclips.net/video/JplfNho525s/видео.html
ruclips.net/video/QF53BaMYsHs/видео.html
ruclips.net/video/GRu_xNWX8uM/видео.htm...
Просмотров: 120

Видео

Avalonia Tutorial: Assets and Images in Avalonia | Assets and Images | WPF
Просмотров 385Месяц назад
Hello folks!!! This is me Ronak, and I am back with a new video on how to use assets and images in Avalonia UI Many applications need to include assets such as bitmaps, styles and resource dictionaries. Resource dictionaries contain graphical fundamentals that can be declared in XAML. Styles can also be written in XAML, but bitmap assets are binary files, for example PNG and JPEG formats. Hope ...
Avalonia Tutorial: Fluent Icons for Avalonia | Fluent Icons | WPF
Просмотров 7212 месяца назад
Hello folks!!! This is me Ronak, and I am back with a new video on how to use Fluent Icons in Avalonia UI Fluent Icons for Avalonia is a collection of icons designed specifically for use with the Avalonia UI framework. Avalonia is a cross-platform XAML-based UI framework for .NET that allows developers to create desktop applications that run on Windows, macOS, and Linux. The Fluent Icons are pa...
Avalonia Tutorial: User Controls in Avalonia UI | User Control | Visual studio | C#
Просмотров 9742 месяца назад
Hello folks!!! This is me Ronak, and I am back with a new video on how to use user controls in Avalonia UI User Controls provide a way to collect and combine different built-in controls together and package them into re-usable XAML. User controls are used in following scenarios − * If the control consists of existing controls, i.e., you can create a single control of multiple, already existing ...
Avalonia Tutorial : ChatGPT for Developers | Get up and running with the OpenAI API
Просмотров 4112 месяца назад
Avalonia Tutorial : ChatGPT for Developers | Get up and running with the OpenAI API The OpenAI API provides a simple interface for developers to create an intelligence layer in their applications, powered by OpenAI's state of the art models. The Chat Completions endpoint powers ChatGPT and provides a simple way to take text as input and use a model like GPT-4 to generate an output. This quickst...
Avalonia Tutorial: XAML Playground for Avalonia UI : From Setup to Styling, Data Binding, and MVVM
Просмотров 8702 месяца назад
Avalonia Tutorial: XAML Playground for Avalonia UI : From Setup to Styling, Data Binding, and MVVM In Avalonia, XAML Playground is a tool designed to assist developers in learning and experimenting with XAML (eXtensible Application Markup Language) syntax. XAML is a markup language used in various frameworks, including Avalonia, for defining user interfaces in a declarative manner. The XAML Pla...
Windows UI 3 : Create a weather App in Uno Platform | Weather API | ChatGPT
Просмотров 8683 месяца назад
Windows UI 3 : Create a weather App in Uno Platform | Weather API | ChatGPT Uno Platform allows you to create single-codebase, cross-platform applications which run on iOS, Android, Web, macOS, Linux and Windows. You'll be creating cross-platform .NET applications with XAML and C# in no time. Creating a complete weather app involves integrating with a weather API to fetch real-time data. Here's...
Windows UI 3 : Uno Platform | Transitions in Uno Platform
Просмотров 4273 месяца назад
Windows UI 3 : Uno Platform | Transitions in Uno Platform Uno Platform allows you to create single-codebase, cross-platform applications which run on iOS, Android, Web, macOS, Linux and Windows. You'll be creating cross-platform .NET applications with XAML and C# in no time. Transitions Represents a visual behavior that occurs for predefined actions or state changes. Specific theme transitions ...
Windows UI 3 : Uno Platform | Storyboard Animation | Double Animation
Просмотров 6374 месяца назад
Windows UI 3 : Uno Platform | Get Started Uno Platform allows you to create single-codebase, cross-platform applications which run on iOS, Android, Web, macOS, Linux and Windows. You'll be creating cross-platform .NET applications with XAML and C# in no time. Double Animation Animates the value of a Double property between two target values using linear interpolation over a specified Duration. ...
Avalonia Tutorial: How To Use Keyframe Animations
Просмотров 9974 месяца назад
Avalonia Tutorial: How To Use Keyframe Animations Avalonia is a cross-platform UI framework for dotnet, providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS. Avalonia is mature and production ready. We also have in beta release support for iOS, Android and in early stages support for browser via WASM. You can use a keyframe animation...
WPF Tutorial: Storyboard Animation in WPF | User Control | Visual studio blend | Triggers
Просмотров 1,2 тыс.4 месяца назад
WPF Tutorial: Storyboard Animation in WPF | Visual studio blend | Triggers Hello folks!!! This is me Ronak, and I am back with a new video on how to create a UI design of an Application in visual studio blend. Hope you all like this video. if you do, please give this video a thumbs up. Like share and subscribe to my channel. Source Code : github.com/Ron391/UserControlSlide.git Icons : icons8.co...
Avalonia Tutorial: Fluent Themes | Fluent Theme Editor
Просмотров 2,4 тыс.5 месяцев назад
Avalonia Tutorial: Fluent Themes | Fluent Theme Editor Avalonia is a cross-platform UI framework for dotnet, providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS. Avalonia is mature and production ready. We also have in beta release support for iOS, Android and in early stages support for browser via WASM. Avalonia Fluent theme is in...
Avalonia Tutorial: DataGrid Control | Get Started Data Grid
Просмотров 2,1 тыс.5 месяцев назад
Avalonia Tutorial: DataGrid Control | Get Started Data Grid Avalonia is a cross-platform UI framework for dotnet, providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS. Avalonia is mature and production ready. We also have in beta release support for iOS, Android and in early stages support for browser via WASM. The data grid displays...
Avalonia Tutorial: Button Controls | Built-in Controls
Просмотров 1,1 тыс.5 месяцев назад
Avalonia Tutorial: Button Controls | Built-in Controls Avalonia is a cross-platform UI framework for dotnet, providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS. Avalonia is mature and production ready. We also have in beta release support for iOS, Android and in early stages support for browser via WASM. Button - The basic button c...
WPF Tutorial: Data Binding in WPF | Data Binding | Visual studio | C#
Просмотров 1,1 тыс.6 месяцев назад
Hello folks!!! This is me Ronak, and I am back with a new video on how to use Data Binding in WPF Data binding is a mechanism in WPF applications that provides a simple and easy way for Windows Runtime apps to display and interact with data. In this mechanism, the management of data is entirely separated from the way data. Data binding allows the flow of data between UI elements and data object...
WPF Tutorial: Toggle Button in WPF | Toggle Switch | Button | Visual studio | C#
Просмотров 3,3 тыс.6 месяцев назад
WPF Tutorial: Toggle Button in WPF | Toggle Switch | Button | Visual studio | C#
WPF Tutorial: Storyboard Animation in WPF | User Control | Visual studio blend | Triggers
Просмотров 1,4 тыс.6 месяцев назад
WPF Tutorial: Storyboard Animation in WPF | User Control | Visual studio blend | Triggers
Avalonia Tutorial: Button Command | Reactive Command | Music Store App
Просмотров 1 тыс.6 месяцев назад
Avalonia Tutorial: Button Command | Reactive Command | Music Store App
WPF Tutorial: Themes in WPF | Switch Themes | Visual studio | C#
Просмотров 1,9 тыс.6 месяцев назад
WPF Tutorial: Themes in WPF | Switch Themes | Visual studio | C#
WPF Tutorial: User Controls in WPF | User Control | Visual studio | C#
Просмотров 9 тыс.7 месяцев назад
WPF Tutorial: User Controls in WPF | User Control | Visual studio | C#
WPF Tutorial: Storyboard Animation in WPF | User Control | Visual studio blend | Triggers
Просмотров 1,3 тыс.7 месяцев назад
WPF Tutorial: Storyboard Animation in WPF | User Control | Visual studio blend | Triggers
Get Started: Blend for Visual Studio overview | WPF Tutorial
Просмотров 3,9 тыс.8 месяцев назад
Get Started: Blend for Visual Studio overview | WPF Tutorial
WPF Tutorial: Storyboard Animation in WPF | Visual studio blend | Triggers
Просмотров 2,5 тыс.8 месяцев назад
WPF Tutorial: Storyboard Animation in WPF | Visual studio blend | Triggers
WPF Tutorial: Storyboard Animation in WPF | Visual studio blend | Triggers
Просмотров 2,9 тыс.8 месяцев назад
WPF Tutorial: Storyboard Animation in WPF | Visual studio blend | Triggers
WPF Tutorial: DASHBOARD design in Visual studio blend | Handy Controls | Live Charts
Просмотров 1,9 тыс.9 месяцев назад
WPF Tutorial: DASHBOARD design in Visual studio blend | Handy Controls | Live Charts
WPF Tutorial: Nearby Share App in Visual studio blend | Handy Controls | Nearby Share
Просмотров 6839 месяцев назад
WPF Tutorial: Nearby Share App in Visual studio blend | Handy Controls | Nearby Share
WPF Tutorial: DASHBOARD design in Visual studio blend | Handy Controls | Live Charts
Просмотров 1,6 тыс.9 месяцев назад
WPF Tutorial: DASHBOARD design in Visual studio blend | Handy Controls | Live Charts
Avalonia Tutorial: Live Charts - Introduction to LiveCharts | C# WPF
Просмотров 5 тыс.9 месяцев назад
Avalonia Tutorial: Live Charts - Introduction to LiveCharts | C# WPF
How to build resume using artificial intelligence | Resume Maker Online
Просмотров 89110 месяцев назад
How to build resume using artificial intelligence | Resume Maker Online
How to build resume using artificial intelligence | Kickresume
Просмотров 19 тыс.10 месяцев назад
How to build resume using artificial intelligence | Kickresume

Комментарии

  • @maroxd6640
    @maroxd6640 16 часов назад

    this is very awesome, damnn. bro had you did the same with the combobox? it needs a redesign

  • @landrhykopp9836
    @landrhykopp9836 7 дней назад

    cool

  • @tranhoainhu01
    @tranhoainhu01 7 дней назад

    Thank you for your video. How can I do if I need to distribute the package to other people in executable file?

  • @jebbaz
    @jebbaz 8 дней назад

    What if we are using a custom title bar? It does not persist on navigation between frames.

  • @nssalon
    @nssalon 12 дней назад

    Great video, but please show your mouse pointer, so we can see what are you doing there.,

  • @nssalon
    @nssalon 13 дней назад

    Thankyou very much, but I cannot see your mouse pointer and have to guest what are you doing there.

  • @GuildOfCalamity
    @GuildOfCalamity 15 дней назад

    Great video, but I think you need a better vocal mic for the recordings.

    • @VectoArt
      @VectoArt 15 дней назад

      Working on it

  • @juancarlosrodriguez4969
    @juancarlosrodriguez4969 16 дней назад

    Is there any Tool for view the changes on xaml? without using the hot reload

  • @technomed6720
    @technomed6720 20 дней назад

    is the MaterialSkin.2 free to use!

    • @VectoArt
      @VectoArt 20 дней назад

      Yes, you can add it to the project as a nuget package

    • @technomed6720
      @technomed6720 20 дней назад

      @@VectoArt thanks

  • @MarllonVilano
    @MarllonVilano 23 дня назад

    Really nice tutorial. I'm a Unity developer and trying to understand how XAML works to try creating some UI elements for my games using NoesisGUI + XAML. Thanks Ronak!

  • @iampure7318
    @iampure7318 25 дней назад

    you my hero you my knight

  • @iampure7318
    @iampure7318 25 дней назад

    Goood

  • @DewidBielecki
    @DewidBielecki 28 дней назад

    I dont have Triggers Panel !

  • @risanicola7099
    @risanicola7099 28 дней назад

    Oh thanks for this completely UNHELPFUL tutorial that explains absolutely nothing...

  • @Duelweb
    @Duelweb Месяц назад

    You are not very orgainized. You should be using the latest frameworks.

  • @marcelklein82
    @marcelklein82 Месяц назад

    Can't understand anything. Sound s to bad.

  • @pccoder
    @pccoder Месяц назад

    VERY clear and well done. Thanks.

  • @ricardocastro2357
    @ricardocastro2357 Месяц назад

    Straight to the point 👌

  • @JohnQ85
    @JohnQ85 Месяц назад

    Thank you can these programs be uploaded into Azure or as a web app to run too? Or only runs on Win Desktop?

  • @prashanrpahwa
    @prashanrpahwa Месяц назад

    with folder link able to show animated icon... but it is cropped from side even after fill

  • @prashanrpahwa
    @prashanrpahwa Месяц назад

    even after copy from asset getting blank button

  • @daniilrozputnii4636
    @daniilrozputnii4636 Месяц назад

    f!

  • @scherzox
    @scherzox Месяц назад

    I can barely hear you. Please improve your audio

  • @KaraboK9Ntswane
    @KaraboK9Ntswane 2 месяца назад

    Can I ask, Why are you targeting .net 6 sdk and not 8?

  • @KaraboK9Ntswane
    @KaraboK9Ntswane 2 месяца назад

    Thanks for showing this. I just want to know, why use it this way? Can't you just put these Icons as SVG pictures in the Resource Folder and directly fetch them from there?

    • @VectoArt
      @VectoArt 2 месяца назад

      This is one of the ways to use icons.. especially Fluent Icons. Like you said you can use other ways to display icons

    • @000Cotton000
      @000Cotton000 2 месяца назад

      I think you’re asking what are the advantages to using this method. There’s a couple that come to mind. First, if your project contains images you want to protect from others using outside of your application, this method will make it much harder because it’s built into your code. The other advantage I see is that you won’t have to code for instances where an image has been accidentally removed or purposefully replaced by a user. There is a possible third advantage, but I doubt this is true, it might save space making your project smaller. I doubt the last one is that substantial.

  • @Alomare
    @Alomare 2 месяца назад

    In my App.Resources, I have two fonts. It won't accept the theme dictionary and the fonts at the same time. What do I do if I need to have multiple resources?

    • @VectoArt
      @VectoArt 2 месяца назад

      In a WPF .NET Framework project, you can load multiple resources using the MergedResourceDictionary class.

    • @VectoArt
      @VectoArt 2 месяца назад

      learn.microsoft.com/en-us/dotnet/desktop/wpf/systems/xaml-resources-merged-dictionaries?view=netdesktop-8.0

    • @Alomare
      @Alomare 2 месяца назад

      @@VectoArt Ty so much!

  • @user-kl5uh6zl8d
    @user-kl5uh6zl8d 2 месяца назад

    C# is pain in the ass try ionic with react you will live that alone

  • @mohammedabujayyab6146
    @mohammedabujayyab6146 2 месяца назад

    I don't see any advantages!!

  • @zopenzop2225
    @zopenzop2225 2 месяца назад

    What more does Avalonia bring to the table when compared to Uno or MAUI?

    • @VectoArt
      @VectoArt 2 месяца назад

      Avalonia, Uno Platform, and Maui are all cross-platform frameworks, but they have different advantages depending on your specific needs: Avalonia: Performance: Avalonia is known for its high-performance rendering engine, which leverages hardware acceleration for smooth UI rendering. XAML Compatibility: It offers compatibility with XAML, making it easier for developers with experience in XAML-based frameworks like WPF and UWP to transition to Avalonia. Cross-platform Support: Avalonia supports multiple platforms, including Windows, Linux, and macOS, making it suitable for a wide range of applications.

  • @weizenhans
    @weizenhans 2 месяца назад

    The biggest moment is when the "newly installed" template is called via "Recent project templates" :(

  • @shwetashirodkar-ec8fh
    @shwetashirodkar-ec8fh 2 месяца назад

    👍🏻👍🏻

  • @yxvwa
    @yxvwa 2 месяца назад

    Where get component Trigger? I not found him... 09:29

    • @VectoArt
      @VectoArt 2 месяца назад

      Ensure your project type is WPF with .Net framework

    • @yxvwa
      @yxvwa 2 месяца назад

      @rt I didn't find it, but I found another way, I wrote a trace in the XAML markup: <TextBlock.Triggers> <EventTrigger RoutedEvent="UIElement.MouseEnter"> <BeginStoryboard Storyboard="{StaticResource Storyboard1}"/> </EventTrigger> <EventTrigger RoutedEvent="UIElement.MouseLeave"> <BeginStoryboard Storyboard="{StaticResource Storyboard2}"/> </EventTrigger> </TextBlock.Triggers> And, this method work!

    • @yxvwa
      @yxvwa 2 месяца назад

      I didn't find it, but I found another way, I wrote a trace in the XAML markup: <TextBlock.Triggers> <EventTrigger RoutedEvent="UIElement.MouseEnter"> <BeginStoryboard Storyboard="{StaticResource Storyboard3}"/> </EventTrigger> <EventTrigger RoutedEvent="UIElement.MouseLeave"> <BeginStoryboard Storyboard="{StaticResource Storyboard4}"/> </EventTrigger> </TextBlock.Triggers> And, this method work!

  • @yxvwa
    @yxvwa 2 месяца назад

    Спасибо! Теперь я понял как использовать анимацию

  • @SajjadMZahraei
    @SajjadMZahraei 2 месяца назад

    👍

  • @SajjadMZahraei
    @SajjadMZahraei 2 месяца назад

    👏👍👌🙏

  • @lukassekela580
    @lukassekela580 2 месяца назад

    Very nice.

  • @maurocandido
    @maurocandido 2 месяца назад

    English ?

  • @samsman007
    @samsman007 2 месяца назад

    Please go buy yourself a decent microphone!

  • @vaibhavshinde6419
    @vaibhavshinde6419 2 месяца назад

    Please help to dispay OHLC chart on desktop application like cTrader application.

  • @dsv-kh
    @dsv-kh 2 месяца назад

    Thank you!

  • @LuisRojas-nr3vq
    @LuisRojas-nr3vq 2 месяца назад

    Thanks

  • @pakkerto
    @pakkerto 2 месяца назад

    i am waiting...........................

  • @roberthouston490
    @roberthouston490 3 месяца назад

    Is there a copy of the code used in the tutorial available anywhere? (I've done my best to follow along, but I've still got compilation errors, and I'm not sure where I've gone wrong.)

    • @roberthouston490
      @roberthouston490 3 месяца назад

      Turned out that restarting Visual Studio magically fixed the build errors...

  • @user-hi9er1fk8v
    @user-hi9er1fk8v 3 месяца назад

    Thanks! Send me code

    • @VectoArt
      @VectoArt 3 месяца назад

      Link to GitHub is in the description

  • @asunainori6475
    @asunainori6475 3 месяца назад

    we have to request access to edit the file?

    • @VectoArt
      @VectoArt 3 месяца назад

      I will share you the copy via email

  • @tobichidobe
    @tobichidobe 3 месяца назад

    I cannot see the file

    • @VectoArt
      @VectoArt 3 месяца назад

      Check out my channel where you have links under video description

  • @katrykonig2466
    @katrykonig2466 3 месяца назад

    your voice is not clear. And the music is annoyed, so please remove it. Thanks

  • @missjude01
    @missjude01 3 месяца назад

    There is no code to get the app functioning? I think the UI is the same as the tutorial from Microsoft Learn?

    • @VectoArt
      @VectoArt 3 месяца назад

      You can find the sample code with connection to a weather api in Git. The link is in the description

  • @monambike
    @monambike 3 месяца назад

    thank youuu, very good tutorial, very fast and straight to the point

  • @thedylanrogers
    @thedylanrogers 4 месяца назад

    In the beginning part why not just right-click and use one of the "Fitting" settings instead of manually wrestling with that large image?