Code Monkey home page Code Monkey logo

mnga's Introduction

MNGA

Logic

A refreshing NGA Forum App in SwiftUI.

Make NGA Great Again.

Get the App

  • App Store

  • TestFlight Public Link for iOS

    Stable Channel (稳定版) Nightly Channel (开发版)
    tf-image tf-image
  • Or build the project yourself, check instructions below.

Features

  • Built with SwiftUI which provides awesome UX feelings for multiple platforms like iOS, iPadOS and macOS
  • High-performance logic layer energized by Rust (and can be ported to other platforms with ease, check Android Instructions)

Screenshots

iOS

iPadOS

macOS

Build the Project

  1. Install Xcode and Rust toolchains. Make sure you have set your command line tools location correctly by

    安装 Xcode 及 Rust 相关工具链。确保 CLI 工具的路径设置正确:

    $ sudo xcode-select --switch /Applications/Xcode.app
  2. Install other prerequisites.

    安装其他依赖。

    $ brew install swift-protobuf
    $ cargo install cargo-lipo
    
    $ rustup target add aarch64-apple-ios
    $ rustup target add aarch64-apple-ios-sim  # optional: Simulator target for Apple Silicon
    $ rustup target add x86_64-apple-ios       # optional: Simulator target for Intel
    $ rustup target add aarch64-apple-darwin   # optional: macOS target for Apple Silicon
    $ rustup target add x86_64-apple-darwin    # optional: macOS target for Intel
  3. Clone the repository and run at the project root:

    克隆仓库到本地,在项目的根目录,运行

    $ make ios
    $ make macos

    You'll find logic-ios.xcframework and logic-macos.xcframework under out.

    检查 out 目录,将会生成 logic-ios.xcframeworklogic-macos.xcframework 两个 Xcode Framework.

  4. Open the Xcode project app/NGA.xcodeproj. Run the app after you set the correct Apple ID.

    打开 Xcode 工程 app/NGA.xcodeproj,重新设置签名 Apple ID 后,编译运行 MNGA。

Statements

  • 本项目中涉及的 NGA 等文字,NGA 版块、帖子、用户等数据,AC 娘表情等资源,其版权均归 NGA BBS (https://ngabbs.com) 所有。
  • This project currently has NO LICENSE. You MAY NOT modify or redistribute this code without explicit permission.

mnga's People

Contributors

bugenzhao avatar

Watchers

James Cloos 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.