New Icons

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
s-ol
Party member
Posts: 1077
Joined: Mon Sep 15, 2014 7:41 pm
Location: Cologne, Germany
Contact:

Re: New Icons

Post by s-ol »

On my Linux that looked really weird, bunch of static noise / artifacts in a rectangle box around the Text. Not sure whether thats because of something you do wrong (like drawing canvas to itself), a love bug or a driver issue...

s-ol.nu /blog  -  p.s-ol.be /st8.lua  -  g.s-ol.be /gtglg /curcur

Code: Select all

print( type(love) )
if false then
  baby:hurt(me)
end
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: New Icons

Post by Nixola »

I'm getting the same thing, also on Linux.
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
slime
Solid Snayke
Posts: 3132
Joined: Mon Aug 23, 2010 6:45 am
Location: Nova Scotia, Canada
Contact:

Re: New Icons

Post by slime »

zorg wrote:[...]
A couple notes about the shaders:
  • GLSL has undefined behaviour when you call pow(x, y) with a negative x value.
  • Some of your shader codepaths don't specify a return value from effect(), but that's mandatory.
User avatar
zorg
Party member
Posts: 3444
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: New Icons

Post by zorg »

Thanks for looking at it, slime!
slime wrote:GLSL has undefined behaviour when you call pow(x, y) with a negative x value.
That part was by either s0lll0s or vrld, but good to know.
slime wrote:Some of your shader codepaths don't specify a return value from effect(), but that's mandatory.
Yep, that was indeed an issue, thanks for spotting it.

After i fix the positioning issue BobbyJones mentioned, i'll attach the fixed version.

Edit: Soon(tm)! :3
Last edited by zorg on Tue Feb 16, 2016 7:39 pm, edited 1 time in total.
Me and my stuff :3True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
User avatar
Davidobot
Party member
Posts: 1226
Joined: Sat Mar 31, 2012 5:18 am
Location: Oxford, UK
Contact:

Re: New Icons

Post by Davidobot »

zorg wrote:
vrld wrote:I took your code and added a shader that does smooth masking and adds a little shadow like in Davidobot's wallpaper. And there is a little heartbeat. "Made with LÖVE" text is still missing.
Worked on that, and while it works, i had a few issues.

The smallest is that my code isn't the cleanest; still, for that i do apologize. :3

The biggest was that i wanted to use the love logo text with an effect like it's being hand-written.
I got it to work, but despite me trying with two image editors, i couldn't make a decent gradient over the path of the shapes of the letters.
I think it looks amazing to be honest! :awesome:
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
User avatar
Ranguna259
Party member
Posts: 911
Joined: Tue Jun 18, 2013 10:58 pm
Location: I'm right next to you

Re: New Icons

Post by Ranguna259 »

First of all, I just tested the love files and both splashscreens look amaizing.
zorg wrote:
ingsoc451 wrote:My guess is canvases, shaders or the shader might be unsupported by the platform
Question is, did vrld's version work for Ranguna or not; that used canvases and shaders as well, i just added a text object and two more shaders.
S0lll0s works but it slows down when the red and blue colors fill the screen.
Neither vrld or yours work, love crashes without showing an error message.
I have a Wiko Highway 4G with Android 4.4:
Resolution 1080 x 1920 pixels (~441 ppi pixel density)
Chipset Nvidia SL460N
CPU Quad-core 2.0 GHz (Tegra 4i, Quad Core 2.0GHz)
GPU ULP GeForce
Here are some ouputs from sytem info functions:

Code: Select all

clampzero: true
lighten: true
multicanvasformats: false
multicanvas: 1
canvasmsaa: 0
texturesize: 4096
pointsize: 256
OpenGL ES, OpenGL ES 2.0 17.01452, NVIDIA Corporation, NVIDIA Tegra
Here's the Android's error message:
Screenshot_2016-02-16-19-28-39.png
Screenshot_2016-02-16-19-28-39.png (1.52 MiB) Viewed 3875 times
That's portugues for "LÖVE crashed".
LoveDebug- A library that will help you debug your game with an on-screen fully interactive lua console, you can even do code hotswapping :D

Check out my twitter.
User avatar
zorg
Party member
Posts: 3444
Joined: Thu Dec 13, 2012 2:55 pm
Location: Absurdistan, Hungary
Contact:

Re: New Icons

Post by zorg »

Okay, been talking to everyone who's currently handling this thing, and decision was (with my agreement) that i'll clone the repo others made PRs for already, will incorporate stuff incrementally, then do a PR myself; for the time being, please test this version on linux/osx/mobile to see whether it still has issues or not.
Muches Gracias.
Attachments
splash-zorg-v3.5.love
pre-PR version
(58.42 KiB) Downloaded 152 times
Me and my stuff :3True Neutral Aspirant. Why, yes, i do indeed enjoy sarcastically correcting others when they make the most blatant of spelling mistakes. No bullying or trolling the innocent tho.
User avatar
Ranguna259
Party member
Posts: 911
Joined: Tue Jun 18, 2013 10:58 pm
Location: I'm right next to you

Re: New Icons

Post by Ranguna259 »

Love still crashes on my device :c
LoveDebug- A library that will help you debug your game with an on-screen fully interactive lua console, you can even do code hotswapping :D

Check out my twitter.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: New Icons

Post by Robin »

S0lll0s wrote:On my Linux that looked really weird, bunch of static noise / artifacts in a rectangle box around the Text. Not sure whether thats because of something you do wrong (like drawing canvas to itself), a love bug or a driver issue...
Same, on Windows 10.
Help us help you: attach a .love.
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: New Icons

Post by Nixola »

v3.5 works (and looks goood) on my PC now. It also works on my Nexus 6, while the first version had a 1-second freeze at the beginning.
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 103 guests