Skip to content

Commit 79c438c

Browse files
committed
Update README.md features add links and fix typos
1 parent d17b33d commit 79c438c

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@ Install-Package RichCanvas
1818
```
1919
## ✨ Features
2020

21-
- Designed for **MVVM**
22-
- **No dependencies** other than WPF
23-
- **Optimized** for interactions with hundreds of elements
24-
- **Zoom, Pan, Scroll** and other out of the box functionalities
25-
- **Selection and Dragging** for items
26-
- Default **"Drawing"** mechanism when adding new items
27-
- Infinite scrolling
28-
- Configurable input gestures for each action
21+
- Supports adding items directly through **ItemsSource collection binding**
22+
- Offers [drawing](https://github.com/mircea21S/RichCanvas/wiki/RichCanvas-Overview#drawing) mechanism for items added to ItemsSource
23+
- Out of the box **zooming, panning, auto-panning, infinite scrolling and other functionalities**
24+
- **Dragging and selection** for items
25+
- [Items](https://github.com/mircea21S/RichCanvas/wiki/RichCanvasContainer-Overview) come with **location and size** dependency properties (no attached properties)
2926
- Lots of **configurable** dependency properties
27+
- Ready to support [custom](https://github.com/mircea21S/RichCanvas/wiki/RichCanvas-Overview#customize) actions and functionalities
28+
- **Optimized** for interactions with hundreds of elements
29+
- **No dependencies** other than WPF
30+
- Designed for **MVVM**
3031

3132
## 💻 Demo
3233

@@ -43,12 +44,14 @@ to get a grasp of the new changes and features added with v.3.0.0.
4344

4445
API Reference can be found [here](https://github.com/mircea21S/RichCanvas/wiki/API).
4546

46-
For documentation please refrer to [Wiki](https://github.com/mircea21S/RichCanvas/wiki).
47+
For documentation please refer to [Wiki](https://github.com/mircea21S/RichCanvas/wiki).
4748

4849
## ❤ Contributing
4950

5051
Feel free to help with documentation, bug reports, pull requests or new/missing features ideas.
5152

53+
Check out the [Contributing page](https://github.com/mircea21S/RichCanvas/tree/release-v3.0.0?tab=contributing-ov-file) for details.
54+
5255
## 🙏 Special Thanks
5356

5457
Just a special mention for my friend [@miroiu](https://github.com/miroiu) who's been inspiring me and this project from day zero.

0 commit comments

Comments
 (0)