HipByte / Flow

Cross-platform libraries for RubyMotion
BSD 2-Clause "Simplified" License
141 stars 29 forks source link

Modularize libraries so they can be required individually. #47

Closed andrewhavens closed 7 years ago

andrewhavens commented 8 years ago

This is a first attempt at making it possible to require individual Flow libraries. This fixes #42 and https://github.com/HipByte/motion-game/issues/52. There's still a little more work to be done, but as a first attempt is works pretty well. I was able to try this out in a test app and it works. I think having this ability is really important for Flow. Let me know what you think.

andrewhavens commented 8 years ago

Here's the test app that I was referring to: https://github.com/andrewhavens/motion-game-with-flow-example

andrewhavens commented 7 years ago

I have rebased to remove conflicts. Please let me know if you'd like to see anything change in this PR to make it ready to merge.

andrewhavens commented 7 years ago

@hboon and others, do you have any thoughts on this PR? Anything you want to see changed before it's merged?

amirrajan commented 7 years ago

On my todo list.