From 30a13365dd146a46b9623b120bf711ad3ae40b0a Mon Sep 17 00:00:00 2001 From: Sung-Jae Lee Date: Tue, 10 Aug 2021 16:28:45 +0900 Subject: [PATCH] Update README.md - Add project Goal. Signed-off-by: Sung-Jae Lee --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index ea4046f0..6404749d 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,13 @@ Visual Studio Code Extension of [**ONE**](https://github.com/Samsung/ONE) compiler toolchain. +## Goal + +We aim to provide a convenient UX to ONE users by combining the Visual Studio Code environment, which has recently been spotlighted by developers, and ONE's compiler toolchain. + +Following the extension architecture of Visual Studio Code, we will develop a minimal extension that can work seamlessly with other features. + +In addition, we are trying to have a well-designed structure ourselves so that various tools of ONE that will be developed in the future can be added without difficulty. Model visualizers, profilers, log analyzers, event tracers, etc. are good candidates for this future expansion. + +Through these activities, ONE-vscode can provide a differentiation that cannot be experienced only with the existing CLI by linking the toolchain with the execution environment, ONE Runtime, or a target simulator corresponding to the backend compiler. This will eventually lead to fun and high productivity for developers. +