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
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ A powerful web tool for calculating phisical and mechanical properties of standa
4
4
5
5
Can be used by designers and engineers as a quick estimation tool, as well as by students as a geometry tool, or simply to find material data from the database.
6
6
7
+
## License
8
+
9
+
The project is published intentionally with no license at the moment.
10
+
7
11
## Usage
8
12
9
13
Choose the shape you want to calculate features by clicking the corresponding image or name.
@@ -13,7 +17,7 @@ Wether results will be available while inserting data, they will show in the bot
13
17
e.g.: If you're looking for the area of a rectangle as the base **and** the height will be filled in you'll have the result otherwise the field will be null.
14
18
15
19
You can use the arrows on the right side of any input field to raise or decrease it by 1 unit, for your convenience.
16
-
For a quicker input process, is suggested to use the _Tab_ key to junp on the next input field.
20
+
For a quicker input process, is suggested to use the _Tab_ key to jump on the next input field.
17
21
18
22
Results updates trigger whenever **one** of these events occur:
19
23
@@ -22,6 +26,7 @@ Results updates trigger whenever **one** of these events occur:
22
26
- Changing field with _Tab_ key
23
27
- Changing material selecting it from the provided list
24
28
- Clicking anywhere on the page, after editing of a number, deselecting the input field
29
+
- Clicking on dimension swap button
25
30
26
31
All texts and numbers on the pages are able to be copied and pasted anywhere you need.
27
32
@@ -42,7 +47,6 @@ Note: _The order of this list might not match the order these features will be a
42
47
- More materials in the database
43
48
- Materials divided in groups, in order to filter the available ones
44
49
- Result finder (let the program change an input to return a specific result)
45
-
- Data swapper for rectangles and ellipses (you may want to swap width and height rapidly, a button will be added)
46
50
- Limiting inputs to positive values
47
51
- Limiting inputs to generate valid geometry (e.g. a tube D=10, t=6 is not valid)
48
52
- Canvas to see the shape change dynamically while typing and changing data
@@ -55,10 +59,19 @@ Note: _The order of this list might not match the order these features will be a
55
59
56
60
_Release date: March 27, 2021_
57
61
58
-
_Work Hours: unknown, project directory created on Jan 14, 2021_
62
+
_Work Time: unknown, project directory created on Jan 14, 2021_
59
63
60
64
First release composed by an index page and 13 standard shapes to choose. Tables on every profile page for inserting shape data and material data or choose from presetted materials.
61
65
66
+
#### v1.1
67
+
68
+
_Release date: April 18, 2021_
69
+
70
+
_Work Time: 1h_
71
+
72
+
- Fixed issue #1 - Favicon not working.
73
+
- Added a dimension swapper button for rectangles and ellipses. Click it to swap width and height rapidly.
74
+
62
75
## Team & Credits
63
76
64
77
#### Team
@@ -71,7 +84,3 @@ First release composed by an index page and 13 standard shapes to choose. Tables
71
84
72
85
#### Media
73
86
- Favicon made by [Vitaliy Gorbachev](https://www.flaticon.com/authors/vitaly-gorbachev) from [www.flaticon.com](www.flaticon.com)
74
-
75
-
## License
76
-
77
-
The project is published intentionally with no license at the moment.
0 commit comments