Advertisement

Latest windows Activity

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…

2,706 views
Advertisement

I've been using VirtualAlloc in some cases, but it never occurred to me using SEH to handle the page-commits. So if understand it correctly, you are trying to remove the need to do if-checks to for resizing/reserving? In this case, as you've seen, this is a pretty bad idea. Any kind of exception-ha…

5,804 views
hanna8
February 12, 2024 10:45 AM
Room 8 Group’s R&D Unit Unveils REI, an Open Source Tool Enhancing Game Porting and Development

Room 8 Group’s Game Development team for PC & Console (Dragons Lake), has made its innovative Render Engine Infrastructure (REI) tool available as an open-source solution. Initially developed to transform game porting, development, and preservation, REI is the result of tireless work carried ou…

9,405 views

There are descriptions of how a codepoint gets encoded in bytes. You can simply find then at Wikipedia. That defines where the bits of the codepoint go, and also how to recognize which bytes belong together.

For UTF-8 at https://en.wikipedia.org/wiki/UTF-8​ you can see in the encoding section that t…

7,467 views

Dear friends,

The Islet Hell game, which I had published for a modest amount last year is now available for free on all supported platforms :

Windows / MacOS / Linux : https://store.steampowered.com/app/2069750/Islet_Hell/

Android : https://play.google.com/store/apps/details?id=dimi309.islethelladroi…

5,757 views

Any approach you can find that gets the job done. If the setup API looking for devices that need a driver to attach to works for your needs, that's odd but great.

6,570 views
Josh Klint
July 18, 2021 07:34 PM
Ultra App Kit 1.1 Goes Cross-Platform

Ultra App Kit 1.1 is now available direct from the website and on Steam. This free update brings cross-platform development to our fast resolution-independent GUI toolkit. In addition to Windows, Mac and Linux are now supported, which means you can code once and compile everywhere to easily create …

6,775 views
small3d Tutorial

small3d is a small, cross-platform 3D game development library I have put together and have been maintaining over the past few years. This is a tutorial on creating a ball in Blender, and then writing a C++ program that loads it and moves it around on the screen, using small3d. Alternatively you ca…

90,656 views
Advertisement
Advertisement