Skip to content

Commit e543274

Browse files
committed
Add info on related projects
1 parent 235f41c commit e543274

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ IJP Scala Console is simple user interface for executing Scala scripts.
77
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp-scala-console_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/net.sf.ij-plugins/ijp-scala-console_2.12)
88
[![Scaladoc](https://javadoc.io/badge2/net.sf.ij-plugins/ijp-scala-console_2.12/scaladoc.svg)](https://javadoc.io/doc/net.sf.ij-plugins/ijp-scala-console_2.12)
99

10-
The Scala Console can be run stand-alone, embedded in a desktop application, or [ImageJ] plugin. UI is build with ScalaFX.
10+
The Scala Console can be run stand-alone, embedded in a desktop application, or [ImageJ] plugin. UI is build with
11+
ScalaFX.
1112

1213
![Screenshot](docs/images/Scala-Console-2_screenshot.png)
1314

@@ -31,7 +32,17 @@ Additional example scripts can be found the [examples] directory.
3132
ImageJ Plugin Download
3233
----------------------
3334

34-
Binaries can be downloaded from the [releases] page. Extract the binaries to the ImageJ plugins directory. The plugin install `Plugins` > `Scripting` > `Scala Console`.
35+
Binaries can be downloaded from the [releases] page. Extract the binaries to the ImageJ plugins directory. The plugin
36+
install `Plugins` > `Scripting` > `Scala Console`.
37+
38+
Related Projects
39+
----------------
40+
41+
* [ScalaInterpreterPane] - a Swing component for editing code in the Scala programming language and executing it in an
42+
interpreter.
43+
* [Scala Scripting](https://github.com/scijava/scripting-scala/) - a library providing a JSR-223-compliant scripting
44+
plugin for the Scala language, part of [SciJava Script Editor] project. The project support multiple scripting
45+
languages. Detailed info can be found at [Using the Script Editor](https://imagej.net/scripting/script-editor) wiki.
3546

3647
License
3748
-------
@@ -55,4 +66,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5566

5667
[examples]: https://github.com/ij-plugins/ijp-scala-console/tree/main/scala-console/examples
5768

58-
[releases]: https://github.com/ij-plugins/ijp-scala-console/releases
69+
[releases]: https://github.com/ij-plugins/ijp-scala-console/releases
70+
71+
[ScalaInterpreterPane]: https://github.com/Sciss/ScalaInterpreterPane
72+
73+
[SciJava Script Editor]: https://github.com/scijava/script-editor

0 commit comments

Comments
 (0)