Search found 87 matches

by clofresh
Sat Aug 27, 2016 11:01 pm
Forum: General
Topic: Generate a vector outline from an image?
Replies: 8
Views: 8578

Generate a vector outline from an image?

Hey, Does anyone have a good tool to generate a vector outline from an image's alpha channel? Either in lua, or maybe a standalone tool or gimp plugin. I wanna create collision polygons around transparent pngs that HC can use for collision shapes, so the outline doesn't have to be super accurate, bu...
by clofresh
Sun Apr 26, 2015 12:27 am
Forum: Support and Development
Topic: [solved] Can't get xdg-open to work with .love files
Replies: 6
Views: 3269

Re: Can't get xdg-open to work with .love files

Ah didn't know it was just a bash script. This makes it work:

Code: Select all

alias xdg-open='DE=gnome xdg-open'
xdg-open Eyebrella.love 
by clofresh
Sat Apr 25, 2015 6:17 pm
Forum: Support and Development
Topic: [solved] Can't get xdg-open to work with .love files
Replies: 6
Views: 3269

Re: Can't get xdg-open to work with .love files

Hmm interesting, it sees it as a zip. Wonder how it's getting that

Code: Select all

$ xdg-mime query filetype Eyebrella.love 
application/zip
by clofresh
Sat Apr 25, 2015 3:08 pm
Forum: Support and Development
Topic: [solved] Can't get xdg-open to work with .love files
Replies: 6
Views: 3269

[solved] Can't get xdg-open to work with .love files

Hi, I'm on arch linux running awesomewm without a desktop environment and have installed the love package, but I can't seem to get xdg-open to open .love files. This is what I tried: $ pacman -Q love love 0.9.2-1 $ cat /usr/share/mime/packages/love.xml <?xml version="1.0" encoding="UT...
by clofresh
Fri Jan 16, 2015 4:05 pm
Forum: General
Topic: What's everyone working on? (tigsource inspired)
Replies: 1791
Views: 1503154

Re: What's everyone working on? (tigsource inspired)

I've been working on a leopard survival game CL2kLvL2wXk Some cool stuff about it: 2.5D perspective . I was originally going for a sidescroller, but as I was implementing the hunting mechanic, it felt too rigid to only chase a gazelle in one dimension. It was pretty fun creating the perspective came...
by clofresh
Fri Jan 09, 2015 7:10 pm
Forum: Support and Development
Topic: love.math.random() causes a crash while profiling
Replies: 1
Views: 1881

love.math.random() causes a crash while profiling

Running this code: local Profiler = require('profiler') function love.load() Profiler.start('profile.txt') love.math.random() Profiler.stop() end function love.update(dt) print('here') end Causes love to crash silently without ever printing "here". Contents of profile.txt: stack_level file...
by clofresh
Thu Jan 08, 2015 1:40 am
Forum: LÖVE-Android
Topic: "LÖVE FOR ANDROID has stopped working"
Replies: 2
Views: 5622

Re: "LÖVE FOR ANDROID has stopped working"

Are there any errors in logcat? Does it work when installing the apk onto an actual device?
by clofresh
Thu Dec 18, 2014 2:18 pm
Forum: General
Topic: Subcategories for Library wiki pages?
Replies: 2
Views: 3591

Subcategories for Library wiki pages?

I just noticed that the wiki does a cool thing by creating an index for all the library pages: https://www.love2d.org/wiki/Category:Libraries However it's a pretty long list. Maybe it might be helpful if we could add subcategories for libraries? That way, someone looking for a specific piece of func...
by clofresh
Wed Dec 10, 2014 6:48 pm
Forum: Ports
Topic: cheap quad core arm device
Replies: 4
Views: 7081

Re: cheap quad core arm device

It's much more powerful than the rpi. They have some benchmarks that show around 6x faster cpu and network performance. Here's a video showing them running various apps including xbmc at 1080p and it looks much more responsive than my rpi.
by clofresh
Wed Dec 10, 2014 1:13 pm
Forum: Ports
Topic: cheap quad core arm device
Replies: 4
Views: 7081

cheap quad core arm device

If anyone is looking for a cheap arm device for development, I found this $35 ODROID C1:

http://www.hardkernel.com/main/products ... &tab_idx=1

It's a quad core armv7 device with 1gb ram, gigabit ethernet, 1080p HDMI out, around the size of a raspberry pi.