http://urho3d.prophpbb.com/topic1512.html
Details:
-window build, not tested on other platforms
-mouse/key input, no touch
-the turbobadger library is included as Thirdparty/TurboBadger and builds with Urho3D.lib, however, since there’s no dependency or modification to Urho3D source, this folder can be moved to Tools build folder and wouldn’t be an issue.
-the demo is fully functional. all previous issues are fixed.
File list:
-Source/Thirdparty/TurboBadger - turbobadger lib files
-Source/Samples/54_TurboBadger - source code that runs turbobadger
-bin/Data/TB - data, including demo data
Issues:
-none
Configuration:
-turbobadger font types: TBBF(default), FreeType, and STB. The TBBF font was the default for the demo, but this can be easily changed in tb_config.h. I’ve not tested other fonts.
What’s next?
- not sure what to do with this, but I thought someone else might be interested in this type of stuff.
edit1: updated issues, corrected source paths
edit final: all issues fixed.
edit: added a link to my merge with the Urho3D-master.