I finished the Card-VGUI
I just finished the card-vgui for my Poker game I currently code in Lua. The ranking is nearly done, the pot is coded and I thought: Hell yeah, next step will be the VGUI.
Another reason why I did it was because it’s horrible to identify the different cards by e.g. D.Q (Diamonds Queen) or S.7 (Spades Seven) – Just to name some.
Some information about the VGUI: You can resize it without any issues and only those textures which are necessary are saved.
E.g. the suits and only the upper half of the J,Q,K are stored in materials. The rest is done by the VGUI. This probably increases the code of the VGUI from about 30 to 130 lines compared to those which uses every card as imaged directly. But this decreases the size of the necessary textures from several MB to just around 236 kB.

GMod
TS3
SVN
Filedump
So what server are we going to see it on?
Facepunch release?
Currently it’s not worth to show it live. – I can be controlled only with lua intern commands yet.
And when it’s finished in a stable version it will run first on my server (Look at the side under Pages).
Then after testing it on my server there will be a facepunch release of course.