Latest api Activity
I just prefer to use 4.5 code for my glsl cause i got a book on shaders (shader cookbook( and that coveres it very welll, but I also read the red book. was a neat expeirence… to say the least.
scruthut said:
Something I can grow with.
That point is the kicker. Raw sockets is great if all you need is simple connectivity. Not so great for modern features. And nothing to grow with unless you want to re-invent the wheel for everything.
ENet is probably the closest mix between simplicity and raw…
@taby Thank you for your reply, Taby. I am building a game where the players drive along with “self-driving” cars. However, the purpose is not to mimic the behavior of real-life self driving cars, instead, I would like to mimic the behavior of human drivers. So the AI Cars need to learn how to driv…
T-rex_on_point said:
But it could also happen that you're getting blocked this way if you do too many requests(DDOS).
@T-rex_on_point You should proxy the requests with a cache and rules wrt. frequency.
Better yet, aggregate and handle everything on the server, exposing your own API entirely. Y…