Coder Social home page Coder Social logo

zlgopen / awtk-minijvm Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 1.0 14.55 MB

awtk for minijvm

License: GNU Lesser General Public License v2.1

CMake 0.13% Makefile 0.01% C 51.63% Java 45.15% Shell 0.05% JavaScript 0.01% HTML 0.66% C++ 2.16% Python 0.18% PHP 0.01%
awtk minijvm

awtk-minijvm's Introduction

AWTK-MINIJVM

AWTK 针对 MINIJVM 的适配。

Download and Build

  • Download and Build miniJVM
git clone https://github.com/digitalgust/miniJVM.git

build minijvm

mkdir build && cd build && cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug ../minijvm/c && cmake --build . && cmake --build . --target mini_jvm; cd -

build java

cd minijvm/java
mvn clean package
  • Download awtk and awtk-minijvm
cd desktop
git clone https://github.com/zlgopen/awtk.git
git clone https://github.com/zlgopen/awtk-minijvm.git awtk_gui
  • Build AWTK
cd awtk; scons; cd -

AWTK的编译环境请参考:https://github.com/zlgopen/awtk

  • Build AWTK-MINIJVM
cd awtk_gui
make
  • 生成资源
python ./scripts/update_res.py all

或者通过 designer 生成资源

Run

  • on linux
./run_on_linux.sh
  • on macos
./run_on_mac.sh

awtk-minijvm's People

Contributors

digitalgust avatar xianjimli avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

digitalgust

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.