Skip to content

Commit 7ed7a28

Browse files
authored
Merge pull request #574 from sake92/main
Add flowrun.io and FlowRun open source editor to Community page
2 parents 463e1aa + 44f9c97 commit 7ed7a28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

community/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Here you go:
3434
written in Scala, not the front end)
3535
- [MiniJava compiler](http://oxnrtr.de/mj) which originally targeted amd64, but received an AST interpreter to run in the browser.
3636
- [Fluent Code Explorer](http://www.fluentcode.com/), an online tool that helps you search, understand and collaborate on a large codebase.
37+
- [FlowRun](https://flowrun.io/), a web app for creating and running flowcharts
3738

3839
## Open Source Scala.js projects
3940

@@ -60,6 +61,7 @@ Use these open source projects to see how others have used Scala.js to build the
6061
- [Checkers](http://kschuetz.github.io/checkers/) ([source](https://github.com/kschuetz/checkers)): Checkers game rendered in web browser using SVG (about 10000 lines of Scala.js)
6162
- [Scastie](https://scastie.scala-lang.org) ([source](https://github.com/scalacenter/scastie)): An interactive playground for Scala, which can run any Scala program with any library in your browser
6263
- [Scalafiddle-editor](https://scalafiddle.io) ([source](https://github.com/scalafiddle/scalafiddle-editor)): An online playground for creating, sharing and embedding Scala fiddles (little Scala programs that run directly in your browser).
64+
- [FlowRun](https://github.com/sacode387/FlowRun): Editor and interpreter for the FlowRun flowcharts, written in Scala.js using Scala 3.
6365

6466
## Testimonials
6567

0 commit comments

Comments
 (0)