Development blog

Testing Random Number Generators in CRM64Pro

As I continue developing CRM64Pro, I’ve been thinking about the random number generators (RNGs) we provide. Currently, the library includes two alternatives: a Multiply-with-Carry (MWC) implementation and WELL512. But are these the best choices for 2D game developers in 2026? I decided to do some proper benchmarking and simple quality testing. I tested the existing…


CRM64Pro GDK 0.14.0 Major refactor & API stabilization

CRM64Pro GDK 0.14.0 marks a significant step toward the upcoming v1.0.0, focusing on deep internal refactoring, API stabilization, and long-term maintainability. This release modernizes large parts of the engine core, standardizes feature-flag and naming conventions across modules, and completes a broad transition from legacy integer return codes to a clear, boolean-based success/failure API. As a…


Pac-Man Evolution v1.0.2 released

Version 1.0.2 has been updated to run on the latest CRM64Pro 0.13.0, bringing compatibility improvements and internal updates while preserving the original gameplay and AI behavior. Pac-Man Evolution features: Procedurally generated mazes Two game modes: Standard: classic Pac-Man ghost rules Evolution: ghosts controlled by a trained neural network Support for training and evolving ghost AI…


Updated: Benchmark results of zlib and zlib-ng running on some AMD and Intel CPUs

The benchmark post “Benchmarks results of zlib and zlib-ng running on some AMD and Intel CPUs” has been updated with new results on a Ryzen 9800X3D, including the latest zlib-ng 2025 release.


EditorC64 0.13.0 Updated for the new AudioTrack system

EditorC64 has been updated to match the latest CRM64Pro architecture, bringing full support for the new AudioTrack system. The editor now features a redesigned AudioTracks panel with waveform visualization, playback controls, and automatic upgrading of legacy audio resources. This release ensures seamless compatibility with CRM64Pro 0.13.0 while improving usability and long-term maintainability.