Git Product home page Git Product logo

tapaal-gui's Introduction

TAPAAL GUI

This repo container the source files for the TAPAAL GUI.

Run source

To run TAPAAL from sources make sure you have a java runtime installed. You can start tapaal by running:

./gradlew run

On windows use gradlew.bat. Gradle will automatically download and configure all development dependencies.

IDE

Please feel free to use the IDE or editor of your choice to develop TAPAAL. Please be careful not to include any project or configuration files to source control, feel free to add files to .gitignore. The TAPAAL development team encourages to use JetBrains IntelliJ IDEA. The IDE can be freely downloaded on https://www.jetbrains.com/idea/download/

To setup IntelliJ for TAPAAL development:

  • Check out the source locally
  • Start IntelliJ and select "Import Project"
  • Navigate to the source location, and select OK
  • Select "Import project from external model" and select "Gradle" (will be the default"), press next
  • Select "Use auto-import" and "Use default gradle wrapper (recommended)
  • Select Finish

To run TAPAAL from IntelliJ select the Gradle tab (normally in the right pane), and click on application - run. From now on you can run and debug using the play/debug button in the tool menu.

Gradle

To run gradle from commandline use the gradle bootstrap scripts. (gradlew for unix, gradlew.bat for Windows). You might need to set JAVA_HOME to point to the location of your JDK.

List of commands (see gradlew tasks --all for all)

  • run - build and run the source
  • build - build the source
  • test - run unit tests
  • jar - make a jar file
  • assemble - make a release build
  • distZip - make a distribution zip file

tapaal-gui's People

Contributors

yrke avatar srba avatar lenasaid avatar jakobht avatar mortenjacobsen avatar peterhaahrtaankvist avatar mtygesen avatar jakse avatar krismp99 avatar petergjoel avatar thom854c avatar madsjohannsen avatar mathiasgrund avatar cmoesgaard avatar hginnerup avatar kimsey0 avatar niceastvillage avatar

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.