Posts by [email protected] | |
Post #AfecHVVyEluVfIMnXk by [email protected] | |
0 likes, 0 repeats | |
One cool thing about the web build, is that if you just open it in your browser… | |
Post #AfecHVzkS3jJ9eIZxQ by [email protected] | |
0 likes, 0 repeats | |
And one thing I specifically wanted to do for this, is to make it as an actual … | |
Post #AfecHWUEci7GgCYvTc by [email protected] | |
0 likes, 0 repeats | |
If you want to learn more about how DOOM works, how the code and engine is stru… | |
Post #AfecHWvsxuEa3xV0Zk by [email protected] | |
0 likes, 0 repeats | |
And if you want to know more about the people who made the game, I whole-hearte… | |
Post #AfecHXTCy0tBjJ5cW0 by [email protected] | |
0 likes, 0 repeats | |
And of course, I can't miss out recommending Masters of Doom, by David Kush… | |
Post #AmR79bzIJNqEYWh7Sq by [email protected] | |
0 likes, 0 repeats | |
Last week, I made a new game for a game jam. I think it turned out real nice, a… | |
Post #AmUzkSWoQEm0vpGsEq by [email protected] | |
0 likes, 1 repeats | |
I thought I'd share what my dev environment looks like when making a game i… | |
Post #AnHQAF8ckjCHKNzOHw by [email protected] | |
0 likes, 1 repeats | |
Here’s a great playthrough of my game Neon Lies, played by TigerJ. It’s a f… | |
Post #ApyQy9ICQNqJhNWmA4 by [email protected] | |
0 likes, 0 repeats | |
Another homemade bookbinding project. I couldn’t find a copy of ”Atari ST I… | |
Post #AwQKuXzcC5K38mNet6 by [email protected] | |
0 likes, 0 repeats | |
I am excited to share this new single-header C library I have been working on f… | |
Post #AwQKuYWaDVh4n1nzH6 by [email protected] | |
0 likes, 0 repeats | |
Here is the library: https://github.com/mattiasgustavsson/libs/blob/main/docs/v… | |
Post #AwQKuZQarGUrak0iZs by [email protected] | |
0 likes, 0 repeats | |
Even though it is primarily designed as a C library, I have also tried to make … | |
Post #AwQKuZsbB8tkzb75EG by [email protected] | |
0 likes, 0 repeats | |
It has a large set of functions, as it attempts to implement most of what you g… | |
Post #AwQKuaJtXejUMFssm8 by [email protected] | |
0 likes, 0 repeats | |
It is not trying to be the most optimized library, not using any SIMD intrinsic… | |
Post #AwQKuamFqDPxmD9Wym by [email protected] | |
0 likes, 0 repeats | |
It's been tested on windows, mac, linux and web-assembly, using msvc, clang… | |
Post #AwQKubEGA5orB4FtdA by [email protected] | |
0 likes, 0 repeats | |
If you're looking for a vector math lib for C (or C++) check it outhttps://… | |
Post #AwUfB87gPEedXrB8gS by [email protected] | |
0 likes, 0 repeats | |
@daniel_collin @floooh yeah, for vector types, you automatically get support fo… | |
Post #AwUfCP5GpYfIRFepOK by [email protected] | |
0 likes, 0 repeats | |
@daniel_collin @floooh I've recently started evaluating clang for building … | |
Post #AwUfCeS9gksq6ZToe0 by [email protected] | |
0 likes, 0 repeats | |
@floooh Yes, the operators for C are only enabled if compiling in clang and def… | |
Post #AwUfCvHR7rPWIFaznU by [email protected] | |
0 likes, 0 repeats | |
@floooh yeah, that was my reasoning as well. and if you do want bulk operations… |