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
+23-4Lines changed: 23 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Can be used by designers and engineers as a quick estimation tool, as well as by
6
6
7
7
## License
8
8
9
-
The project is published intentionally with no license at the moment.
9
+
This product is intended for digital use only. It is prohibited to copy or distribute the whole or part of it, unless accorded between the parts.
10
10
11
11
## Usage
12
12
@@ -32,6 +32,9 @@ All texts and numbers on the pages are able to be copied and pasted anywhere you
32
32
33
33
A button for getting back to the main page is provided on every profile page, directly below its title.
34
34
35
+
The equations page is intuitive to use: clicking the shape from the list on the left makes the math for that shape visible.
36
+
Some other extra features from MathJax library are also available when right-clicking on a equation, like the ability of zooming the expression or copying the LaTex string for further use.
37
+
35
38
## Known bugs and issues
36
39
37
40
#### Ellipse perimeter not exact
@@ -41,10 +44,14 @@ Notice that the more "squished" the ellipse, the more imprecise the result.
41
44
The formula has been updated to a better one - this one - in version 1.2 and the approximation is totally suitable for the intended use of this tool.
42
45
This might mean that it won't be upgraded to an even more precise calculation (infinite series are not infinite in programming).
43
46
47
+
#### Truncated material names
48
+
49
+
When a material is selected from the dropdown menu, often the name overflows the space available.
50
+
The issue will be solved in a future release.
51
+
44
52
## Next improvements to be added
45
53
46
54
Note: _The order of this list might not match the order these features will be added through next versions._
47
-
- Math page (showing formulas and symbols used in the tool)
48
55
- More materials in the database
49
56
- Materials divided in groups, in order to filter the available ones
50
57
- Result finder (let the program change an input to return a specific result)
@@ -55,6 +62,16 @@ Note: _The order of this list might not match the order these features will be a
55
62
56
63
## Versions log
57
64
65
+
#### v1.3
66
+
67
+
_Release date: July 25, 2021_
68
+
69
+
_Work Time: 11h 30min_
70
+
71
+
- Footer has been changed in a sidebar on the right
72
+
- Added equations page showing formulas and symbols used in the tool
73
+
- Bugs can be reported via Github or Google modules, from the "Credits" popup
74
+
58
75
#### v1.2
59
76
60
77
_Release date: April 25, 2021_
@@ -89,7 +106,9 @@ First release composed by an index page and 13 standard shapes to choose. Tables
0 commit comments