MARU 플랫폼 개발 및 오픈 배경
- Windows OS 와 Android OS에서 동작하는 크로미엄 웹뷰를 구현 할 수 있는 플랫폼이 필요했습니다.
- 두 OS에서 동일하게 동작하여야 함.
- Off-Line에서도 웹뷰가 동작하여야 함.
- 각 OS에서 동작하는 어플리케이션이지만, 웹 디자인을 적용하여 UI(사용자 인터페이스)를 화려하게 구성 할 수 있어야 함
- 프로젝트를 알고리즘 개발과 디자인 개발로 분리하여(협업으로) 진행 할 수 있습니다.
- 이와 같은 조건이 필요한, 다른 개발자에게 조금 도움이 될까하고 오픈하였습니다.
MARU platform development and opening background
- A platform that could implement Chromium webview that runs on Windows OS and Android OS was needed.
- Must operate identically on both OS.
- The web view must operate even off-line.
- It is an application that runs on each OS, but the UI (user interface) must be colorfully configured by applying web design.
- Projects can be carried out by separating algorithm development and design development (through work collaboration).
- I opened this in hopes that it might be of some help to other developers who need these conditions.
사용 라이브러리 | library used
- jQuery
- https://jquery.com/
- https://code.jquery.com/jquery-3.7.0.min.js : 이전, 이후 버전 사용 가능 / Previous and later versions available
- https://jquery.com/license/
- jQuery.Modal
- https://www.jquerymodal.com/
- https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js
- visual studio 2022 community, C#
** jQuery를 사용하였지만 동작 속도는 아주 빠름. / ** Although jQuery is used, the operation speed is very fast.