You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ My motivation for this project is to create a simple but functional note taking
10
10
One main consideration is that it is vector based, which should make it very flexible in editing and altering the contents.
11
11
12
12
**Disclaimer**
13
-
This is my first Rust and GTK project and I am learning as I go along. Expect bugs and crashes. It also could blow up your computer. ;)
13
+
This is my first Rust and GTK project and I am learning as I go along. Its not unlikely to blow up your computer. ;)
14
14
15
15
## Feature Ideas:
16
16
* Stroke history list widget
@@ -22,12 +22,13 @@ This is my first Rust and GTK project and I am learning as I go along. Expect bu
22
22
## To-Do
23
23
-[x] Switch geometry to [nalgebra](https://crates.io/crates/nalgebra) wherever possible. It can operate on f64 and has much more features than graphene.
24
24
-[ ] Template deduplication when loading in .rnote save files.
25
-
-[ ] PDF Import, Export and printing option
26
-
-[ ] PNG Import, Export
25
+
-[x]~~PDF Import~~, PDF Export and printing option
26
+
-[x] Picture import
27
+
-[] Picture export
27
28
-[ ] Implement bezier curve stroke with variable stroke width (see this paper: [Quadratic bezier offsetting with selective subdivision](https://microbians.com/math/Gabriel_Suchowolski_Quadratic_bezier_offsetting_with_selective_subdivision.pdf))
28
29
29
30
## Screenshots
30
-
Rnote is a very early WIP project, so don't expect too much. :)
31
+
Rnote is a WIP project, so don't expect too much. :)
0 commit comments