add a screenshot
It’s not very fancy but shows how the thing looks like. And, it’s under 50 kB.
This commit is contained in:
parent
2bb28c240b
commit
02707dd095
|
|
@ -4,6 +4,8 @@ This example combines Qt6 GUI (C++) with WGPU rendering (Rust). It doesn’t do
|
||||||
|
|
||||||
Currently only X11 (XCB) is supported but it should be easy to extend to other platforms.
|
Currently only X11 (XCB) is supported but it should be easy to extend to other platforms.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
This program is intended as a starting point rather than a dependency, so just copy it.
|
This program is intended as a starting point rather than a dependency, so just copy it.
|
||||||
|
|
|
||||||
1
init.sh
1
init.sh
|
|
@ -56,6 +56,7 @@ git rm -r skel-test
|
||||||
|
|
||||||
# replace the README with a stub
|
# replace the README with a stub
|
||||||
echo "# $name" >| README.md
|
echo "# $name" >| README.md
|
||||||
|
git rm screenshot.png
|
||||||
|
|
||||||
# escape HTML special characters (&, <, and >), but also sed special characters (& again, \, and /)
|
# escape HTML special characters (&, <, and >), but also sed special characters (& again, \, and /)
|
||||||
htmlname=$(echo -n "$name" | sed 's/&/\&/g; s/</\</g; s/>/\>/g; s:[\\/&]:\\&:g')
|
htmlname=$(echo -n "$name" | sed 's/&/\&/g; s/</\</g; s/>/\>/g; s:[\\/&]:\\&:g')
|
||||||
|
|
|
||||||
BIN
screenshot.png
Normal file
BIN
screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Loading…
Reference in New Issue
Block a user