2025-02-04

Simulating water over terrain

An exploration of water simulation techniques for games, focusing on the virtual pipes method that enables dynamic terrain modification and realistic water flow. The method combines staggered grids with flow calculations to create stable, performant water simulation suitable for both square and triangular grid systems.

Original archive.is archive.ph web.archive.org

Log in to get one-click access to archived versions of this article.

Related articles

Markov Chains explained visually

Markov chains are mathematical systems that model transitions between different states with associated probabilities, represented through transition matrices or diagrams. The concept finds practical applications in various fields, from weather prediction to Google's PageRank algorithm, with the ability to simulate real-world phenomena by incorporating probabilistic state transitions.

Postgres as a Graph Database: (Ab)using pgRouting

pgRouting, a Postgres extension typically used for geospatial routing, offers versatile graph functionality beyond GIS applications. The extension can handle task scheduling, resource allocation in distributed systems, and power recommendation engines, making it a lightweight alternative to specialized graph databases.

Electronic Arts

Electronic Arts maintains a robust open-source presence with multiple Command & Conquer game repositories and development tools in C++. The organization actively manages various technical projects including game modding support, rendering frameworks, and Kubernetes deployment tools.

GitHub - adenta/fire_red_agent

A developer shares their experience building an autonomous AI system to play Pokémon FireRed using LLMs, RetroArch emulation, and memory management techniques. The project faced challenges with emulator input control and battle handling, while successfully implementing navigation, text parsing, and conversation systems. The implementation demonstrates potential applications for AI-driven gaming content creation.

TypeScript types can run DOOM

A developer successfully implemented the 1993 video game Doom to run entirely within TypeScript's type system, requiring 177 terabytes of types and 12 days of processing for a single frame. The project involved building a complete web assembly virtual machine using only TypeScript types, making it possibly the largest TypeScript codebase ever created.

Good Game Insights - AI-powered Video Game Industry Insights

GG Insights offers AI-powered analytics for Steam gaming data, providing insights into game performance, revenue estimates, and market trends. The platform enables users to analyze Steam market data through natural language queries, helping developers make informed decisions about game development and positioning.

Sublinear Time Algorithms

Sublinear time algorithms represent a paradigm shift in computational efficiency, allowing processing of extremely large datasets by reading only a fraction of the input. While exact deterministic sublinear algorithms exist for some problems, most solutions require randomization and approximation techniques, with applications spanning optimization, property testing, and distribution analysis.

What is Ultima VII: Revisited? - Ultima VII: Revisited

A developer named Anthony Salter is creating Ultima VII: Revisited, a 3D engine replacement for the classic RPG Ultima VII. The project aims to modernize the game's presentation while preserving its innovative features, addressing technical limitations that make the original difficult to enjoy today.

Wiki

A developer explores GDScript, Godot's custom programming language, providing detailed analysis of its features, type system, and design choices. The language combines Python-like syntax with stronger typing and modern features like pattern matching, proving to be surprisingly well-designed for game development despite initial skepticism.