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.
Christian
I would gladly pay more for 2 days
»
Mārtiņš Možeiko
Mantle also has actual documentation available for almost a year:
»
Mārtiņš Možeiko
Isn't the wsprintf function for wide chars? If yes, then you are using wsprintf a bit incorrectly.…
»
siska
Ignore the previous message : restarting VS did the trick, after adding the OutputDebugStringA() l…
»
siska
Even when I add this as the last line : I'm not seeing anything ...
»
ratchetfreak
cause it's not pushing things to the console all it does is put the formatted string in buffer. Wh…
»
Dan
Whenever I need to correct the contents of the buffer (because of user input, collisions between o…
»
siska
Hello, I'm on day 10, trying to print the FPS etc to the console. Casey is using something like th…
»
ratchetfreak
If you want something vulkan like then D3D12 is a better choice to look at as it has actual docume…
»
Ginger Bill
I have found something that reconstructs the Mantle API: Because Vulkan is based upon Mantle, thi…
»
Miguel Lechón
I'm also in favor of a longer HandmadeCon. The ticket cost increase seems reasonable.
»
Neil Blakey-Milner
Since the recent SDL 2.0.4 release, it seems (I haven't tested it yet) you can use the push model …
»
Miguel Lechón
I'm also using ALSA and right now I'm accepting 50ms of delay and I still get buffer underruns whe…
»
Mārtiņš Možeiko
Chat streams and chat "prestreams" are now available also on BTSync. Chat streams are directly fro…
»
Mārtiņš Možeiko
Yes, you could call into game whenever SDL requires you to provide audio. The tricky part is choos…
»
vexe
Thanks for the reply mmozeiko! SDL caught my eye because mainly because it seemed like a better pl…
»
Aaron Gutierrez
I was surprised at how cheap the tickets were the first time around. I would happily pay more for …
»
Mārtiņš Možeiko
In SDL audio has pull model. Meaning - you specify callback which will be called by SDL at any tim…
»
vexe
Hey guys, I'm considering using SDL as a 'better platform-layer' replacement of Windows's API as w…
»
Mārtiņš Možeiko
Btw, Windows 10 already has API for SGX, no need to wait for newer Windows versions: Also one i…
»
Mārtiņš Možeiko
Sure, extra debugging support is good. But I would be very surprised if you can mark arbitrary enc…
»
ratchetfreak
Actually there is a "read from enclave" instruction but that only works for enclaves marked debuga…
»
Daniel Moore
Higher price is fine. Is doing two days more stressful for you though? Running a conference seem…
»
Mārtiņš Možeiko
Yes, all the memory in enclave will be encrypted. That includes stack, data and code. It is still …
»
m1el
@ratchetfreak, you're right about the stack and the encryption, my bad. I'm reading the PDF right …
»
ratchetfreak
[/b]The stack used by "enclave" code (the code that is encrypted) is inside the enclave. The sepa…
»
AndrewJDR
I'm in favor of the higher price.
»
Andrew Osthoff
This exactly. And I agree with Abner--last year was awesome, but more time to say hi to other att…
»
Vijay Varadan
I'd be fine with anything around $100, give or take for a more relaxed pace conference over 2 days…
»
Dan
Hi everyone, I am currently trying to get sound working on Linux, and I chose Alsa as the common d…
»