An open API service indexing awesome lists of open source software.

https://github.com/foxglove/three-text

Render text in Three.js using Signed Distance Fields
https://github.com/foxglove/three-text

signed-distance-field text-rendering threejs

Last synced: about 1 year ago
JSON representation

Render text in Three.js using Signed Distance Fields

Awesome Lists containing this project

README

          

# @foxglove/three-text

Render text in 3D using Signed Distance Fields

[![npm version](https://img.shields.io/npm/v/@foxglove/three-text.svg)](https://www.npmjs.com/package/@foxglove/three-text)

![demo of three-text](https://user-images.githubusercontent.com/14237/185552879-3301a9d0-d749-4b48-8fcd-ddfd8d0871f3.gif)

## Usage examples

View live example [in Storybook](https://main--62ff21ad11a55228f80a9365.chromatic.com/?path=/story/labelpool--basic). View example usage at [LabelPool.stories.tsx](./src/LabelPool.stories.tsx).

To run Storybook locally, run `yarn storybook`.