leakbang
- Karma
- 66
- Created
- April 15, 2022 (4y ago)
- Submissions
- 0
-
So for a game that I'm working on I have looked at a lot of the widely used and widely praised physics engines (Havoc, Bullet, PhysX, Jolt, Newton Dynamics, ...) to implement in my game but after reviewing each one of…
-
I have been searching for an instant, real-time grep tool to search through source code on Linux but I haven't found any application that does this. I have only found ONE ancient app only available on Windows, called…
- The Ping of Death (en.wikipedia.org)
- NoiseTorch Is Officially Dead (github.com)
- Linux/OS X/FreeBSD resource monitor (github.com)
-
Recently with a group of friends I decided to start creating a web browser from the ground up using as few libraries as possible and I wanted to do it in C. I persuaded everyone to learn and start using C, because I…
- A super fast CSS engine: Quantum CSS (a.k.a. Stylo) (hacks.mozilla.org)
-
I'm on the journey of developing a web-browser from scratch in C and I keep coming across niche questions on how certain libraries function (Xlib). I did some searches, but I couldn't find any forum or community that…