Skip to content

Commit

Permalink
Update Readme high resolution icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Nov 20, 2024
1 parent 46c9d64 commit 681c6dc
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.1.0] / 2024-11-14
- Update `ricaun.Revit.UI` to `0.7.*`
- Update `ricaun.Revit.UI` to `0.7.1`
- Add missing `Orange` color
- Obsolete `RibbonImageThemeSelector` to use `ricaun.Revit.UI`.
- Rename Images to have `Light` in the name to enable the theme change to `Dark`.
Expand Down
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# RevitAddin.Icon.Example

Example to swap the icons when theme change in Revit 2024 using the [Autodesk.Icon.Example](https://github.com/ricaun-io/Autodesk.Icon.Example) icons.

[![Revit 2024](https://img.shields.io/badge/Revit-2024+-blue.svg)](../..)
[![Visual Studio 2022](https://img.shields.io/badge/Visual%20Studio-2022-blue)](../..)
[![Nuke](https://img.shields.io/badge/Nuke-Build-blue)](https://nuke.build/)
[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Build](../../actions/workflows/Build.yml/badge.svg)](../../actions)

Example to swap the icons when theme change in Revit 2024/2025 using the [Autodesk.Icon.Example](https://github.com/ricaun-io/Autodesk.Icon.Example) icons.

This project uses the [ricaun.Revit.UI](https://www.nuget.org/packages/ricaun.Revit.UI) library to handle the theme change and the selection of the icons in [high resolution](#high-resolution-icons) when a `.tiff` file is used.

![Images-2x](assets/Images-2x.gif)

This project was generated by the [ricaun.AppLoader](https://ricaun.com/AppLoader/) Revit plugin.

## Installation
Expand All @@ -16,11 +20,15 @@ This project was generated by the [ricaun.AppLoader](https://ricaun.com/AppLoade

## Video

Video in english with the creation of this project.
Video in English with the creation of this project.

[![VideoIma1]][Video1]
[![VideoIma2]][Video2]

### High resolution icons for Revit {#high-resolution-icons}

[![VideoIma3]][Video3]

## License

This project is [licensed](LICENSE) under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).
Expand All @@ -33,4 +41,6 @@ Do you like this project? Please [star this project on GitHub](../../stargazers)
[VideoIma1]: https://img.youtube.com/vi/Ggtz4-pVVYw/mqdefault.jpg
[Video2]: https://youtu.be/q14EKVZaeqE
[VideoIma2]: https://img.youtube.com/vi/q14EKVZaeqE/mqdefault.jpg
[Video3]: https://youtu.be/q__JuQDTH_k
[VideoIma3]: https://img.youtube.com/vi/q__JuQDTH_k/mqdefault.jpg

2 changes: 1 addition & 1 deletion RevitAddin.Icon.Example/RevitAddin.Icon.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ricaun.Revit.UI" Version="*-*" />
<PackageReference Include="ricaun.Revit.UI" Version="*" />
<PackageReference Include="ricaun.Revit.Mvvm" Version="*" />
</ItemGroup>

Expand Down
Binary file added assets/Images-2x.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 681c6dc

Please sign in to comment.