• This repository has been archived on 05/Nov/2018
  • Stars
    star
    138
  • Rank 264,508 (Top 6 %)
  • Language
    TypeScript
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A next-gen web-based graphics framework

This project has moved to eclipse/sprotty and will be maintained there.

sprotty

sprotty is a next-generation, open-source, web-based diagramming framework. Some selected features:

  • fast, scalable SVG rendering that is compatible with many browsers and stylable with CSS,
  • animations built into the core,
  • support for a distributed runtime with a diagram client and a model server,
  • a fast, reactive client architecure implemented in TypeScript,
  • a Java-based server architecture,
  • configuration via dependency injection,
  • integration with Xtext, the Language Server Protocol and Theia that can be run as rich-client as well as in the browser..

sprotty demo

Getting started

# clone the repo
git clone [email protected]:theia-ide/sprotty.git

# build sprotty client and examples
cd sprotty/client
yarn
yarn examples:build

# build and run the sprotty server
cd ../server
./gradlew jettyRun 

# point your web browser to localhost:8080

For further information please consult the wiki or this blog post. The examples contained in this repository are available on a demo page.

More Repositories

1

theia-apps

Theia applications examples - docker images, desktop apps, packagings
Dockerfile
1,043
star
2

yangster-electron

Bundled Yangster electron application
118
star
3

racket-language-server

Racket Language Server
Racket
46
star
4

yangster

Yangster is a YANG IDE based on Theia
TypeScript
42
star
5

theia-xtext

A Theia Application with DSL support through an Xtext Language Server
TypeScript
29
star
6

theia-trace-extension

Theia trace viewer extension using the tsp-typescript-client (https://github.com/theia-ide/tsp-typescript-client) and Trace Server Protocol (https://github.com/theia-ide/trace-server-protocol).
TypeScript
27
star
7

theia-extension-example

The example of how to build the Theia-based app with the custom markdown extension.
TypeScript
24
star
8

theia-sprotty-example

An example application integrating Sprotty views with Theia
TypeScript
18
star
9

timeline-chart

A timeline / gantt chart library for large data (e.g. traces)
TypeScript
18
star
10

trace-server-protocol

Specification of the Trace Server Protocol
Python
17
star
11

theia-go-extension

Theia Go Extension
TypeScript
15
star
12

extension-registry

An open-source registry for VS Code extensions
TypeScript
11
star
13

theia-rust-extension

A Theia extension to support the Rust programming language
TypeScript
10
star
14

theia-php-extension

PHP Extension for Theia IDE
TypeScript
9
star
15

tsp-typescript-client

Client-side implementation, in typescript, of the Trace Server Protocol (https://github.com/theia-ide/trace-server-protocol).
TypeScript
9
star
16

theia-plantuml-extension

PlantUML Extension for Theia IDE
TypeScript
8
star
17

theia-xml-extension

XML extension for Theia
TypeScript
7
star
18

yang-eclipse

An Eclipse Plug-in for YANG
Xtend
6
star
19

tracing_codegen

An example language, using the traced code generation
Xtend
5
star
20

theia-csharp-extension

C# extension for Theia
TypeScript
5
star
21

tsp-python-client

Client-side implementation, in Python, of the Trace Server Protocol (TSP) (https://github.com/theia-ide/trace-server-protocol)
Python
5
star
22

theia-callhierarchy-extension

A Theia Extension Adding a Call Hierarchy View
TypeScript
5
star
23

theia-sprotty

Glue code for sprotty diagrams in Theia
TypeScript
5
star
24

theia-vscodecov

Test VS Code API coverage against Theia for any VS Code extension
JavaScript
4
star
25

theia-racket-extension

A Theia extension to Support the Racket programming language
TypeScript
4
star
26

vscode-trace-extension

Trace viewer extension for Theia applications and vscode
TypeScript
3
star
27

theia-ruby-extension

Theia extension to support Ruby.
TypeScript
3
star
28

theia-docker-extension

Adds DockerFile language support to Theia
TypeScript
3
star
29

haskell-theia-extension

Theia extension for Haskell support
JavaScript
3
star
30

theia-timeline-extension

TypeScript
2
star
31

theia-json-extension

[DEPRECATED] Moved to theia-ide/theia
TypeScript
2
star
32

theia-asciidoc-extension

Asciidoctor extension for Theia
TypeScript
2
star