utilsac icon indicating copy to clipboard operation
utilsac copied to clipboard

(typeCast) make a GUI I want to have X from Z

Open GrosSacASac opened this issue 5 years ago • 3 comments

To solve this issue at least those sub-tasks have to be done

  • Add all missing typecasting in typeCast.js (eg. stringFromArray, mapFromObject, setFromArray, etc)
  • Design the look of what the GUI could look like
  • Implement the GUI

GrosSacASac avatar Oct 14 '19 15:10 GrosSacASac

I just created a PR that addresses the first bullet point. Are there any more typeCast.js functions that are desired.

What is the intent of this GUI? I am confused about that part of the issue. Is this some sort of webpage that uses these functions?

natehole avatar Oct 28 '19 02:10 natehole

Thanks, I still need to figure out what I want, I am in the middle of another project now I will come back later. My idea was to have a GUI where you do

I want [select type] from [select type]

on the left

and the implementation and/or import code is displayed on the right

GrosSacASac avatar Oct 28 '19 08:10 GrosSacASac

  • arrayFromTypedArray
  • stringFromTypedArray
  • blobFromArrayBuffer,
  • blobFromTypedArray,
  • blobFromString

GrosSacASac avatar Dec 12 '19 15:12 GrosSacASac