Search found 14 matches

by vt007
Fri Nov 11, 2011 9:59 pm
Forum: Support and Development
Topic: LOVE video support
Replies: 2
Views: 1310

Re: LOVE video support

// Modules #include <audio/wrap_Audio.h> #include <event/sdl/wrap_Event.h> #include <filesystem/physfs/wrap_Filesystem.h> #include <font/freetype/wrap_Font.h> #include <graphics/opengl/wrap_Graphics.h> #include <image/wrap_Image.h> #include <joystick/sdl/wrap_Joystick.h> #include <keyboard/wrap_Key...
by vt007
Sun Oct 30, 2011 10:56 pm
Forum: Support and Development
Topic: LOVE video support
Replies: 2
Views: 1310

LOVE video support

Is there any APIs, so LOVE could read videos. (of any format)

OR

if its a dead end question,
how can i merge LOVE with SDL? (i program in C under CODEBLOCKS too)
At least would be great to use the old buggy SDL_ffmpeg... ^^

Thx for helping out ^^
by vt007
Sun Oct 30, 2011 2:35 pm
Forum: Support and Development
Topic: love.physics Tutorial problem
Replies: 2
Views: 1162

Re: love.physics Tutorial problem

thx for your answer ^^ like i said the problem goes away when i use windowed mode... EDIT: okey this is weird... it started to work in fullscreen too this morning when i rebooted my PC... Oo""" i apologise for my PC ^^" but the problem with the original tutorial code persists... ...
by vt007
Sun Oct 30, 2011 4:14 am
Forum: Support and Development
Topic: love.physics Tutorial problem
Replies: 2
Views: 1162

love.physics Tutorial problem

Hi everyone ^^ (sorry for my broken english ^^") Im making transition from C to LOVE(lua) ^^ I have a little problem with the physics tutorial. The ball doesn't appears at all because of this line: love.graphics.setMode(650, 650, false, true, 0) i know it because i did a conf.lua file to replac...