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.
Ben Visness
Mainly because it’s a different medium! We wanted to do a podcast because we love the shows and t…
»
Simon Anciaux
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…
»
Mārtiņš Možeiko
Not a 100% accurate check (but works most of the time) is to check filesize of font. If it is aro…
»
Simon Anciaux
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…
»
Simon Anciaux
Most fonts support only a subset of codepoints. You need to use a font that support the codepoint…
»
Eric DeSmet
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…
»
Eric DeSmet
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…
»
Eric DeSmet
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…
»
x13pixels
Ah, okay. Thanks for finding that and for letting me know!
»
Ryan Fleury
Hey, everyone! I hope everyone is staying healthy throughout these troubling times. Currently, m…
»
GunnGames
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…
»
Mārtiņš Možeiko
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 …
»
Simon Anciaux
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…
»
Simon Anciaux
I don't have any knowledge about API design. About the pitch: If I can pass 0 when when I don't …
»
Asaf Gartner
notnullnotvoid Right now, I have the user specify frame timing as an integer number of centisecon…
»
Miles
I'm currently trying to polish up my realtime gif exporter into a high-quality single-header libr…
»
x13pixels
RemedyBG 0.3.0.0 has been made available for download at https://remedybg.itch.io/remedybg. Lots …
»
Mārtiņš Možeiko
You did not implement the WinMain function. So compiler is asking you to provide implementation. …
»