GithubHelp home page GithubHelp logo

00mjk / hippy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tencent/hippy

0.0 0.0 0.0 76.04 MB

A cross platform framework designed for Web developer. Introduction video - https://v.qq.com/x/page/i3038urj2mt.html

Home Page: http://hippyjs.org

License: Apache License 2.0

JavaScript 4.49% Java 35.86% CMake 0.16% C++ 37.63% C 0.35% Objective-C 11.78% Objective-C++ 6.40% Shell 0.09% TypeScript 3.21% Ruby 0.02%

hippy's Introduction

Hippy Cross Platform Framework

Hippy Group license PRs Welcome node Actions Status Codecov

English | 简体中文 | Homepage

Introduction

Hippy is a cross-platform development framework, aiming to help developers write once, run on three platforms(iOS, Android and Web). Hippy is quite friendly to web developers, especially who are familiar with React or Vue. With Hippy, developers are able to create the cross platform app easily.

Hippy is now applied in 18 Tencent apps reaching hundreds of millions of ordinary users.

Advantages

  • Design for web developers, officially support web frameworks like React and Vue.
  • Same APIs for different platforms.
  • Excellent performance with JS engine binding communication.
  • Build-in recyclable component with better performance.
  • Smoothly and gracefully migrate to web browser.
  • Fully supported Flex Layout engine.

Project structure

Hippy
├── examples                          # Demo code for frontend or native developer.
│   ├── hippy-react-demo              # hippy-react js demo code.
│   ├── hippy-vue-demo                # hippy-vue js demo code.
│   ├── ios-demo                      # iOS native demo code.
│   └── android-demo                  # Android native demo code.
├── packages                          # npm packages.
│   ├── hippy-debug-server            # Debug the Hippy with native.
│   ├── hippy-react                   # React binding for Hippy.
│   ├── hippy-react-web               # Web adapter for hippy-react.
│   ├── hippy-vue                     # Vue binding for Hippy.
│   ├── hippy-vue-css-loader          # Webpack loader for convert CSS text to JS AST.
│   ├── hippy-vue-native-components   # Native components extensions for hippy-vue.
│   └── hippy-vue-router              # Vue router for hippy-vue.
├── ios
│   └── sdk                           # iOS SDK
├── android
│   ├── support_ui                    # Android native components.
│   └── sdk                           # Android SDK.
├── core                              # JS modules implemented by C++, binding to JS engine.
├── layout                            # Hippy layout engine.
├── scripts                           # Project build script.
└── types                             # Global type definition.

Getting started

Preparing environment

For macOS developers:

  1. Xcode with iOS sdk: build the iOS app.
  2. Android Studio with NDK: build the android app.
  3. Node.JS: run the build scripts.

homebrew is recommended to install the dependencies.

For Windows developers:

  1. Android Studio with NDK: build the android app.
  2. Node.JS: run the build scripts.

Windows can't run the iOS development environment so far.

Build your first Hippy app

Start the iOS simulator with hippy-react or hippy-vue demo

For iOS we recommend to use iOS simulator when first try, however, you may change the Xcode configuration to install the app to iPhone if you are a iOS expert.

  1. Install the dependencies with npm install.
  2. Build the front-end sdk packages with npm run build.
  3. Choose a demo to build with npm run buildexample -- [hippy-react-demo|hippy-vue-demo].
  4. Start the Xcode and build the iOS app with open examples/ios-demo/HippyDemo.xcodeproj.

Start the android app with hippy-react or hippy-vue demo

For Android we recommend to use the real cellphone for better experience, because Hippy is using X5 JS engine which can't support x86 simulator, as well as ARM simulator has a low performance.

Before build the android app, please make sure the SDK and NDK is installed, And DO NOT update the build toolchain.

  1. Install the dependencies with npm install.
  2. Build the front-end sdk packages with npm run build.
  3. Open a terminal, then build the hippy-react demo with npm run buildexample -- hippy-react-demo, or build the hippy-vue demo with npm run buildexample -- hippy-vue-demo .
  4. Open the examples/android-demo with Android Studio.
  5. Connect android phone with USB cable and make sure USB debugging mode and USB installation are enabled.
  6. Open the project with Android Studio, run and install the apk.

If you encounter the issue of No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android, here is the solution.

Contribution

Developers are welcome to contribute to Tencent's open source, and we will also give them incentives to acknowledge and thank them. Here we provide an official description of Tencent's open source contribution. Specific contribution rules for each project are formulated by the project team. Developers can choose the appropriate project and participate according to the corresponding rules. The Tencent Project Management Committee will report regularly to qualified contributors and awards will be issued by the official contact.

License

Hippy is Apache-2.0 licensed.

hippy's People

Contributors

abigaleypc avatar airyland avatar alvminvm avatar arylo avatar boxizen avatar churchill-zhang avatar dependabot[bot] avatar dequan1331 avatar effortcheep avatar elfsundae avatar emon100 avatar ilikethese avatar jeromehan avatar kassadin avatar liulinboyi avatar loongee avatar ozonelmy avatar padraic7a avatar ronktsang avatar siguangli avatar siguangli2018 avatar tomdyqin avatar tsangint avatar welkinxie avatar xuqingkuang avatar xxs665 avatar zhmushan avatar zhuoyitao avatar zoomchan-cxj avatar zousandian 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.