Edit of asset "PSX Look Free" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | PSX Look Free | PSX Look Free |
| Description |
**PS1-style 3D for Godot 4, free.** Wobbling vertices, warping textures and 240 chunky lines over your own level in one line: ```gdscript var psx := PSXScreen.new() add_child(psx) psx.viewport.add_child(level) PSX.convert(level) # every StandardMaterial3D becomes its PS1 version ``` ### What's inside - **Vertex snap:** vertices land on the low-res pixel grid, so edges jitter as the camera moves. - **Affine texture mapping:** textures warp across big polygons as the PS1's did. A slider blends back to perspective-correct. - **PSXScreen:** renders at 240 lines (or 480, or any), scaled up in sharp square pixels. UI outside it stays crisp. - **The lit material** (per-vertex lighting, nearest-filtered textures, vertex colours, UV scrolling) and **PSX.convert**, which turns an imported level's StandardMaterial3Ds into it. - **Demo:** a ruined courtyard at dusk with torches and 9 PS1-style textures. Walk it right here in the browser. ### Want more? **[PSX Look](https://heyheythere.itch.io/psx-look)** adds the PS1's 15-bit colour and its 4x4 dither on PSXScreen, and four more materials: unlit, cutout for foliage and fences, transparent for water and glass, and sphere-mapped chrome. Same code: install it over this one. ### Compatibility - Godot **4.3 to 4.7**, tested on both ends. - **Forward+, Mobile and Compatibility** renderers: desktop, mobile and web. - GDScript and shaders only: no plugin to enable, no C#, no GDExtension. ### Install Copy `addons/psx_look/` into your project. Open `demo/demo.tscn` to try it. ### License [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/): use it in any game, commercial or not, change it and share it, as long as you credit it. The credit line, for your game's credits: `PSX Look Free by heyheythere - https://heyheythere.itch.io/psx-look-free - CC BY 4.0` *Made with AI assistance (code, text, demo art), tested in Godot 4.3 and 4.7 on every renderer.* |
**PS1-style 3D for Godot 4, free.** Wobbling vertices, warping textures and 240 chunky lines over your own level in one line: ```gdscript var psx := PSXScreen.new() add_child(psx) psx.viewport.add_child(level) PSX.convert(level) # every StandardMaterial3D becomes its PS1 version ``` ### What's inside - **Vertex snap:** vertices land on the low-res pixel grid, so edges jitter as the camera moves. - **Affine texture mapping:** textures warp across big polygons as the PS1's did. A slider blends back to perspective-correct. - **PSXScreen:** renders at 240 lines (or 480, or any), scaled up in sharp square pixels. UI outside it stays crisp. - **The lit material** (per-vertex lighting, nearest-filtered textures, vertex colours, UV scrolling) and **PSX.convert**, which turns an imported level's StandardMaterial3Ds into it. - **Demo:** a ruined courtyard at dusk with torches and 9 PS1-style textures. Walk it right here in the browser. ### Want more? **[PSX Look](https://heyheythere.itch.io/psx-look)** adds the PS1's 15-bit colour and its 4x4 dither on PSXScreen, and four more materials: unlit, cutout for foliage and fences, transparent for water and glass, and sphere-mapped chrome. Same code: install it over this one. ### Compatibility - Godot **4.3 to 4.7**, tested on both ends. - **Forward+, Mobile and Compatibility** renderers: desktop, mobile and web. - GDScript and shaders only: no plugin to enable, no C#, no GDExtension. ### Install Copy `addons/psx_look/` into your project. Open `demo/demo.tscn` to try it. ### License [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/): use it in any game, commercial or not, change it and share it, as long as you credit it. The credit line, for your game's credits: `PSX Look Free by heyheythere - https://heyheythere.itch.io/psx-look-free - CC BY 4.0` *Made with AI assistance (code, text, demo art), tested in Godot 4.3 and 4.7 on every renderer.* |
| Category | 3D Tools | 3D Tools |
| License | CC-BY-4.0 | CC-BY-4.0 |
| Repository Provider | GitHub | GitHub |
| Repository Url | https://github.com/Spyridon-Pikoulas/godot-psx-look-free | https://github.com/Spyridon-Pikoulas/godot-psx-look-free |
| Issues Url | https://github.com/Spyridon-Pikoulas/godot-psx-look-free/issues | https://github.com/Spyridon-Pikoulas/godot-psx-look-free/issues |
| Godot version | Godot 4.3 | Godot 4.3 |
| Version String | 1.0.0 | 1.0.0 |
| Download Commit | eaa428efdd0eba6aedc79589ecf1effa7d64a895 | eaa428efdd0eba6aedc79589ecf1effa7d64a895 |
| Download Url (Computed) | https://github.com/Spyridon-Pikoulas/godot-psx-look-free/archive/eaa428efdd0eba6aedc79589ecf1effa7d64a895.zip | https://github.com/Spyridon-Pikoulas/godot-psx-look-free/archive/eaa428efdd0eba6aedc79589ecf1effa7d64a895.zip |
| Icon Url |
https://raw.githubusercontent.com/Spyridon-Pikoulas/godot-psx-look-free/eaa428efdd0eba6aedc79589ecf1effa7d64a895/.assetlib/icon.png
|
https://raw.githubusercontent.com/Spyridon-Pikoulas/godot-psx-look-free/eaa428efdd0eba6aedc79589ecf1effa7d64a895/.assetlib/icon.png
|