9 C
New York
Sunday, November 2, 2025

Flax Engine 1.11 Launched – GameFromScratch.com


The superb Flax sport engine simply launched Flax Engine 1.11. The closest option to describe Flax IMHO is “Flax is the Indie Model of Unreal Engine”. It is rather comparable in plenty of methods – it’s supply out there, it has comparable licensing phrases, it helps C++ and Blueprints-like programming (in addition to C#!) and extra. The Flax Engine 1.11 launch provides a number of new options to the engine.

Key Options of Flax Engine 1.11:

Graphics & Rendering

  • Customized Shading Fashions: Builders can now add customized lighting calculation fashions (e.g., stylized toon shading or life like anisotropy) with out modifying the engine supply code.
  • Decal Layers: New per-pixel object masking permits decals (like bullet holes or puddles) to be masked, making certain they solely seem on particular objects (e.g., environments) and never others.
  • GPU Particles Efficiency: Vital refactoring has been accomplished to enhance the velocity of each GPU particle rendering and simulation, scaling higher throughout varied {hardware}, together with quick paths for small emitters.

Efficiency & Profiling

  • New Reminiscence Profiler: A brand new low-level reminiscence monitoring software teams allocations hierarchically (e.g., graphics, physics) for higher perception, which is important for porting to memory-limited platforms like cell or handheld consoles.
  • GPU Profiler in Tracy: Added integration for Tracy profiler to allow GPU efficiency timeline profiling for D3D11, D3D12, and Vulkan, permitting for correlation between CPU and GPU work.
  • Threading Enhancements: Many engine elements (particularly physics simulation, content material streaming, and particles) now use multi-threading extra typically, leading to efficiency boosts (e.g., a pattern undertaking noticed a efficiency enhance from 47 FPS to 75 FPS).
  • Async Scenes Loading: Scene loading is now time-sliced utilizing a configurable per-frame time price range (defaulting to 30% of body time), which eliminates hitches when opening or streaming massive ranges.

Editor & Workflow

  • Visject Enhancements: Flax’s graph editor (used for supplies, particles, and many others.) obtained new options, together with additive/subtractive field choose and new node formatting/alignment choices, making graph asset enhancing simpler.
  • Prefab Diff Enhancements: The prefab modifications view now clearly exhibits added and eliminated actors, and permits modifications to be utilized to the prefab with a single “Apply All” button.
  • UI Editor Decision Preview: A brand new characteristic permits builders to preview the UI within the widget editor at completely different resolutions, which is very useful for cell and cross-platform improvement.
  • New Keyboard Shortcuts: Added quite a few shortcuts for quicker workflow, together with fast switching between editor home windows and accessing debug view modes.

Key Hyperlinks

Flax Engine Homepage

Flax 1.11 Launch Weblog

Flax 1.11 Full Launch Notes

Flax Discord Server

Flax Engine Getting Began Tutorial (by Us)

You possibly can be taught extra about Flax Engine and the Flax 1.11 launch within the video beneath. In case you are excited by getting began with Flax Engine, try our Flax for Unity Builders tutorial right here.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles