Skip to content

Commit 71fdba2

Browse files
committed
Updated README
1 parent cf69843 commit 71fdba2

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Design Structure Matrix editor (DSM editor) - An open-source application for edi
1111
* Fast Render mode that removes a lot of graphical detail to load bigger matrices faster and see a bigger picture
1212
* Propagation Analysis
1313
* Export to various formats: CSV, Excel, PNG, Thebeau Matlab File
14+
* Clustering algorithm based on [Ronnie Thebeau's clustering algorithm](https://dsmweb.org/matlab-macro-for-clustering-dsms/). NOTE: this is a beta feature and has not been fully validated
1415

1516

1617
### To Install for Developers (version >= 2.0.0)
@@ -23,7 +24,7 @@ Maven will install all the dependencies. There may be issues with the java runti
2324

2425
### To Install for Users (version >= 2.0.0)
2526
* Go to the [releases page](https://github.com/ajcarney/DSMEditor/releases) and download the latest zip or tar file for your operating system
26-
* Unzip the file to a known directory with write permissions so that the program can save to files
27+
* Unzip the file to a known directory with write permissions so that the program can save to files.
2728
* No need to install anything else (including java) as the program comes pre-packaged with an open-source version of the Java runtime from [Adoptium](https://adoptium.net/) (no need to mess with Oracle anymore)
2829
* The zip file includes an executable (.exe for windows or .sh for unix) that will start the program
2930

@@ -70,6 +71,5 @@ If you encounter any bugs or would like to submit a feature request, feel free t
7071
This project is in semi-active development. As a college student, the school year is busy, and as such, the majority of development is done during the summer months
7172
##### What's Next?
7273
* Better Support for Interface Types
73-
* ICM Transformations
74-
* UI Fixes
74+
* UI Fixes and Improvements
7575
* Performance improvements

gallery/fast_render.png

32.2 KB
Loading

gallery/modify_connection.png

70.6 KB
Loading

gallery/propagation_analysis.png

71.5 KB
Loading

gallery/sample.png

80.5 KB
Loading

gallery/zoom.png

39.1 KB
Loading

0 commit comments

Comments
 (0)