Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T02:13:37.000Z (2 months ago)
- Last Synced: 2024-11-29T12:16:30.467Z (14 days ago)
- Topics: electron, electronjs, golden-layout, pbr, procedural-generation, substance-designer, unity, vue
- Language: TypeScript
- Homepage:
- Size: 8.14 MB
- Stars: 741
- Watchers: 32
- Forks: 45
- 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![Screenshot](https://user-images.githubusercontent.com/1708550/123368911-4ceb9f00-d542-11eb-87b5-b0fc3ea3cc3d.png)
# 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)