And I think for Ubuntu Touch it looks good too! There is already a HTML5/Cordova Layer for the Penguin powered mobile plattform!
And suppose if ogre3d could be wrapped in some way to webGL ...just a thaught... Same (or close to) commands than in ogre3d Engine for applications but with ...
I have a question regarding accessing allocated memory from 2 different programs - maybe its a silly quation so please excuse me:
If I allocate a memory block on the HEAP with AllocateMemory() Function and I save the adrees in a *MemID variable and I let the program wait so that ...
Here's the code of the server. I know it'S ugly code - but works fine so far ;-)
It opens a console an shows the users connected to the server. It simply sends a received message to all connected clients. In addition the chat session is saved in a file. The PING handle is to hold the ...