Search found 4 matches

by dougen
Thu Aug 30, 2018 2:58 am
Forum: Support and Development
Topic: Android build help !
Replies: 0
Views: 1587

Android build help !

I builded love2d project to apk, but get some SDL ERROR: couldn't find libc++_share.so when it launching.
by dougen
Sun Jun 16, 2013 5:49 pm
Forum: Support and Development
Topic: How to play video files using love2d?
Replies: 5
Views: 3323

Re: How to play video files using love2d?

veethree wrote:You could maybe extract every single frame from the video, and the audio, and then draw the frames sequentially and play the audio in-game. Not very practical but might just work.
:awesome: Thank you for your suggestion.Although this method is a little cumbersome, but useful. :)
by dougen
Sun Jun 16, 2013 5:36 pm
Forum: Support and Development
Topic: How to play video files using love2d?
Replies: 5
Views: 3323

Re: How to play video files using love2d?

bartbes wrote:You can't, at the moment.
Really is not any way yet? :cry: :cry:
by dougen
Sun Jun 16, 2013 5:29 pm
Forum: Support and Development
Topic: How to play video files using love2d?
Replies: 5
Views: 3323

How to play video files using love2d?

I just started learning how to use love2d and want to play video files in the game like .avi format. :) :)