We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f398d11 commit f76271eCopy full SHA for f76271e
README.md
@@ -72,13 +72,20 @@ Build the library and demo program.
72
$ make
73
```
74
75
-Run sample `Mado` program:
+`Mado` supports SDL or Linux framebuffer as backends.
76
+
77
+Run sample `Mado` program with SDL backend:
78
```shell
79
$ ./demo-sdl
80
81
82
Once the window appears, you should be able to move the windows and interact with the widgets.
83
84
+Run sample `Mado` program with Linux framebuffer backend:
85
+```shell
86
+$ sudo FRAMEBUFFER=/dev/fb0 ./demo-fbdev
87
+```
88
89
## License
90
91
`Mado` is available under a MIT-style license, permitting liberal commercial use.
0 commit comments