Mastering PixelSWorld 3.5.0 for After Effects: The Ultimate Guide to the “F-Top” Pixel Effect
Using Presets:
You can apply one-click presets, such as the "Buildings" preset, which samples image colors to draw cubes, and then modify the underlying code to customize the look. Learning Resources:
PixelsWorld 3.5.0 is a "creative coding" plugin for After Effects that allows you to render graphics by running simple processing scripts like Lua, GLSL, and Processing-like code. The key features introduced or enhanced in version 3.5.0 (released April 12, 2021) include: Text Rendering : Added the ability to render text directly via code. Attribute Binding Performance
For a visual walkthrough on how to start coding your own effects, check out this quick start guide: PixelsWorld Quick Start aescripts + aeplugins YouTube• Oct 2, 2020 PixelsWorld - aescripts.com
- Fractal Noise + Colorama + Map (built-in) – generate heightmap-style pixel art.
- Trapcode Mir (by Red Giant) – creates 3D terrain landscapes from 2D pixel data.
- World Creator (standalone, then import EXR) – best real terrain, not an AE plugin.
Problem:
Pixel edges are too sharp. Fix: Add a tiny Block Smoothing (value 0.5–1.5) or apply a very light Fast Box Blur after PixelSWorld.
Learn more about the exact specifications and purchase options directly on the aescripts PixelsWorld Product Page
Text Rendering
: Added new support for rendering text directly through code.
Top Features in v3.5.0: