tony-pizza/Stereogram.js

Text

Opened this issue · 4 comments

Add text support! Most Magic Eye generators on the internet allow text input, and since this is the best one, why not add text support?

Hey @colt05, are you seeking support in the library or just in the hosted demo generator?

... Because text support already exists in the code! It's just not featured in the demo at http://peeinears.github.io/MagicEye.js/. The TextDepthMapper takes a piece of text and then centers it, sizes it to fit, and generates a depth map that you can use to render a Magic Eye.

Check out this example.

Oh cool. Yeah, I meant the hosted demo generator.

@colt05, I just put a text demo together. Check it out here: http://peeinears.github.io/MagicEye.js/text-to-magiceye.html

thanks!!!