https://github.com/njbrown/texturelab
Free, Cross-Platform, GPU-Accelerated Procedural Texture Generator
https://github.com/njbrown/texturelab
electron electronjs golden-layout pbr procedural-generation substance-designer unity vue
Last synced: about 1 month ago
JSON representation
Free, Cross-Platform, GPU-Accelerated Procedural Texture Generator
- Host: GitHub
- URL: https://github.com/njbrown/texturelab
- Owner: njbrown
- License: other
- Created: 2019-06-26T18:49:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T02:13:37.000Z (9 months ago)
- Last Synced: 2025-04-07T03:19:33.524Z (2 months ago)
- Topics: electron, electronjs, golden-layout, pbr, procedural-generation, substance-designer, unity, vue
- Language: TypeScript
- Homepage:
- Size: 8.14 MB
- Stars: 757
- Watchers: 31
- Forks: 44
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - njbrown/texturelab - Free, Cross-Platform, GPU-Accelerated Procedural Texture Generator (TypeScript)
README
TextureLab
![]()
![]()
![]()
Free, Cross-Platform, GPU-Accelerated Procedural Texture Generator.
DOWNLOAD AT ITCH.IO | JOIN OUR DISCORD SERVER
# NOTE!
Texturelab will soon be converted to a qt project. All issues will be addressed after the conversion is complete.## Building
Building is done with `yarn`. Install it [here](https://classic.yarnpkg.com/en/docs/install) if you havent already.
```
git clone https://github.com/njbrown/texturelab.gitcd texturelab
# if you want to pull down assets (textures and node icons)
git submodule update --inityarn install
yarn electron:serve
```## Feedback
Got ideas, suggestions or feedback? Reach out to me on [twitter](https://twitter.com/njbrown92)
## Built Using
- **[Vue.js](https://vuejs.org)**
- **[THREE.js](https://threejs.org/)**
- **[Golden Layout](https://golden-layout.com/)** via **[vue-golden-layout](https://github.com/emedware/vue-golden-layout)**
- **[Electron](https://electronjs.org)**## Licence
[GPLv3](https://github.com/njbrown/texturelab/blob/master/LICENSE)