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.
AM
Hi, When I run ion on the test1 and test2 packages in the bitwise/ion project directory, is runs s…
»
Randy Gaul
Renamed all headers to cute headers !!! I'm organizing a local game jam with some friends coming s…
»
Simon Anciaux
If I use the bbcode to add a link and I set the link's "label" as an address, the post contains tw…
»
Simon Anciaux
Thanks, I didn't found the time to go back to that this week, but I tried clang-cl and it seems th…
»
erpeo93
[/quote] Thank you very much Martin, that's a lot of material to look at. :)
»
Mārtiņš Možeiko
I would look into simulating springs. Subdivide your flag surface into smaller quads (or triangles…
»
erpeo93
Hi everyone, For my game I was thinking about procedurally animating things like mantles and flags…
»
khofez
Great approach! I really liked the architecture, I'm currently having similar issues with my own e…
»
Pengo
I'm working on the second version of my library, if anyone is in need of a math library. Github br…
»
Ryan Fleury
I had this question asked during a stream, and I get it a lot, so I wanted to record my answer to …
»
Abner Coimbre
Thank you rby90! I've added it as an update at the top, as well as Delix's wiki entry on the Pigeo…
»
Mārtiņš Možeiko
If you want to use clang.exe with MSVC debugger I suggest using clang-cl.exe. It has cl.exe compat…
»
Simon Anciaux
I wanted to see if it was possible to debug clang compiled code in Visual Studio ( says it should …
»
Ben Visness
Fair points about the difficulty of importing packages that depend on a shared library. Those prob…
»
Dan Zaidan
Figured it out! (thanks to a question on day 119 :D ) It turns out Windows's power saving options …
»
hasen.judy
The problem with having a central place for shared libraries in Odin is the import "syntax" is dif…
»
Neo Ar
For the month of March, we did the following: For the month of April, we did the following: Marc…
»
NelsonMandella
Keep in mind that most mainstream C++ books are targeted at the lowest common denominator, the av…
»
Dan Zaidan
Hello everybody! I'm going through all the episodes of HMH in order and I'm learning a lot! Recent…
»
Ben Visness
Since Go 1.6, Go will actually look for dependencies in a local "vendor" folder first. Plus, Go is…
»
Ginger Bill
I personally think the $GOPATH approach is fine and is that for your own projects, you are meant t…
»
Abner Coimbre
: Allen agreed to create the 4coder channel on the HMN , so it's up and running! Jim, would you li…
»
Abner Coimbre
New interviews aren't planned for now, but I do miss the live conversations. What I did this year…
»
hasen.judy
I kind of like the "vendoring" approach in Go but really dislike the $GOPATH approach. Instead of …
»
Ginger Bill
I've been trying to rangle the problem of programming language package/modules/etc. I'm not sure h…
»
Mikael Johansson
Keep in mind that most mainstream C++ books are targeted at the lowest common denominator, the av…
»
Jeremiah Goerdt
Good to hear! I've been considering whether I should leave all the videos up on YouTube or cut the…
»
NelsonMandella
Keep in mind that most mainstream C++ books are targeted at the lowest common denominator, the av…
»
Jason
TL;DR: Abstractions help programmers temporarily forget details, and that can be useful. Some bes…
»
Abner Coimbre
I played devil's advocate with Jon on the the value of encapsulation. The resulting conversation m…
»