Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gree/unity-bitmapfontrenderer


https://github.com/gree/unity-bitmapfontrenderer

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### Introduction

unity-bitmapfontrenderer is similar to Unity's TextMesh implementation, which displays text strings in the game scene. Both use a single bitmap texture, which includes the glyphs of every single character, and a mesh, which is dynamically generated by the renderer. The advantage of unity-bitmapfontrenderer is that it is *open-source*.

### How to use

(TBW)

### Document

(TBW)

### Sample Project

$ open sample/Assets/Sample.unity
$ open dist/unity-bitmapfontrenderer.unitypackage
Import all files