What's everyone working on? (tigsource inspired)

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

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

Post by Roland_Yonaba »

@SiENcE:
That looks great!
Can't wait to try that. For how long will I have to wait again ?
User avatar
SiENcE
Party member
Posts: 797
Joined: Thu Jul 24, 2008 2:25 pm
Location: Berlin/Germany
Contact:

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

Post by SiENcE »

Roland_Yonaba wrote:@SiENcE:
That looks great!
Can't wait to try that. For how long will I have to wait again ?
Thx for your interest! In two weeks we have a presentation and a more playable prototype. Than i will publish some more infos in this forum. In December we want to publish a first playable build.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

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

Post by josefnpat »

SiENcE wrote:
Roland_Yonaba wrote:@SiENcE:
That looks great!
Can't wait to try that. For how long will I have to wait again ?
Thx for your interest! In two weeks we have a presentation and a more playable prototype. Than i will publish some more infos in this forum. In December we want to publish a first playable build.
I've been watching this for a while, and am very excited about it! Go SiENcE!
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
AntonioModer
Party member
Posts: 202
Joined: Fri Jun 15, 2012 5:31 pm
Location: Belarus
Contact:

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

Post by AntonioModer »

Capture-1.png
Capture-1.png (249.36 KiB) Viewed 1812 times
Thanks user Boolsheet. He made support canvas for video card intel x3100 on Windows XP.
(viewtopic.php?f=4&t=11008#p66302)
I need canvas for draw lIghts.
Later, i'll do dynamic shadows.
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

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

Post by Roland_Yonaba »

That is getting AWESOME, Antonio!
When will I have this on my computer, for trial ?
User avatar
AntonioModer
Party member
Posts: 202
Joined: Fri Jun 15, 2012 5:31 pm
Location: Belarus
Contact:

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

Post by AntonioModer »

Roland_Yonaba wrote:That is getting AWESOME, Antonio!
When will I have this on my computer, for trial ?
^^ Maybe game coming after 6 month.
User avatar
Nixola
Inner party member
Posts: 1949
Joined: Tue Dec 06, 2011 7:11 pm
Location: Italy

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

Post by Nixola »

Roland_Yonaba wrote:That is getting AWESOME, Antonio!
When will I have this on my computer, for trial ?
Sorry, but... Canvases ^^'
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
User avatar
AntonioModer
Party member
Posts: 202
Joined: Fri Jun 15, 2012 5:31 pm
Location: Belarus
Contact:

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

Post by AntonioModer »

Nixola wrote:
Roland_Yonaba wrote:That is getting AWESOME, Antonio!
When will I have this on my computer, for trial ?
Sorry, but... Canvases ^^'
What "Canvases"? I not understand.
User avatar
Roland_Yonaba
Inner party member
Posts: 1563
Joined: Tue Jun 21, 2011 6:08 pm
Location: Ouagadougou (Burkina Faso)
Contact:

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

Post by Roland_Yonaba »

Nixola meant that you're using canvases in your code for rendering purposes.
As you're the author of this post, you might already know that canvases are not supported by every computer, due to some openGl lacking features on some graphic cards.
So you may want to think of an alternative if you want most of the people to try your work.

Side note, I remember that love.graphics.isSupported can check if canvas feature are supported. You can make use of it, then run the canvas-featured version of the game if it returns true, or run an alternative canvas-free version otherwise.
User avatar
AntonioModer
Party member
Posts: 202
Joined: Fri Jun 15, 2012 5:31 pm
Location: Belarus
Contact:

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

Post by AntonioModer »

Roland_Yonaba wrote:Nixola meant that you're using canvases in your code for rendering purposes.
As you're the author of this post, you might already know that canvases are not supported by every computer, due to some openGl lacking features on some graphic cards.
So you may want to think of an alternative if you want most of the people to try your work.

Side note, I remember that love.graphics.isSupported can check if canvas feature are supported. You can make use of it, then run the canvas-featured version of the game if it returns true, or run an alternative canvas-free version otherwise.
This can be corrected in future versions of the LOVE engine.
Because the canvas can be implemented on all relatively old video cards which support OpenGL 2.
What about "alternative canvas" - it does not have a "program" alternative (works fast only at the hardware level).
Because each pixel is processed canvas (r+g+b+alpha channel).
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests