mulle-kybernetik-tv / MulleUI

πŸŒ€ UIKit for mulle-objc - Desktop and Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MulleUI

πŸŒ€ UIKit for mulle-objc - Desktop and Mobile

Work in progress. Needs mulle-objc 0.17.1

See live on stream how it progresses: https://www.twitch.tv/mulle_kybernetik_tv/. Every Wednesday at 14:00-18:00 CEST.

Harfbuzz

Needs ugly hacks for harfbuzz/freetype.

Both seem to have a circular dependency on each other. harfbuzz does not necessarily provide a needed hb-ft.h header. freetype expects <hb.h> in the include root not in <harfbuzz/hb.h> where it resides. It's a complete clusterfuck.

What I do for development is gross:

sudo apt-get install libharfbuzz-dev    # has hb-ft.h
cd /usr/local/include
for i in /usr/include/harfbuzz/*.h
do   
   sudo ln -s "$i"
done

About

πŸŒ€ UIKit for mulle-objc - Desktop and Mobile

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Objective-C 66.3%Language:C 29.8%Language:JavaScript 2.0%Language:Shell 1.1%Language:C++ 0.5%Language:CMake 0.3%Language:Makefile 0.0%