• HTML/JavaScript के बजाय सिर्फ Go code से UI लिखने वाला cross-platform GUI framework
  • उसी codebase से macOS, Windows, Linux पर एक जैसी दिखावट वाले programs बनाता है
    • development backend iOS/Android (utility-type apps) तक को target करता है
    • Linux पर shared library dependencies के बिना self-contained GUI programs बनाए जा सकते हैं
  • वास्तविक अर्थ में immediate mode API, इसलिए widget state को सीधे maintain करने या data के साथ sync करने की जरूरत नहीं
  • native executable के रूप में compile होता है, और सामान्य binary size लगभग 10MB है
  • अलग boilerplate के बिना तुरंत इस्तेमाल किया जा सकने वाला पूरा framework (सिर्फ simple layout engine नहीं)
  • international text का पूरा support: complex character shaping, bidirectional layout, system font access, और East Asian languages के लिए IME support
  • flexible layout/styling के साथ standard widgets तक सीमित नहीं, custom widgets बनाए जा सकते हैं
    • basic controls process और paint को अलग रखते हैं, जिससे hit-testing को फिर से implement किए बिना button/toggle/text field/scrollbar की skin बदली जा सकती है
  • इंसानों और AI agents दोनों के लिए सीखने में आसान API पर केंद्रित

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.