Search found 15 matches

by PauloftheWest
Wed Jul 29, 2009 2:15 pm
Forum: General
Topic: Loading and Image/Font from a resource file
Replies: 6
Views: 4848

Loading and Image/Font from a resource file

Is there anyway in LÖVE to create an image/font directly from data (not from a file). So, what I'm looking for is instead of image = love.graphics.newImage(filename) I want something like: image = love.graphics.newImage(data, data_type) I've already implemented reading/writing from an encrypted reso...
by PauloftheWest
Wed Jul 22, 2009 3:07 pm
Forum: General
Topic: run game in linux
Replies: 3
Views: 4145

Re: run game in linux

I actually have the same problem (with Love 0.5.0), but to get it to work I had to do: love ./ in the directory with main.love. While love main.love would never work for me. It reports that '/home/west/tmp/main.love' DNE, but an 'ls' shows it does. Also, the alias didn't work for me because love isn...
by PauloftheWest
Tue Jul 21, 2009 2:37 pm
Forum: Support and Development
Topic: Anbitious Idea for a project!
Replies: 7
Views: 5900

Re: Anbitious Idea for a project!

ub3rl1t, Well, what new features over the existing RPG systems, like RPG Make and RPG Toolkit, do you want? There are numerous open-source Map Editors: http://mapeditor.org/ , http://www.tilemap.co.uk/mappy.php , http://www.dannylum.com/D2DProject/ , and http://tilemapeditor.com/ that could help jum...
by PauloftheWest
Tue Jul 21, 2009 1:56 pm
Forum: Libraries and Tools
Topic: DSO - Darksun Online
Replies: 8
Views: 10138

Re: DSO - Darksun Online

We will see, I just started looking into different tools yesterday. Although, I've known about LÖVE for awhile. ... Man that is a bad pun.

I really like the cross-platform characteristic of the library.

~PauloftheWest
by PauloftheWest
Mon Jul 20, 2009 9:59 pm
Forum: Libraries and Tools
Topic: DSO - Darksun Online
Replies: 8
Views: 10138

Re: DSO - Darksun Online

Hey guys, I'm the head developer for DSO. Baylek sometimes gets ahead of himself... (Bad Baylek!) Anyways, I've been looking into LÖVE and liking what I see so far. Why? Well, currently we have a Java client that is mainly a prototype/pilot and has become a bit of a mess. Being a pilot, the Java cli...