Search found 184 matches

by leiradel
Thu Sep 29, 2016 3:25 pm
Forum: Support and Development
Topic: Using cameras
Replies: 15
Views: 11836

Using cameras

Hi All, I've tried to support cameras ion LÖVE some time ago, using an ImageData that would change its contents as new frames arrived from the camera. It was a bad way to do it, and the changes never see the light of a pull request. Now that LÖVE has a video module, I wonder how cameras could be imp...
by leiradel
Thu Dec 24, 2015 7:21 pm
Forum: General
Topic: Post-0.10.0 feature wishlist
Replies: 177
Views: 91859

Re: Post-0.10.0 feature wishlist

I know that you guys want to keep love as a basic framework, but i really feel that for love to be the best library for new users, it has to a "batteries included" distribution. As such, I hope that love will have its own default modules for: Tilemap support Scenegraph support Basic UI su...
by leiradel
Wed Dec 23, 2015 11:30 pm
Forum: General
Topic: Post-0.10.0 feature wishlist
Replies: 177
Views: 91859

Re: Post-0.10.0 feature wishlist

Hi, I'd love to see a camera module implemented in LÖVE. I've tried it myself ( https://love2d.org/forums/viewtopic.php?f=4&t=3632 ) but it was Windows-specific. After that I've used libvidcap to grab frames from cameras in projects unrelated to LÖVE. I still have some source code lying around, ...
by leiradel
Thu Nov 28, 2013 12:38 am
Forum: Support and Development
Topic: How to create a native library
Replies: 9
Views: 5943

Re: How to create a native library

No game. I can compile LÖVE with my version of MS compiler but then it complains about the compiler used to compile the objects in the lib files being old. I tried to compile LÖVE with MinGW, but there's one symbol in one of the objects that is undefined during link: __security_cookie Oh well, I'll ...
by leiradel
Tue Nov 26, 2013 2:45 am
Forum: Support and Development
Topic: How to create a native library
Replies: 9
Views: 5943

Re: How to create a native library

:halloween: 1>LINK : fatal error C1047: The object or library file 'lib\libmpg123.lib' was created with an older compiler than other objects; rebuild old objects and libraries 1>LINK : fatal error LNK1257: code generation failed Does anyone know if it's possible to get an older MS compiler without V...
by leiradel
Mon Nov 25, 2013 11:46 pm
Forum: Support and Development
Topic: How to create a native library
Replies: 9
Views: 5943

Re: How to create a native library

Well, I don't think it works... Program received signal SIGSEGV, Segmentation fault. 0x6c94ad56 in newkey () from c:\Users\aleirade\Dropbox\MinGW_home\luadm\love-0.8.0-win-x86\luadatamatrix.dll (gdb) bt #0 0x6c94ad56 in newkey () from c:\Users\aleirade\Dropbox\MinGW_home\luadm\love-0.8.0-win-x86\lua...
by leiradel
Mon Nov 25, 2013 9:12 pm
Forum: Support and Development
Topic: How to create a native library
Replies: 9
Views: 5943

Re: How to create a native library

Thanks!
by leiradel
Mon Nov 25, 2013 8:57 pm
Forum: Support and Development
Topic: How to create a native library
Replies: 9
Views: 5943

Re: How to create a native library

Well, that will do before 0.9.0.

What Lua version is the precompiled LÖVE 0.8.0 linked against to?

Thanks,

Andre
by leiradel
Mon Nov 25, 2013 8:08 pm
Forum: Support and Development
Topic: How to create a native library
Replies: 9
Views: 5943

How to create a native library

Hi All, I'm trying to create a native library to use with LÖVE, but I don't know how to create the DLL. Obviously, my DLL calls Lua functions, so I must link the object file against something that provides these functions. However: 1. There isn't a Lua DLL in the 0.8.0 LÖVE distribution to link agai...
by leiradel
Wed Sep 21, 2011 1:24 pm
Forum: Support and Development
Topic: Grabbing frames from a camera
Replies: 10
Views: 6666

Re: Grabbing frames from a camera

what do i do with a .diff? /cry You must issue this command from a command-line prompt: patch < camera.diff You must be in the parent directory of rude-love-0.7.2 . You can download the source code here , get Tag 0.7.2. You'll also need the Windows SDK which is here , grab love-win-sdk-msvc2010.zip...