We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Andrew Chronister
Greetings everyone, I unfortunately have no progress to report for March. I finished winter quarte…
»
Adam Byrd
I never followed up but I settled for using a mutex around the hotkeys and SendMessage(HWND_BROADC…
»
Allen Webster
Allen has done a pretty good job with naming and making the code clear. You might be pleasantly s…
»
Jeremiah Goerdt
Allen has done a pretty good job with naming and making the code clear. You might be pleasantly s…
»
Jeremiah Goerdt
I love this type of writeup! Going into detail and keeping it readable is great. Well-written, my …
»
argontus
[/quote] Even further would be to build your whole UI inside a HTML5 canvas. You would gain a vic…
»
robby
Quite detailed and interesting write up. When I see an editor I often don't think that this stuff …
»
Tomasz Różański
I did some small tweaks already, but I'd rather wait for the full blown documentation before divi…
»
Maciej
I am using build.bat and VS only as a debugger. When I recreated project in VS I can open all head…
»
Mārtiņš Možeiko
How are you building in VS2017? Do you have proper solution/project set up, or are you using exter…
»
Allen Webster
Hey everyone! The newest version of 4coder, 4.0.18, will be the first to feature full unicode supp…
»
Allen Webster
"embedded terminal" has been one of my long term favorites for a while. I've been slowly moving s…
»
Maciej
I am unable to open dsound.h, xinput.h and windows.h with Visual Studio 2017, but stdint.h is open…
»
Simon Anciaux
If you've access to the customization layer you could probably implement most of your requests you…
»
»
Marthog
I like the modern C++ programming model a lot and I think, that the new features benefit it a lot.…
»
hugo
Good points alex. I'm also finally learning React Native for a new job I have to deliver on Androi…
»
Alejandro Martinez
Nice thread you have going here! I saw Abner share it on Twitter and I got really excited because …
»
Jack Mott
You can do some SIMD with system.numerics.vectors but it is pretty limited. No ceiling, no floor, …
»
Shazan
SIMD enhanced simplex noise procedurally composed npc sprites [/quote] I am also using monogame. …
»
Sean Barrett
Just to be clear, it is pretty straightforward to make an imgui that doesn't render at 60fps.Only …
»
pragmatic_hero
By far, most "serious" cross-platform desktop apps do not have native look and feel. Almost all c…
»
Mārtiņš Možeiko
By far, most "serious" cross-platform desktop apps do not have native look and feel. Almost all c…
»
hugo
This post analyses some good cross-platform software: His conclusion is to write apps like HMH if…
»
»
pragmatic_hero
Lately I've been convinced that as far as cross-platform desktop apps are concerned, they basicall…
»
Mārtiņš Možeiko
It looks very primitive, missing a lot of features, and very unmaintained. So it won't cover many…
»
ratchetfreak
Using an immediate mode gui naively will also peg a cpu core when idling unless they activate vsyn…
»
argontus
I think the most appealing thing about web apps (and why I'm still hopeful about webassembly) is n…
»
Abner Coimbre
Authors began writing thelessons a week or so ago, with another meeting this Sunday. It'll be a wh…
»