TexGraph v0.1.1 Update
New version of TexGraph v0.1.1 Beta is now available to download. I will publish a list of upcoming features currently in progress for TexGraph and future plans for the tool
Change Log v0.1.1
New features
- Added Console Log
- Added Perlin Noise Node
- Added Circle Node
- Added Tiling Node
- Added Max Node
- “Set node as output” is now part of the Undo/Redo stack.
- 3D Viewport improvement: Mesh can now be moved with Shift + Left Click.
- Added configuration file to let users customize app parameters.
- Added compute & viewport shaders hot load, you can now edit and test shaders without restarting the app, but be sure to enable it in the configuration.
- Implemented Chopped compute shader execution to seamlessly support big resolutions (2k & 4k) without blocking the app or crashing for GPU usage.
- Added nodes Processing bar.
- Ambient occlusion output texture is now used multiplying the final color.
- Height output texture is now used for relief mapping.
- New Example: Barcelona Tiles
- New Example: Orange/Grey Checker
Bug fixing
- Fixed undesired behaviour while undoing changes in a loaded graph file.
- Fixed wrong implementation in Blur node for different texture resolutions.
- Fixed important memory leak in render pipeline.
- Fixed Save flow bug.
- Fixed crash after deleting a node with connections and closing the graph.
- Fixed an issue with mesh Y positions and directions, still under review.
- Fixed nodes display name.
- Fixed minor memory leak in mesh loading.
Internal
- Improved error tracking with custom assert functionality with built-in break point
- Improved memory profiler to track memory leaks and optimizable allocations, both for CPU and GPU.
- Refactor of smart pointers implementation.
- Improvements and bug fixing in messaging system.
- Added Raw Pool and Object Pool implementation to optimize memory allocations (see the code here https://gist.github.com/galloscript/23fc3a2c6b1da4cd19cb69a34e1e0a20)
- GPU Commands instancing moved to Raw Pools.
- Unique Ids data instancing moved to a Object Pool.
- Added custom vector, map and list implementations (replacing std::*)
Files
Get TexGraph
TexGraph
Procedural Texture Creation Tool
Status | In development |
Category | Tool |
Author | David Gallardo |
Tags | adobe, authoring, creation, designer, graphics, photoshop, Procedural Generation, substance, texture, tool |
More posts
- TexGraph 0.4.1Aug 25, 2022
- TexGraph 0.4.0 Performance UpdateDec 07, 2019
- TexGraph 0.3.5 UpdateNov 18, 2019
- TexGraph 0.3.2 UpdateAug 03, 2019
- TexGraph 0.3.1 Bug Fixing versionJul 10, 2019
- TexGraph 0.3.0 Beta AvailableJun 30, 2019
- TexGraph 0.2.5 Beta AvailableMay 02, 2019
- TexGraph v0.2.1 UpdateApr 07, 2019
Leave a comment
Log in with itch.io to leave a comment.