If you're a programmer who needs UI/object texture assets but doesn't want to use a graphics program, here's an alternative solution using p5.js and code

This page summarizes the projects mentioned and recommended in the original post on /r/Unity3D

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • processing

    Source code for the Processing Core and Development Environment (PDE)

  • p5.js is actually an implementation of the Processing language which is specifically built for rapid prototyping of visual applications. What makes p5.js nice is that it runs right in the browser, which means there's not really any extra software needed to get started with it. Additionally, they also have a web-accessible editor/sketchbook right on their website which makes it even easier to get into it.

  • p5.js

    p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —

  • Describing the technique is actually very simple: utilize the p5.js javascript library to generate your images via coding in javascript. P5 outputs the image into a HTML element, which just so happens to support saving as a plain image (PNG, with or without transparency)!

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • p5.js-web-editor

    The p5.js Editor is a website for creating p5.js sketches, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else! You can create, share, or remix p5.js sketches without needing to download or configure anything.

  • p5.js is actually an implementation of the Processing language which is specifically built for rapid prototyping of visual applications. What makes p5.js nice is that it runs right in the browser, which means there's not really any extra software needed to get started with it. Additionally, they also have a web-accessible editor/sketchbook right on their website which makes it even easier to get into it.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts