Poker-AI.org Poker AI and Botting Discussion Forum 2013-09-06T14:14:40+00:00 http://poker-ai.org/phpbb/feed.php?f=23&t=2554 2013-09-06T14:14:40+00:00 2013-09-06T14:14:40+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4854#p4854 <![CDATA[Re: Poker Site Language]]> shadehs wrote:

1) i said that PS has to use the GPU to render, or it can't be so fast. Old managed code (.Net in particular) isn't using the GPU to render, except WPF, that is quite a new framework and also not that good for games.

Quote:

Any language that can use the DirectDraw API could achieve equal graphical performance.

Statistics: Posted by OneDayItllWork — Fri Sep 06, 2013 2:14 pm


]]>
2013-09-06T14:13:45+00:00 2013-09-06T14:13:45+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4853#p4853 <![CDATA[Re: Poker Site Language]]> Statistics: Posted by shalako — Fri Sep 06, 2013 2:13 pm


]]>
2013-09-06T13:12:55+00:00 2013-09-06T13:12:55+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4851#p4851 <![CDATA[Re: Poker Site Language]]> OneDayItllWork wrote:

Like I said, C++ is most probable, but it could have been written in a multitude of languages. C++ is not the only option. And where on earth did you get this idea about 2D graphical performance being hard to achieve in any other language? Any language that can use the DirectDraw API could achieve equal graphical performance. And how do you know PS isn't using the GPU?

And most of all - why does it matter?


1) i said that PS has to use the GPU to render, or it can't be so fast. Old managed code (.Net in particular) isn't using the GPU to render, except WPF, that is quite a new framework and also not that good for games.

2) it matters because i said that imho PS uses C++ and nothing else, and you said that it can be written in all the language of the world. So i explained why i think with that, with another language except a native application, is difficult to achieve PS performance, especially with many tables opened.

Statistics: Posted by shadehs — Fri Sep 06, 2013 1:12 pm


]]>
2013-09-06T12:28:47+00:00 2013-09-06T12:28:47+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4850#p4850 <![CDATA[Re: Poker Site Language]]> OneDayItllWork wrote:

Like I said, C++ is most probable, but it could have been written in a multitude of languages. C++ is not the only option. And where on earth did you get this idea about 2D graphical performance being hard to achieve in any other language? Any language that can use the DirectDraw API could achieve equal graphical performance. And how do you know PS isn't using the GPU?

And most of all - why does it matter?


There's one caveat - with garbage-collected languages, it can be tricky for the collections not to take long enough for your animations to be become choppy. Maintaining hard real-time limits in Java/.NET can be quite challenging (I've read about some finance shop which, for the sake of avoiding garbage-collection, basically does not create new objects at all - they just pool and reuse them), but games aren't strictly hard RT (the occasional minor loss of smoothness can be lived with). I'd like to read a testimony of someone (for example Notch) who dealt with it in practice.

Statistics: Posted by PolarBear — Fri Sep 06, 2013 12:28 pm


]]>
2013-09-06T12:05:02+00:00 2013-09-06T12:05:02+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4849#p4849 <![CDATA[Re: Poker Site Language]]> shadehs wrote:

OneDayItllWork wrote:
shadehs wrote:
Nice find, but how many of them are good enough to obtain a Windows UI program with the graphic performance of Pokerstars?
I would say 1.

I'm fairly competent, or better in C#, C++, Delphi, VB.NET, and have experience of Java, MATLAB and Ada... and I'm pretty sure PokerStars could have been written in any of those.

While I suspect that C++ is a best guess, it's certainly not the case that there's no other possible language it could have been written in - that's just a moronic statement, I strongly suspect coming from a young male with very little programming experience... am I right?


I strongly doubt that Pokerstars can be written in any .Net language or Java, because the graphic performance are not as good as native applications: Windows Forms use GDI and the rendering was made only by the CPU and not GPU. WPF is quite new, newer than Pokerstars, and also the performance are even worst than Windows Forms in some cases.
Also when i installed Pokerstars i don't remember that he required installation of Java or .Net, but i can be wrong.
Also since it's a game, and all games for Windows are coded in c++ to obtain good performance, and Pokerstars has very good performance and very low weight, i would say that the only way to have such an optimization and graphic performance is with a native applications written in C++.
Same as many other software of that age of course, like Microsoft Office, Visual Studio 2005-2008, Adobe PhotoShop, etc...

Like I said, C++ is most probable, but it could have been written in a multitude of languages. C++ is not the only option. And where on earth did you get this idea about 2D graphical performance being hard to achieve in any other language? Any language that can use the DirectDraw API could achieve equal graphical performance. And how do you know PS isn't using the GPU?

And most of all - why does it matter?

Statistics: Posted by OneDayItllWork — Fri Sep 06, 2013 12:05 pm


]]>
2013-09-06T10:03:21+00:00 2013-09-06T10:03:21+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4841#p4841 <![CDATA[Re: Poker Site Language]]> OneDayItllWork wrote:

shadehs wrote:
Nice find, but how many of them are good enough to obtain a Windows UI program with the graphic performance of Pokerstars?
I would say 1.

I'm fairly competent, or better in C#, C++, Delphi, VB.NET, and have experience of Java, MATLAB and Ada... and I'm pretty sure PokerStars could have been written in any of those.

