-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9401d56
commit 717b100
Showing
9 changed files
with
81 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Sprotty Protocol | ||
|
||
This package contains the platform-independent definitions of Sprotty. They are used both by the main client code ([sprotty](https://www.npmjs.com/package/sprotty)) and by servers running in Node.js. | ||
|
||
For Node.js-based diagram servers, a class `DiagramServer` is provided. It handles the state and message handling for one client, so you need to create one instance of that class for every diagram instance that is shown in the frontend. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Sprotty | ||
|
||
This is the client part of _Sprotty_, a next-generation, open-source diagramming framework built with web technologies. | ||
|
||
<img src="https://raw.githubusercontent.com/wiki/eclipse/sprotty/images/screenshot0.png" width="23%" align="left"> | ||
<img src="https://raw.githubusercontent.com/wiki/eclipse/sprotty/images/screenshot1.png" width="23%" align="left"> | ||
<img src="https://raw.githubusercontent.com/wiki/eclipse/sprotty/images/screenshot2.png" width="23%" align="left"> | ||
<img src="https://raw.githubusercontent.com/wiki/eclipse/sprotty/images/screenshot3.png" width="23%"> | ||
|
||
|
||
Some selected features: | ||
|
||
* Fast, scalable SVG rendering that is compatible with all modern browsers and stylable with CSS | ||
* Animations built into the core | ||
* Support for a distributed runtime with client and server | ||
* Fast, reactive client architecture implemented in TypeScript | ||
* Java or Node.js based server architecture | ||
* Configuration via dependency injection | ||
* Integrations with Xtext, Langium, the Language Server Protocol, VS Code and Theia | ||
* Can be run as rich-client as well as in the browser | ||
|
||
## Docs | ||
|
||
For further information please consult the [Wiki](https://github.com/eclipse/sprotty/wiki). | ||
|
||
The version history is documented in the [CHANGELOG](https://github.com/eclipse/sprotty/blob/master/packages/sprotty/CHANGELOG.md). | ||
|
||
## References | ||
|
||
- [Example: DSL in the Cloud](http://github.com/TypeFox/theia-xtext-sprotty-example) – an example using Xtext, Theia and Sprotty to create a DSL workbench in the cloud | ||
- [Example: npm dependencies](https://github.com/TypeFox/npm-dependency-graph) – discover dependencies of npm packages | ||
- [Yangster](https://github.com/theia-ide/yang-vscode) a VS Code extension for the YANG language |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters