Search found 372 matches

by alberto_lara
Wed Dec 18, 2013 9:38 pm
Forum: Support and Development
Topic: How to make a false floor in 3D?
Replies: 28
Views: 13973

How to make a false floor in 3D?

Hi, I'm trying to code an algorithm which can make a fake 3d ground/floor like, e.g., in super mario kart (here's a video: http://coolrom.com/roms/snes/7973/Super_Mario_Kart.php). I'm trying with the kx and ky parameters of love.graphics.love (and rotation) but not sure of what should I do. I have o...
by alberto_lara
Tue Dec 17, 2013 4:23 am
Forum: Support and Development
Topic: Can't compile love 0.9.0 from source [SOLVED]
Replies: 8
Views: 4219

Re: Can't compile love 0.9.0 from source

Many thanks bartbes, the problem is gone, this is what I did:

Code: Select all

./configure --with-lua=lua
by alberto_lara
Mon Dec 16, 2013 7:54 pm
Forum: Support and Development
Topic: Can't compile love 0.9.0 from source [SOLVED]
Replies: 8
Views: 4219

Re: Can't compile love 0.9.0 from source

You were right, I installed the package gcc-c++ and other dependeces (liek devil, openal, etc.) but I'm stuck with the luajit package (it's not in my repos) I just installed it manually from source code and copy a shortcut to /bin/ for using from anywhere but that doesn'r worked :( Here you ahve the...
by alberto_lara
Mon Dec 16, 2013 7:13 pm
Forum: Support and Development
Topic: Can't compile love 0.9.0 from source [SOLVED]
Replies: 8
Views: 4219

Re: Can't compile love 0.9.0 from source

I'm not an expert on such things but maybe it's this package? http://imageshack.com/a/img849/6360/jqfu.png EDIT: I get this from searching g++: gus@guspc:~> sudo zypper se g++ Obteniendo los datos del repositorio... Leyendo los paquetes instalados... E | Nombre | Resumen | Tipo --+------------------...
by alberto_lara
Mon Dec 16, 2013 6:52 pm
Forum: Support and Development
Topic: Can't compile love 0.9.0 from source [SOLVED]
Replies: 8
Views: 4219

Re: Can't compile love 0.9.0 from source

Here you have the config.log file: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by love configure 0.9.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure ## --------- ##...
by alberto_lara
Mon Dec 16, 2013 5:59 pm
Forum: Support and Development
Topic: Can't compile love 0.9.0 from source [SOLVED]
Replies: 8
Views: 4219

Can't compile love 0.9.0 from source [SOLVED]

Hi people, I have a little issue when I try to compile Love2D from the source code here's the terminal output: gus@guspc:~/love-0.9.0> ./configure configure: loading site script /usr/share/site/i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build envi...
by alberto_lara
Wed Nov 20, 2013 8:06 pm
Forum: Libraries and Tools
Topic: Rubik's Cube Simulator [Turning N.Y.I]
Replies: 13
Views: 5654

Re: Rubik's Cube Simulator [Turning N.Y.I]

Nice but why lacks a slice?
by alberto_lara
Wed Nov 20, 2013 7:54 pm
Forum: General
Topic: Comics and The Lost 4 Color Proccess (+mini tutorial)
Replies: 2
Views: 3207

Re: Comics and The Lost 4 Color Proccess (+mini tutorial)

Thanks, they look good for a tetris game or something :)
by alberto_lara
Wed Nov 20, 2013 7:52 pm
Forum: General
Topic: Failed to load image
Replies: 2
Views: 2807

Re: Failed to load image

by alberto_lara
Sat Nov 16, 2013 7:07 pm
Forum: Games and Creations
Topic: A simple ship-shooter
Replies: 3
Views: 2281

Re: A simple ship-shooter

To jjmafiae: When I said "I don't think it will be a problem" I meant about the gameplay. The code (including comments) it's in spansh because it was a requirement of my project. I'll continue the develop of the game and change the comments to English in a near future. To BozoDel: Thanks f...