amethyst/rendy

iOS Example

bschwind opened this issue · 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.

fu5ha commented

Yes. Examples are very welcome.

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.