An open API service indexing awesome lists of open source software.

https://github.com/moonbit-community/qpainter.mbt

a QPainter FFI binding.
https://github.com/moonbit-community/qpainter.mbt

moonbit native qt

Last synced: 4 months ago
JSON representation

a QPainter FFI binding.

Awesome Lists containing this project

README

          

# qpainter.mbt (WIP)

a QPainter FFI binding.

https://github.com/user-attachments/assets/7bf54e83-af97-4696-811e-e9e032dcc787

## Support C++ class (partialy method)

### QtCore
* QtCore
* QString
* QColor
* QStringList
* QPointF
* QSizeF
* QRectF

* QtGUI
* QApplication
* QPainter
* QPen
* QBrush
* QFont
* QFontMetricsF

## Entry

* Window::show

* event handler
* paint
* key_press
* key_release
* mouse_double_click
* mouse_press
* mouse_release
* mouse_move