objrs_demo

Crates.ioobjrs_demo
lib.rsobjrs_demo
version0.0.2
sourcesrc
created_at2018-05-14 03:24:55.14427
updated_at2018-12-02 00:12:58.684348
descriptionDemonstration of objrs.
homepage
repositoryhttps://gitlab.com/objrs/objrs
max_upload_size
id65275
size117,946
Michael Bradshaw (mjbshaw)

documentation

README

objrs demo

This demo of objrs is written in 100% Rust. It uses objrs to compile to machine code that is ABI-compatible with Objective-C, allowing it to utilize native Objective-C frameworks (e.g. AppKit, Foundation, Metal, MetalKit, etc.) without any intermediary FFI bridges.

When run, the application will open a window that uses Metal to render the Rust logo. Moving your mouse across this logo will interactively distort it.

Requirements

  • A recent version of macOS (only macOS 10.14.1 has been tested).
  • Nightly Rust compiler (tested on rustc 1.32.0-nightly (5aff30734 2018-11-19)).

Instructions

Just cargo run to run the demo app. Running the latest version of the demo can be done as follows:

git clone https://gitlab.com/objrs/objrs.git
cd objrs/demo
cargo run

The demo is also published on crates.io under the name objrs_demo.

License

See the COPYRIGHT file. objrs (including this demo) is triple-licensed under the Apache License 2.0, MIT License, and Mozilla Public License 2.0 terms.

This demo renders a copy of the Rust logo with interactive distortions applied. The file logo_triangles.i16.xz is a copy of the Rust logo (represented as a 2D triangulated mesh in binary form). The Rust logo is licensed by Mozilla under the Creative Commons Attribution license (CC-BY).

Commit count: 22

cargo fmt