GithubHelp home page GithubHelp logo

wiese42 / krayon4sbgn Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 6.0 8.84 MB

A yFiles-based editor for SBGN diagrams written in Kotlin

License: Other

Inno Setup 0.16% CSS 3.55% Java 12.84% Kotlin 83.44%
sbgn sbgn-ml diagram-editor diagram-designer diagramming kotlin yfiles systems-biology pathway-editors

krayon4sbgn's Introduction



Krayon for SBGN

Introduction

Application Screenshot

Krayon is a yFiles-based editor for SBGN diagrams that is written in kotlin.

Features include

  • Full feature set for SBGN Process Description Language Level 1, v1.3
  • Loading and saving SBGN diagram in the standardized SBGN-ML format.
  • Printing, and exporting diagrams to PNG, GIF, JPG, SVG, PDF, and EPS.
  • Easy-to-apply predefined diagram styles
  • Easy-to-create custom styling
  • Fully mouse-driven diagram creation
  • Many keyboard-shortcuts for the power-users
  • Easy-to-enter special characters (subscripts, superscripts, greek letters)
  • SBGN strict mode that helps you to create valid SBGN diagram quickly
  • SBGN bricks
  • Different UI Styles

Predefined Diagram Styles

Default Material
Colorful Dark

Available UI Styles

Material Dark System (OS default)
UI Styles

Tutorial Videos

Source Code Installations:

Setting up your IDEA project:

  1. Open as Project or as Project from Version Control
  2. Set Java 8 as project SDK
  3. Set project language level to 8
  4. Set the compile output path to 'out'
  5. Copy yFiles for Java v3.1.0.1 jar file to yfiles-lib-and-license/lib
  6. Copy yFiles for Java license file to yfiles-lib-and-license/license

Testing your installation:

  1. Navigate to krayon.editor.sbgn.KrayonForSbgn and run it with a Java 8 JRE.
  2. To run it with a Java 9 or 10 JRE provide the additional VM parameter --add-modules=java.xml.bind.

No Icons?

The source code does not include application icons. The binary application includes IconExperience O-Collection icons, which are available under a commercial license.

Binary Application Installations:

  1. Go to the release section of this project and fetch the latest version either as self-contained windows installer, or as zip file containing all necessary jar files to run the application.
  2. With the windows installer, simply follow the instructions, to install and run the application.
  3. For the zipped jar distribution, you need to have a Java JRE 8, 9 or 10 installed. To run the software switch to the installation folder and execute on the command line:
  • with Java 8: java -jar krayon4sbgn.jar
  • with Java 9 or 10: java --add-modules=java.xml.bind -jar krayon4sbgn.jar

krayon4sbgn's People

Contributors

amazein avatar wiese42 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

krayon4sbgn's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.