amethyst / rendy

State of the art "build your own engine" kit powered by gfx-hal
Other
814 stars 99 forks source link

iOS Example #214

Open bschwind opened 5 years ago

bschwind commented 5 years ago

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.

fu5ha commented 5 years ago

Sounds awesome to me

On Tue, Sep 24, 2019, 7:35 AM Brian Schwind notifications@github.com 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 .

zakarumych commented 5 years ago

Yes. Examples are very welcome.

bschwind commented 5 years ago

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.