Page 40 of 180

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

Posted: Tue Sep 25, 2012 11:30 am
by Roland_Yonaba
@SiENcE:
That looks great!
Can't wait to try that. For how long will I have to wait again ?

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

Posted: Tue Sep 25, 2012 12:45 pm
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.

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

Posted: Tue Sep 25, 2012 5:38 pm
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!

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

Posted: Wed Sep 26, 2012 3:42 pm
by AntonioModer
Capture-1.png
Capture-1.png (249.36 KiB) Viewed 1820 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.

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

Posted: Wed Sep 26, 2012 4:32 pm
by Roland_Yonaba
That is getting AWESOME, Antonio!
When will I have this on my computer, for trial ?

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

Posted: Wed Sep 26, 2012 5:33 pm
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.

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

Posted: Wed Sep 26, 2012 6:18 pm
by Nixola
Roland_Yonaba wrote:That is getting AWESOME, Antonio!
When will I have this on my computer, for trial ?
Sorry, but... Canvases ^^'

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

Posted: Thu Sep 27, 2012 10:40 am
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.

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

Posted: Thu Sep 27, 2012 11:39 am
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.

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

Posted: Thu Sep 27, 2012 12:36 pm
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).