I run Windows on a 4k montior with 200% scaling enabled. It appears that RemedyBG respects the 4k…
I started really getting into lower level programming (mostly C) about a year ago. At first, I fo…
James —
mrmixerIs your problem that you didn't figure something out yourself; or that you feel you don't …
James —
TrickWe are all on our own path - so to me it doesn't make much sense to compare our learning pat…
More precise: https://en.wikipedia.org/wiki/Font_substitution
Mainly because it’s a different medium! We wanted to do a podcast because we love the shows and t…
It's using a different font based on the codepoint range. https://en.wikipedia.org/wiki/Unicode#A…
itzjac —
@mmozeiko this is a good font (unifoundry) for testing purposes, and yes this one works!
So,…
itzjac —
Not a 100% accurate check (but works most of the time) is to check filesize of font. If it is ar…
Not a 100% accurate check (but works most of the time) is to check filesize of font. If it is aro…
Is your problem that you didn't figure something out yourself; or that you feel you don't underst…
Guntha —
Hello, I was wondering why the podcast is an "Episode 1" of a new series, instead of continuing H…
Most fonts support only a subset of codepoints. You need to use a font that support the codepoint…
We are all on our own path - so to me it doesn't make much sense to compare our learning paths wi…
James —
Thanks for the replies, guys. I suppose it's best to just start working on something. Although th…
itzjacTrick blogging every step of the way - and
Offtopic, interesting to see other projects com…
itzjac —
Trick blogging every step of the way - and
Offtopic, interesting to see other projects coming al…
I've been dealing with this on and off for quite a while, and recently started to get over it. Wh…
itzjac —
Yay!
Thanks all of you for your help, so far so good.
My font rendering with stb is close to b…
itzjac —
That sounds exactly the same behavior as over engineering which is poison to software developmen…
James —
I've had this feeling for a long time, where I will obsess over whether a tutorial is good or not…
Ah, okay. Thanks for finding that and for letting me know!
Hey, everyone!
I hope everyone is staying healthy throughout these troubling times. Currently, m…
x13pixelsCan you send me the command line (compile and link) you use to build your executable? Yo…
Jason —
SageMath is very popular open-source one: https://www.sagemath.org/ It is collection of many open…
SageMath is very popular open-source one: https://www.sagemath.org/ It is collection of many open…
Jason —
I was watching day 376 today and around 1:06:13 (
…
C_Worm —
I've changed all the values to double but that won't do it.
The problem is still as you say and …
Could you be more specific about what is it you're seeing that is not correct ? I suppose you're …
C_Worm —
Hey i have a Timer and Clock struct and try to implement a timer.
The Clock just returns the sec…