Search found 399 matches

by Ensayia
Sun Aug 30, 2020 1:44 am
Forum: Games and Creations
Topic: FAGE - My new 3D engine for Love.
Replies: 3
Views: 10935

Re: FAGE - My new 3D engine for Love.

Any chance we could get the working .love for this particular video clip?
by Ensayia
Tue Aug 18, 2020 4:33 am
Forum: Games and Creations
Topic: egg - minimal node organized note taking program
Replies: 1
Views: 10056

egg - minimal node organized note taking program

I desperately wanted a program for simple organized note taking. Most options out there are either overly complicated for my needs or have silly dependency requirements (electron anyone?). egg is guided by the idea of simplicity and minimalism. EDIT: I removed the download and have a link to my rele...
by Ensayia
Wed Jan 31, 2018 7:12 am
Forum: Support and Development
Topic: Playtesters Needed
Replies: 0
Views: 2258

Playtesters Needed

Hello everyone, long time no see! I used to post here pretty frequently a few years back, but put LOVE and Lua on the back burner for a little while while life took over. I picked up programming again a few months ago and actually managed to make something I might be able to call a finished product....
by Ensayia
Sat Dec 30, 2017 5:26 am
Forum: Support and Development
Topic: 2d arrays of arbitrary size
Replies: 6
Views: 7789

Re: 2d arrays of arbitrary size

Practically everything is done via tables in Lua. A table is a list, a dictionary, an array, and even a namespace all wrapped into one. That being said, you can easily create an integer indexed two-dimensional table as such: myArray = {} myArray[1] = {} myArray[1][1] = {} For each dimension you will...
by Ensayia
Sat Dec 30, 2017 4:58 am
Forum: Support and Development
Topic: Building LÖVE Arch linux
Replies: 5
Views: 10509

Re: Building LÖVE Arch linux

LIke the other comments said, you will need to run sudo make install to install the binaries somewhere your system will know where to look for them. You can almost certainly use the Arch package and install it via sudo pacman -U /path/to/package.tar.xz Should work without issue on Manjaro. You can d...
by Ensayia
Fri Jan 22, 2016 6:47 am
Forum: General
Topic: LOVE Asset Pack?
Replies: 2
Views: 2974

LOVE Asset Pack?

Hello there! I'm in the midst of wrapping up a project that I'll be releasing on Android and probably desktop as well (because why not?). I'm going to create a "Made with LOVE" splash screen for when the game loads and I would like to incorperate some of the familiar LOVE aspects such as t...
by Ensayia
Thu Jan 07, 2016 6:01 am
Forum: Support and Development
Topic: Android Orientation
Replies: 7
Views: 6464

Android Orientation

Don't know if this belongs here or in Android, now that the projects have sort of merged.

Is there any easy way to set portrait / landscape orientation when loading a game on Android? I don't see anything in the wiki about it.

Thanks!
by Ensayia
Sat Sep 05, 2015 1:47 pm
Forum: Games and Creations
Topic: Becky
Replies: 10
Views: 11036

Re: Becky

You didn't happen to reference any of the Shantae games for your animations did you? The idle animation looks very familiar...

The platforming mechanics look solid and the theme/background is visually pleasing. Keep up the good work!
by Ensayia
Wed Aug 12, 2015 1:16 am
Forum: General
Topic: Suggestion for a new URL
Replies: 13
Views: 7873

Re: Suggestion for a new URL

love.ly ?

Seems to be available. Just throwing another one out there.
by Ensayia
Mon Aug 10, 2015 7:42 pm
Forum: General
Topic: Upgrade to Windows 10 error
Replies: 9
Views: 5289

Re: Upgrade to Windows 10 error

Unfortunately, Windows 10 screwing up drivers is a known issue, and there are a lot of things that don't have proper drivers working either.

I wouldn't suspect Windows not having proper OpenGL drivers, but some of the things I've seen with Windows 10... I wouldn't say it's impossible.