Skip to content

Commit cf9446c

Browse files
Merge pull request #5 from TerribleCoding/dev_1.3
v1.3
2 parents e2d53fc + 0419b79 commit cf9446c

12 files changed

Lines changed: 1185 additions & 73 deletions

README.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Can be used by designers and engineers as a quick estimation tool, as well as by
66

77
## License
88

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.
1010

1111
## Usage
1212

@@ -32,6 +32,9 @@ All texts and numbers on the pages are able to be copied and pasted anywhere you
3232

3333
A button for getting back to the main page is provided on every profile page, directly below its title.
3434

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+
3538
## Known bugs and issues
3639

3740
#### Ellipse perimeter not exact
@@ -41,10 +44,14 @@ Notice that the more "squished" the ellipse, the more imprecise the result.
4144
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.
4245
This might mean that it won't be upgraded to an even more precise calculation (infinite series are not infinite in programming).
4346

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+
4452
## Next improvements to be added
4553

4654
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)
4855
- More materials in the database
4956
- Materials divided in groups, in order to filter the available ones
5057
- 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
5562

5663
## Versions log
5764

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+
5875
#### v1.2
5976

6077
_Release date: April 25, 2021_
@@ -89,7 +106,9 @@ First release composed by an index page and 13 standard shapes to choose. Tables
89106

90107
#### Libraries
91108
- [p5.js](https://p5js.org/) javascript library
92-
<!-- - [MathJax](https://www.mathjax.org/) javascript library -->
109+
- [MathJax](https://www.mathjax.org/) javascript library
93110

94111
#### Media
95-
- Favicon made by [Vitaliy Gorbachev](https://www.flaticon.com/authors/vitaly-gorbachev) from [www.flaticon.com](www.flaticon.com)
112+
- Favicon made by [Vitaliy Gorbachev](https://www.flaticon.com/authors/vitaly-gorbachev) from [www.flaticon.com](https://www.flaticon.com/)
113+
- Icons made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/)
114+
- Web font icons from [UIcons](https://www.flaticon.com/uicons) on [www.flaticon.com](https://www.flaticon.com/)

0 commit comments

Comments
 (0)