Giter Club home page Giter Club logo

conrod-android-skeleton's Introduction

Conrod Android skeleton

This repository provides a simple example of using the Conrod Rust GUI library (part of the Piston project) on Android.

It displays all the Conrod UI widgets using OpenGL. This repository contains no Java!

Requirements

  • rustup
  • the Android SDK at $ANDROID_HOME
  • a JDK (only tested with 8)
  • Gradle
  • the following Android SDK packages:
    • ndk-bundle (and set $NDK_HOME to point to it)
    • platform-tools
    • platforms;android-18
    • build-tools;26.0.1

Quick start

rustup target add arm-linux-androideabi
cargo install cargo-apk
git clone https://github.com/jbg/conrod-android-skeleton && cd conrod-android-skeleton
cargo apk build
adb install -r target/android-artifacts/app/build/outputs/apk/app-debug.apk
# launch the app on your device!

Project outline

The Conrod & Glium setup code, event loop, render thread, etc are in main.rs. The code to lay out the GUI is in app.rs. Assets are loaded from the APK in assets.rs.

Issues

This project currently depends on my own fork of Conrod (containing just one patch), due to an issue with rendering on OpenGL ES.

Everything is much smaller than it should be, possibly due to a DPI bug (see the end of the conversation in this issue).

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.