yunser / 3d-text

A simple interface made with three.js and dat.gui that allows the user to create a custom 3D text and edit its colors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create custom 3D text using dat.gui and three.js

The aim of this project is to easily be able to create and export 3D text on the webpage.

alt text

How To Install:

git clone https://github.com/alevalenti44/custom-3d-text.git

npm install http-server -g

http-server

(for more info regarding http-server click here)

Things that will be added in the near future.

• Ability to export into PNG

• Motion controls to control spin and spin velocity of text.

• Possible skybox / Enhanced background choices.

• Improved framerate

About

A simple interface made with three.js and dat.gui that allows the user to create a custom 3D text and edit its colors.

License:MIT License


Languages

Language:JavaScript 98.6%Language:HTML 1.4%