So,I just discovered this engine.Untill now I programmed only with directx.And,I have some questions:
Can you make the same project launch a game on both linux and windows? I mean can you just take the project,run linux/window,compile and voila,you're in game?
And are there any logos that will appear in my game(if I make one)? Like the udk,or cryengine ones.
Newcomer question
- Taehl
- Dreaming in associative arrays
- Posts: 1025
- Joined: Mon Jan 11, 2010 5:07 am
- Location: CA, USA
- Contact:
Re: Newcomer question
Yes, Love2D is fully cross-platform. The usual way to package and distribute a game is to simply zip it and rename the .zip to .love. This .love file will run on any machine with Love2D installed, be it Windows, Linux, or Mac (there are also projects to make Love run in Android and in a web browser). No need to compile anything. We have a wiki page about Game_Distribution.
There are no logos unless you put one there.
There are no logos unless you put one there.
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Re: Newcomer question
Is there a tutorial like this: http://www.youtube.com/watch?v=pe0YoyHiOAg but for linux? i mean you know,here it creates the exe for windows...
Also: Why the examples provided on the website don't support fullscreen?
And does love2d have resolution independence?
Also: Why the examples provided on the website don't support fullscreen?
And does love2d have resolution independence?
- Taehl
- Dreaming in associative arrays
- Posts: 1025
- Joined: Mon Jan 11, 2010 5:07 am
- Location: CA, USA
- Contact:
Re: Newcomer question
According to the Game Distribution page, on Linux it works by
I don't use Linux, so I don't know more than that.
Code: Select all
cat /usr/bin/love game.love > game && chmod +x game
Earliest Love2D supporter who can't Love anymore. Let me disable pixel shaders if I don't use them, dammit!
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Lenovo Thinkpad X60 Tablet, built like a tank. But not fancy enough for Love2D 0.10.0+.
Re: Newcomer question
I would not rely on the linux 'game distribution' method if you plan to distribute to multiple distributions. They probably will not work. Your best bet for perfect cross-platform compatibility is to have each system install the love binaries and then execute the .love file.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: Newcomer question
I guess because it's not really interesting? You can read on the wiki how you can support full screen.noatom wrote:Also: Why the examples provided on the website don't support fullscreen?
Not by itself, but there are libraries available that do just that. I've never used them, though, so someone else will have to explain the details.noatom wrote:And does love2d have resolution independence?
Help us help you: attach a .love.
Who is online
Users browsing this forum: No registered users and 7 guests