Search found 36 matches

by drikdrok
Thu Jul 05, 2018 6:10 pm
Forum: Libraries and Tools
Topic: Lovox - Load and render voxels in Love2d
Replies: 15
Views: 22526

Re: Lovox - Load and render voxels in Love2d

But then I have another question: How do you move the camera left and right, relative to the current rotation? I figured it out... Sorry for just writing 3 posts to myself here haha. The solution is to just add or subtract 90 degrees to the movement and you got it. I can't believe could't figure th...
by drikdrok
Thu Jul 05, 2018 5:48 pm
Forum: Libraries and Tools
Topic: Lovox - Load and render voxels in Love2d
Replies: 15
Views: 22526

Re: Lovox - Load and render voxels in Love2d

Hi, I realize this is an old post, but I would like to use this library for a game. My question is how do you rotate the camera around a point, like seen in the second gif? Other than that, awesome work man! Okay so I figured out my problem. By default it rotates around the camera's position. Howev...
by drikdrok
Thu Jul 05, 2018 5:37 pm
Forum: Libraries and Tools
Topic: Lovox - Load and render voxels in Love2d
Replies: 15
Views: 22526

Re: Lovox - Load and render voxels in Love2d

Hi, I realize this is an old post, but I would like to use this library for a game.

My question is how do you rotate the camera around a point, like seen in the second gif?

Other than that, awesome work man!
by drikdrok
Tue May 01, 2018 6:37 am
Forum: Games and Creations
Topic: Ludum Dare 41 Entries
Replies: 8
Views: 7999

Re: Ludum Dare 41 Entries

Nuthen224 wrote: Tue May 01, 2018 12:37 am Trebuchet
Ah, I see you are a man of culture as well.
by drikdrok
Sun Apr 29, 2018 7:19 pm
Forum: Games and Creations
Topic: Minerman - My first game on Google Play
Replies: 0
Views: 2058

Minerman - My first game on Google Play

Shameless plug for my first "properly-released" game Minerman. After waaayy to many months of procrastinating on release, I finally did it earlier today! iOS is next! Oh, and of course it's made with LÖVE :awesome: Google Play link: https://play.google.com/store/apps/details?id=com.cschwen...
by drikdrok
Thu Apr 26, 2018 7:49 pm
Forum: Games and Creations
Topic: Ludum Dare 41 Entries
Replies: 8
Views: 7999

Re: Ludum Dare 41 Entries

menu.png
menu.png (20.22 KiB) Viewed 7852 times
My first LD. Quite happy with the result :awesome:

Link: https://ldjam.com/events/ludum-dare/41/ ... e-shootout
by drikdrok
Mon Apr 23, 2018 1:40 pm
Forum: Games and Creations
Topic: My Ludum Dare 41 Submission
Replies: 0
Views: 1762

My Ludum Dare 41 Submission

I completed my first Ludum Dare this weekend, with a game made with Löve. Quite a bit of the code is pretty horrendous, but I'm very happy with what i have achieved given only 48 hours :awesome: menu.png LD Link: https://ldjam.com/events/ludum-dare/41/soccer-zombie-shootout The .love file is also at...
by drikdrok
Tue Dec 26, 2017 9:08 pm
Forum: Support and Development
Topic: Help Building Android APK
Replies: 5
Views: 4660

Re: Help Building Android APK

yetneverdone wrote: Tue Dec 19, 2017 12:14 am Hey. I feel you. That guide is outdated so I've made a new one. Please check
https://bitbucket.org/brbl/love2d-admob ... nstruction
Not all heroes wear capes :) (Unless you do)
by drikdrok
Sat Dec 16, 2017 9:49 am
Forum: Support and Development
Topic: Help Building Android APK
Replies: 5
Views: 4660

Re: Help Building Android APK

Start Android Studio and go to your settings, there is SDK manager that allows you to download everything you need. Download the SDK files. For the NDK you need CMake and LLDB, too. Check those with the NDK in the Tools section of the SDK manager (there are more tabs). Android Studio will run the N...
by drikdrok
Sun Dec 10, 2017 9:42 am
Forum: Support and Development
Topic: Help Building Android APK
Replies: 5
Views: 4660

Help Building Android APK

Hi! I have a game that I want to release on the Play Store. But I'm having multiple problems. The guide here: https://bitbucket.org/MartinFelis/love-android-sdl2/wiki/Building_L%C3%96VE_for_Android_-_Windows Seems to be quite outdated, and I would really appreciate if someone could give some more de...