Skip to content

aregtech/areg-sdk-tools

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Gui
 
 
 
 
 
 
 
 
 
 
 
 

The UI tools for AREG SDK

Introduction

AREG is an interface-centric communication engine. The AREG SDK consists of communication engine and the multiple tools. Since AREG engine is interface-centric, i.e. it works with predefined interfaces, there is a need to craete GUI tool do desing at least interface and servicing components. This project is a GUI tool to desing ad visualize service interface files used by code generator to create source codes based on technology provided by AREG engine.

How to clone

The AREG SDK tool application contains dependency of the thirdparty libraries and repositories, which are added as modules. To clone all sources perform following actions:

# Step 1: Create areg-sdk-tool directory, can be any name
$ mkdir areg-sdk-tools

# Step 2: Switch to that direcotory
$ cd ./areg-sdk-tools

# Step 3: Clone recursevely all sources, including dependencies that has availonia
$ git clone --recurse-submodules https://github.com/aregtech/areg-sdk-tools.git .

Tools included

This UI Tool for AREG SDK includes following applications:

  1. Service Interface designer;
  2. Log viewer.

💡 This project is under development and not ready yet.

About

The UI tools for AREG SDK

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published