Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A number of fixes #68

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

A number of fixes #68

wants to merge 4 commits into from

Conversation

sseefried
Copy link

No description provided.

@osa1
Copy link
Collaborator

osa1 commented Jan 12, 2015

Development of SDL2 bindings are continuing in https://github.com/haskell-game/sdl2 , this package is deprecated.

(I'll update the README today to redirect new users/contributors to sdl2 package.)

@sseefried
Copy link
Author

Thanks. The new package looks great but boy does it have a lot of
dependencies. This is actually a drawback for my purposes since I've found
that many packages do not just build "out of the box" in a cross-compiling
environment. Since I'm targeting Android I think I'll stick with this
package which has much fewer dependencies (and I've already successfully
built).

On 13 January 2015 at 08:51, Ömer Sinan Ağacan [email protected]
wrote:

Development of SDL2 bindings are continuing in
https://github.com/haskell-game/sdl2 , this package is deprecated.

(I'll update the README today to redirect new users/contributors to sdl2
package.)


Reply to this email directly or view it on GitHub
#68 (comment).

@osa1
Copy link
Collaborator

osa1 commented Jan 13, 2015

As far as I can see sdl2 has only one big dependency, linear, and that's used in some input handler functions. It may be possible re-implement/copy used functions from linear package if only a few functions are used.

In the worst case I think you can fork sdl2, remove linear dependency by yourself and have something that is cross-compilable to Android.

(I'm saying this because sdl2 is a lot more tested and it's currently being actively used in some projects so it may have a lot of bugfixes and/or improvements over this one. (personally I never used it though))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants