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

Light not showing up on Android #33

Closed
Fabiooo98 opened this issue Apr 3, 2021 · 4 comments
Closed

Light not showing up on Android #33

Fabiooo98 opened this issue Apr 3, 2021 · 4 comments

Comments

@Fabiooo98
Copy link

Hello,

We are currently using your light engine to create a little mobile game. However, if we run our game on an Android device the light does not show up and everything is black, except the text that is printed after the LightWorld is drawn. If I run the game on PC however, the light and shadows all work as intended.

I read in other issues that the engine would run on mobile aswell. So, I was wondering if you might have an idea what the issue could be?

Thanks in advance:)

@matiasah
Copy link
Owner

matiasah commented Apr 5, 2021

You could check #30 if you're running on Mac.

@Skeletonxf
Copy link
Contributor

Android uses slightly different shaders and things which work on desktop Love2d may not work on mobile due to this.

I opened pull requests previously when I encountered compatibility issues on this. You might be able to apply similar tweaks to fix any new compatibility issues that have been introduced.

#3
#1

@matiasah
Copy link
Owner

matiasah commented Apr 5, 2021

The only solution I can think of is making this library again from scratch.

@Fabiooo98
Copy link
Author

Alright, thank you for your help!

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

No branches or pull requests

3 participants