React-360: Building Fontue tool to generate font set for ReactVR - path_utils.h missing

Created on 7 May 2017  路  6Comments  路  Source: facebookarchive/react-360

From the React VR Docs: https://facebook.github.io/react-vr/docs/fonts.html

It is also possible to generate your own font set textures using the fontue tool in the Oculus Mobile SDK. The tool has a dependency on FreeType, and can be found in the Oculus Mobile SDK Tools/fontue directory, along with a readme.txt describing its operation.

When trying to build the fontue tool in Visual Studio we're getting an error on this include:

include "../common/path_utils.h"

I can't find the path_utils.h in the Oculus Mobile SDK anywhere. Is it supposed to be included somewhere in the package or am i missing something else?

This question was also posted to stackoverflow:
https://stackoverflow.com/questions/43783005/building-fontue-tool-to-generate-font-set-for-reactvr-path-utils-h-missing

All 6 comments

I've ported fontue to a standalone tool outside of Mobile SDK and compilable on Mac. Please bear with me to see if I can release in some form.

That would be great!

Looks like I have the necessary boxes ticked so expect progress :)

Great! Looking forward to test it

I also had the same problem. I want to generate custom font set, but it seems can't do that by now.
And I use Hiero to generate SDF font , it can used in a-frame but can't used in react-vr.

Mike shipped this tool, it can be found at https://github.com/facebook/react-vr/tree/master/tools/fontue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lazerwalker picture lazerwalker  路  3Comments

meta-meta picture meta-meta  路  3Comments

copypasteearth picture copypasteearth  路  3Comments

moroneyk picture moroneyk  路  3Comments

stu60610 picture stu60610  路  4Comments