shipyard-games / SCNText2D

Rendering text in SceneKit using SDF fonts.
MIT License
14 stars 3 forks source link

SCNText2D

Rendering text in SceneKit using SDF fonts.

Features

Currently this framework uses a pre-generated font texture atlas to render 2D text in SceneKit scene. It creates a SCNGeometry and configures a material for it for rendering. More examples and features coming in the future. Try out the framework with the included test applications for iOS and macOS.

TODO

Installing using Carthage

Add this line to your Cartfile.

github "shipyard-games/SCNText2D" "v0.1.0"

Running the test applications

The project comes with test applications for iOS and macOS. You can simply run them from Xcode.

Example