Handmade Network»Feed
Casey Muratori
BillDStrong From what I know, however, like C++, Objective C is a superset of C. Meaning, you can…
»
Andreas
I work as a 3d-artist at a game studio. I'm a generalist at heart and like problem solving a lot.…
»
Carlos Gabriel Hasbun Comandari
I found it to be weird because FIFO is supposed to mean "first in, first out", yet immediately af…
»
Andrew Osthoff
Have you thought about having a round table discussion with all of the speakers at the end of the…
»
Casey Muratori
ratchetfreak It means that not all IO operations complete in the same order as they were submitte…
»
Casey Muratori
Thanks! Yes, we haven't really had a chance to go through all this stuff yet, so there's probabl…
»
Felipe O. Carvalho
The way GLFW solves it is much simpler and robust. They write all the Objective-C in platform-spe…
»
ratchetfreak
gazto "Please note that while the packets are queued in FIFO order they may be dequeued in a diff…
»
Marius Adaškevičius
I know that rewritten entity system code has not been properly debugged yet but I'll throw it out…
»
Jorge Sánchez
* Join HandmadeNetwork (DONE) * Interact with people (DONE) 😁 * Create a Project (TODO) * Interac…
»
Carlos Gabriel Hasbun Comandari
"Please note that while the packets are queued in FIFO order they may be dequeued in a different …
»
Bogdan
.NET developer here. Been developing mainly in C# and WPF for the past three years. Used C++ an…
»
Bill Strong
Caveat, not an Objective C coder. From what I know, however, like C++, Objective C is a superset…
»
Peter Bocan
exactly, and Apple is good in prohibiting things, but they could not leave C/C++ out because of l…
»
Casey Muratori
Mr4thDimention could understand why Objective-C is a thing Objective C is what happens when you …
»
Jim R. Didriksen
(If t/*)That would be UTF-8 multi-character support I can seconds it, I wants my ÆØÅ (and Ü Ä if …
»
Kyle Devir
I've been experimenting with creating an entity system in pure C, and have run into a very annoyi…
»
Simon Anciaux
Thanks. I don't know if you plan to make diacritics ( 'à', 'ç', 'é' ... ) work in the next updat…
»
Allen Webster
My understanding of the issue amounts to basically zero bits of information. Since I won't be ma…
»
Mike
cmuratori That is very kind of you! No, I do not have time to set up anything official for this…
»
Casey Muratori
mike I'd like to sponsor someone who has the time, but can't afford it. I don't know if there's a…
»
Casey Muratori
hamishtodd1 Jon Blow once said in a talk on programming indie games that you can learn to write s…
»
Mike
I can't take the time off work to get to HandmadeCon 2016 - living in Australia, I'm not travelli…
»
Mārtiņš Možeiko
Yeah, currently search is not available. But people are working on it. It will happen: https://ha…
»
Brad B
The new forum layout is ok but it really needs to have a search utility. I'm trying to isolate st…
»
strangezak
A random chime in since we are kind of experiencing this with Ludus. Its a lot easier to do the w…
»
Mārtiņš Možeiko
Oh, that's cool. I didn't know that somebody is making new client.
»
Brad B
Thanks. I had previously done a search on this forum before the new format and had found and down…
»
Abner Coimbre
Look into using Kiwi as Handmade Network's default web client while we work to roll our own.
»
Peter Bocan
It's better to write bridging header between pure C and Obj-C/C++ and encapsulate what you want, …
»