AM —
Hi, When I run ion on the test1 and test2 packages in the bitwise/ion project directory, is runs s…
Renamed all headers to cute headers !!! I'm organizing a local game jam with some friends coming s…
If I use the bbcode to add a link and I set the link's "label" as an address, the post contains tw…
Thanks, I didn't found the time to go back to that this week, but I tried clang-cl and it seems th…
[/quote] Thank you very much Martin, that's a lot of material to look at. :)
I would look into simulating springs. Subdivide your flag surface into smaller quads (or triangles…
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…
I had this question asked during a stream, and I get it a lot, so I wanted to record my answer to …
Thank you rby90! I've added it as an update at the top, as well as Delix's wiki entry on the Pigeo…
If you want to use clang.exe with MSVC debugger I suggest using clang-cl.exe. It has cl.exe compat…
I wanted to see if it was possible to debug clang compiled code in Visual Studio ( says it should …
Fair points about the difficulty of importing packages that depend on a shared library. Those prob…
Figured it out! (thanks to a question on day 119 :D ) It turns out Windows's power saving options …
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…
Keep in mind that most mainstream C++ books are targeted at the lowest common denominator, the av…
Hello everybody! I'm going through all the episodes of HMH in order and I'm learning a lot! Recent…
Since Go 1.6, Go will actually look for dependencies in a local "vendor" folder first. Plus, Go is…
I personally think the $GOPATH approach is fine and is that for your own projects, you are meant t…
: Allen agreed to create the 4coder channel on the HMN , so it's up and running! Jim, would you li…
New interviews aren't planned for now, but I do miss the live conversations. What I did this year…
I kind of like the "vendoring" approach in Go but really dislike the $GOPATH approach. Instead of …
I've been trying to rangle the problem of programming language package/modules/etc. I'm not sure h…
Keep in mind that most mainstream C++ books are targeted at the lowest common denominator, the av…
Good to hear! I've been considering whether I should leave all the videos up on YouTube or cut the…
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…
I played devil's advocate with Jon on the the value of encapsulation. The resulting conversation m…