Results 5 comments of Reveares

I also think Javascript would be a good choice as ecosystem. There are great Nodejs libs for common server tasks like database access, file access, networking etc. Meanwhile v8 (which...

I also think that it would be useful to add a `.clang-format`, just because CLion does not handle the current style so well. > And changing code-style to else, mean...

> * C++ plugins wia web-assembly - looks promising for internal api and quite portable (same wasm can work on any OS and be safe for player) What are your...

> Games are usually not DPI aware, but use a fixed/scalable UI size. Modern games are DPI aware - they have to be if they are cross-platform when it comes...

I found another issue in this regard with the default resolution of GD3DD11, because `GetClientRect` is not DPI aware and returns 2560x1440 for my setup. https://github.com/kirides/GD3D11/blob/053172fce4055a5a46818c92ed046355dbe45f9b/D3D11Engine/GothicGraphicsState.h#L655-L659 Should I look into...