Aroma - Game engine for Chrome

General discussion about LÖVE, Lua, game development, puns, and unicorns.
rbamford
Prole
Posts: 2
Joined: Sun Dec 25, 2011 4:43 pm

Re: Aroma - Game engine for Chrome

Post by rbamford »

Hey, awesome work but i've found a problem.

When i update my main.lua on my web server the website doesn't seem to get updated? however if i, for example, change the screen size in the html code the display screen does change but the code stays the same...

Any help?
leafo
Prole
Posts: 28
Joined: Tue Aug 16, 2011 6:01 am

Re: Aroma - Game engine for Chrome

Post by leafo »

rbamford wrote:Hey, awesome work but i've found a problem.

When i update my main.lua on my web server the website doesn't seem to get updated? however if i, for example, change the screen size in the html code the display screen does change but the code stays the same...

Any help?
Sounds like it's being cached.

You can disable the cache from the chrome developer tools. If you click on the gear on the bottom right, then check Disable Cache in the Network section. When you refresh the page when the developer tools are open, it will reload everything.

Image\

This will re-download the nexe file every time too though. I'll think of a better solution.
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

Re: Aroma - Game engine for Chrome

Post by Nixola »

Can't you refresh the page (and delete the cache) with Ctrl + F5?
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
leafo
Prole
Posts: 28
Joined: Tue Aug 16, 2011 6:01 am

Re: Aroma - Game engine for Chrome

Post by leafo »

Nixola wrote:Can't you refresh the page (and delete the cache) with Ctrl + F5?
Yeah, both ctrt+f5 and shift+f5 will hard refresh the page. I like to the console thing because I always have the console open when developing, and I always want to clear the cache on every request when developing.
User avatar
_ex_
Citizen
Posts: 65
Joined: Thu Dec 08, 2011 2:59 pm

Re: Aroma - Game engine for Chrome

Post by _ex_ »

very nice work,
I checked your online demo and worked in Windows 7 with latest Chrome.
User avatar
Kingdaro
Party member
Posts: 395
Joined: Sun Jul 18, 2010 3:08 am

Re: Aroma - Game engine for Chrome

Post by Kingdaro »

you don't seem to support source:setVolume or love.graphics.printf
isFutureBright
Prole
Posts: 1
Joined: Mon Jan 21, 2013 2:09 pm

Re: Aroma - Game engine for Chrome

Post by isFutureBright »

Hi there! I have this sprite in my game which is a 96x32 but when I try to do

local playerSprite = aroma.graphics.newImage("data/ship.png")
local playerQuad = aroma.graphics.newQuad(0, 0, 32, 18, 96, 18)

And later:
aroma.graphics.drawq(playerSprite, playerQuad, player.x, player.y)

What's weird is that if I change to:
local playerQuad = aroma.graphics.newQuad(0, 0, 32,32, 96, 18)

It shows a bit of the ship and if I change it to 32,64 it shows the complete ship... I don't understand this. Didn't I set my pic to have 18 height? I also tried using playerSprite:getWidth() and height but it worked the same way. Printing playerSprite:getWidth() got me the correct values though... can anyone help?
User avatar
SiENcE
Party member
Posts: 805
Joined: Thu Jul 24, 2008 2:25 pm
Location: Berlin/Germany
Contact:

Re: Aroma - Game engine for Chrome

Post by SiENcE »

It seems Aroma is Chrome only and needs opengl.

Love2d-webplayer needs WebGL based Browser (Chroma, Opera, Firefox, Safari).

So any advantage for using Aroma instead of love2d-webplayer?
szensk
Party member
Posts: 155
Joined: Sat Jan 19, 2013 3:57 am

Re: Aroma - Game engine for Chrome

Post by szensk »

Aroma does not convert Lua to Javascript.
User avatar
SiENcE
Party member
Posts: 805
Joined: Thu Jul 24, 2008 2:25 pm
Location: Berlin/Germany
Contact:

Re: Aroma - Game engine for Chrome

Post by SiENcE »

szensk wrote:Aroma does not convert Lua to Javascript.
Ok, but no enduser feature :).
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 7 guests