Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gate
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openmole
gate
Commits
6585feca
Commit
6585feca
authored
Sep 23, 2014
by
Mathieu leclaire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Readme
parent
c4d561af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
README.md
README.md
+8
-2
No files found.
README.md
View file @
6585feca
...
...
@@ -8,16 +8,22 @@ The project aims at building a small but complete client / server application us
-
[
scala.rx
](
https://github.com/lihaoyi/scala.rx
)
-
[
autowire
](
https://github.com/lihaoyi/autowire
)
This prototype exposes a Graph editor inspired from
[
http://bl.ocks.org/cjrd/6863459
](
http://bl.ocks.org/cjrd/6863459
)
javascript example.
## Build & Run ##
```
sh
$
cd
scalaTraJSTagsWireRx
$
sbt
>
project ui
>
toJS // Build the client JS files
>
project server
>
container:restart // Start the server
```
Then open
[
http://localhost:8080/
](
http://localhost:8080/
)
in your browser.
## Play with the graph ##
-
drag to translate the graph
-
shift-click on graph to create a node
-
shift-click on a node and then drag to another node to connect them with a directed edge
-
click on node or edge and press delete to delete
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment