Web apps have gone so far from being text to being applications that maybe the browser should jus…
I still need to get to utf-8 support. All those missing non-english characters will be supported…
rivten What ? Really ?
From my computer / account, it seems perfectly OK. Weird...
probably rep…
rivten —
What ? Really ?
From my computer / account, it seems perfectly OK. Weird...
Aidan —
It looks like the reddit post has been deleted?
rivten —
Hey there !
I made a post on /r/computergraphis where I compiled about a 100 scientific papers r…
Below is a copy of a discord "conversion" between (mostly) me and ezysigh about problems with com…
I would like to be able to type scandic letters (ö, ä and å). Also, I would like to be able to bi…
There is no option for this right now.
I do want to add an option for it in the future, probably…
Am I missing an option or do I just not know how to do this? I very much prefer a blinking bar cu…
Todd —
Mox, I'm into this too. I'm not gonna get all technical, but I'll tell you this:
Whatever "bett…
Todd —
kungfoolery Thanks guys. Todd the reason I asked that is because I figure if I spend as much time…
Todd —
Wow, thank you so much!!! I never knew I'd get this done today but it's looking like a possibilit…
If you have used debugger then you have modified memory of another process. For example, putting …
Todd —
Do any of you guys have experience editing another program/processes memory? This is a murky area…
I may be wrong, but I think I remember StrageZak had similar issue. The problem is with deviceCon…
Hmmm alright, well I got it working just by continuing with the series...
Turns out it wanted me…
I am calling blitBackBuffer in... WM_PAINT, and in the main loop.
1
2
3
4
5
6
7
…
Where are you calling blitBackBuffer from?
Where does it get deviceContext value? In initOpenGL f…
Has anyone had the problem after day 235 (initializing openGL on Windows), where they initialize …
Mox —
Good to see some other web developers on handmade network.
I saw this video a week or so ago. An…
Thanks guys. Todd the reason I asked that is because I figure if I spend as much time learning th…
Mike T —
Thanks Taylor.
Due to a busy period at work and now some problems with my machine at home, I hav…
miotatsu I think I just need to re-run a script or update one to pull that header into wherever i…
Berend —
I see I see, very valid arguments.
I guess that I'm still thinking too much in terms of OOP and…
That is... unfortunate. Thanks for letting me know!
Neo Ar —
mmozeiko Private Qt headers are not available from system packages. They are present only when Qt…
My guess would be on poorly written GPU drivers. And there's not much you can do about it. Once O…
Berend What is the reason not to structure code into namespaces?
Because its longer to type.
Comp…
Berend Hi there,
Newbie question!
I'm only at day 30 and until now almost all functions are pre…