5 Game-Changing Updates in flax game engine 1.11 That Prove the ‘Indie Unreal’ is a Serious Contender

A bird’s-eye view of a medieval village with small buildings and trees, featuring the text "Flax 1.11" prominently over the image, highlights recent game updates that rival top indie Unreal projects.

Flax 1.11 is a significant engine update, incorporating over 929 commits and merging 129 Pull Requests. The core engine received major performance upgrades through improved multi-threading for physics simulation and content streaming, leading to better scalability in large projects; for example, in a 10,000-box collision test, the lowest recorded FPS increased from an average of 47 fps to 75 fps. Workflow and graphics flexibility are greatly enhanced by allowing developers to add custom shading models for lighting calculations (such as cell shading) without modifying the engine source. Stability is boosted by the introduction of a new low-level memory tracking system, which is crucial for porting to platforms with limited memory like mobile or handheld consoles, and by the implementation of Async Scenes Loading using time-slicing, which removes hitches when opening maps or streaming levels

Flax Engine 1.7 Released: Exploring the New Features of Flax version 1.7 A Lightweight Unity Alternative for gamedev &  indiedev

Flax Engine 1.7 Released, exploring the new readers of flax version 7.

Flax Engine 1.7 Released ! Flax, a lightweight game engine, offers a compelling alternative to Unity. With its full editing environment and support for both C++ and C# programming languages, Flax provides a versatile platform for game development. In the latest 1.7 release, Flax introduces several new features and improvements that enhance its capabilities. Let’s … Read more

How to make grass in flax engine

how to create grass in flax engine

In this video, you will learn how to make grass in flax engine. In the first step, we make a simple grass material and then render it on the terrain How to make grass in flax engine Contents What is Flax Engine? Flax Engine is a complete suite of game development tools made by game … Read more

New Flax Engine 1.4 relesead !!

Flax engine tutorials

Finally after a couple of Months of wait, Flax Engine 1.4 has been released and ready to be tested. This version adds many cool new features, including real-time global illumination, better licensing, mass navigation, big world support, and much more. Together with our contributors, we have created over 643 commits and merged 23 Pull Requests … Read more