rendy icon indicating copy to clipboard operation
rendy copied to clipboard

iOS Example

Open bschwind opened this issue 4 years ago • 3 comments

Are the maintainers of this crate interested in having a simple iOS example which just draws a triangle and contains instructions on how to integrate it into an Xcode project? I currently have something kinda working but I'm running into some small issues.

If it's something that would be welcome in this repo then I can make a pull request and work through some of the issues I'm having.

bschwind avatar Sep 24 '19 14:09 bschwind

Sounds awesome to me

On Tue, Sep 24, 2019, 7:35 AM Brian Schwind [email protected] wrote:

Are the maintainers of this crate interested in having a simple iOS example which just draws a triangle and contains instructions on how to integrate it into an Xcode project? I currently have something kinda working but I'm running into some small issues.

If it's something that would be welcome in this repo then I can make a pull request and work through some of the issues I'm having.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/amethyst/rendy/issues/214?email_source=notifications&email_token=AAGYXH3OWZX4SNDSGTM7GK3QLIQTHA5CNFSM4I2ASP6KYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HNKYJBA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGYXHYVZVEVR34CXAQSBP3QLIQTHANCNFSM4I2ASP6A .

fu5ha avatar Sep 24 '19 18:09 fu5ha

Yes. Examples are very welcome.

zakarumych avatar Sep 24 '19 18:09 zakarumych

WIP branch here:

https://github.com/bschwind/rendy/tree/ios-example

I can open a PR here if someone would like to try it out. It runs but it takes effort to build and configure, and there are some quirks happening at runtime that I'd like the help of someone to figure out. I'm probably just doing something wrong.

bschwind avatar Sep 25 '19 16:09 bschwind