Modern Linux Command Line Tools for Game Development
By
randomint64
Crackling crust, pillowy middle. The kind of bagel that earns a second cup of coffee.
Summary
This article provides a comprehensive guide to modern Linux command-line tools for game development, focusing on CLI replacements for common utilities. It covers tools like bat (cat clone with syntax highlighting), exa/eza (modern ls/tree replacements), lsd (next-gen ls), delta (git/diff viewer), ncdu (intuitive du), dust (Rust-based du), duf (better df), broot (enhanced tree), and fd (fast find). The content appears to be programming notes specifically targeted at game developers working with Unreal Engine, Houdini, and graphics programming.
Key quotes
· 5 pulledbat - cat clone with syntax highlighting and git integration
exa - modern replacement for ls/tree, not maintained
eza - modern ls/tree based on exa fork
lsd - next gen ls, backwards compatible
delta - viewer for git and diff output
You might also wanna read
Implementing Colored Penumbra Shadow Effects in Unreal Engine 5
This article describes a technique for implementing "Colored Penumbra" or "Colored Shadow Terminator" effects in Unreal Engine 5. The author
Easel Develops Custom Physics Engine with Incremental Rollback for Larger Multiplayer Games
Easel has developed a custom-built physics engine with incremental rollback capabilities, replacing the off-the-shelf engine that required s
easel.games·1mo agoraylib 6.0 Released: New Software Renderer Backend and Major Feature Updates
raylib 6.0 has been released, described as the biggest release ever for the open-source graphics library. Key highlights include a new softw

Building a High-Performance Database Engine in C# for Game Servers and Real-Time Simulations
The article explains why the author chose C# to build Typhon, a high-performance embedded database engine for game servers and real-time sim

Typhon: A .NET Database Engine Built for Game Servers Using ECS Architecture
Typhon is an embedded, persistent, ACID database engine written in .NET specifically designed for game servers and real-time simulations. It
Fio: A Liminal Brush-Based CSG Editor and Game Engine Inspired by Radiant and Hammer
Fio is a liminal brush-based CSG (Constructive Solid Geometry) editor and game engine inspired by level editors like Radiant and Hammer. The