While I suspect that C++ is a best guess, it's certainly not the case that there's no other possible language it could have been written in - that's just a moronic statement, I strongly suspect coming from a young male with very little programming experience... am I right?


I strongly doubt that Pokerstars can be written in any .Net language or Java, because the graphic performance are not as good as native applications: Windows Forms use GDI and the rendering was made only by the CPU and not GPU. WPF is quite new, newer than Pokerstars, and also the performance are even worst than Windows Forms in some cases.
Also when i installed Pokerstars i don't remember that he required installation of Java or .Net, but i can be wrong.
Also since it's a game, and all games for Windows are coded in c++ to obtain good performance, and Pokerstars has very good performance and very low weight, i would say that the only way to have such an optimization and graphic performance is with a native applications written in C++.
Same as many other software of that age of course, like Microsoft Office, Visual Studio 2005-2008, Adobe PhotoShop, etc...

Statistics: Posted by shadehs — Fri Sep 06, 2013 10:03 am


]]>
2013-09-06T08:43:43+00:00 2013-09-06T08:43:43+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4831#p4831 <![CDATA[Re: Poker Site Language]]> shadehs wrote:

Nice find, but how many of them are good enough to obtain a Windows UI program with the graphic performance of Pokerstars?
I would say 1.

I'm fairly competent, or better in C#, C++, Delphi, VB.NET, and have experience of Java, MATLAB and Ada... and I'm pretty sure PokerStars could have been written in any of those.

While I suspect that C++ is a best guess, it's certainly not the case that there's no other possible language it could have been written in - that's just a moronic statement, I strongly suspect coming from a young male with very little programming experience... am I right?

Statistics: Posted by OneDayItllWork — Fri Sep 06, 2013 8:43 am


]]>
2013-09-06T08:32:45+00:00 2013-09-06T08:32:45+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4830#p4830 <![CDATA[Re: Poker Site Language]]> OneDayItllWork wrote:

shadehs wrote:
But, really, what else can they use ?

http://en.wikipedia.org/wiki/List_of_pr ... es_by_type


Nice find, but how many of them are good enough to obtain a Windows UI program with the graphic performance of Pokerstars?
I would say 1.

Also, i can use google too: http://stackoverflow.com/questions/1829 ... written-in

Statistics: Posted by shadehs — Fri Sep 06, 2013 8:32 am


]]>
2013-09-06T08:06:54+00:00 2013-09-06T08:06:54+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4829#p4829 <![CDATA[Re: Poker Site Language]]> shadehs wrote:

But, really, what else can they use ?

http://en.wikipedia.org/wiki/List_of_pr ... es_by_type

Statistics: Posted by OneDayItllWork — Fri Sep 06, 2013 8:06 am


]]>
2013-09-06T06:52:59+00:00 2013-09-06T06:52:59+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4828#p4828 <![CDATA[Re: Poker Site Language]]> AiWins wrote:

shalako wrote:
PS uses C++ I know for sure. I dunno about the others.

Any link for that statement?


But, really, what else can they use ?

Statistics: Posted by shadehs — Fri Sep 06, 2013 6:52 am


]]>
2013-09-06T02:25:42+00:00 2013-09-06T02:25:42+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4827#p4827 <![CDATA[Re: Poker Site Language]]> shalako wrote:

PS uses C++ I know for sure. I dunno about the others.

Any link for that statement?

Statistics: Posted by AiWins — Fri Sep 06, 2013 2:25 am


]]>
2013-09-03T18:19:07+00:00 2013-09-03T18:19:07+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4799#p4799 <![CDATA[Re: Poker Site Language]]> Statistics: Posted by shalako — Tue Sep 03, 2013 6:19 pm


]]>
2013-09-03T17:15:57+00:00 2013-09-03T17:15:57+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4798#p4798 <![CDATA[Re: Poker Site Language]]> Statistics: Posted by AiWins — Tue Sep 03, 2013 5:15 pm


]]>
2013-09-02T05:56:45+00:00 2013-09-02T05:56:45+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4785#p4785 <![CDATA[Re: Poker Site Language]]> http://en.wikipedia.org/wiki/LOLCODE

Statistics: Posted by cantina — Mon Sep 02, 2013 5:56 am


]]>
2013-08-16T18:28:57+00:00 2013-08-16T18:28:57+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4667#p4667 <![CDATA[Re: Poker Site Language]]> Statistics: Posted by shadehs — Fri Aug 16, 2013 6:28 pm


]]>
2013-08-16T12:53:02+00:00 2013-08-16T12:53:02+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4665#p4665 <![CDATA[Re: Poker Site Language]]>
I just wondering in what language they are made, java ? c++ ?

Statistics: Posted by ciclone — Fri Aug 16, 2013 12:53 pm


]]>
2013-08-14T23:58:33+00:00 2013-08-14T23:58:33+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4659#p4659 <![CDATA[Re: Poker Site Language]]> Statistics: Posted by flop+2cards — Wed Aug 14, 2013 11:58 pm


]]>
2013-08-13T16:15:03+00:00 2013-08-13T16:15:03+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=2554&p=4642#p4642 <![CDATA[Poker Site Language]]>
I am wondering in what language PS, FT and others poker plataforms are made.

Any one knows ?

Thanks

Statistics: Posted by ciclone — Tue Aug 13, 2013 4:15 pm


]]>