Skip to content

Commit 337f491

Browse files
committed
update readme
1 parent 7985349 commit 337f491

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ The current demos include:
9595
- <a href="#cairo-demo">🏜️ cairo-demo: </a>Use cairo for custom drawing inside fltk widgets
9696
- <a href="#glyphmap">📍 glyphmap: </a>Maps glyphs (specifically font icons) to their unicode codepoint.
9797
- <a href="#terminal">📟 terminal: </a>A minimal terminal emulator.
98+
- <a href="#softbuf">🎞️ softbuf: </a>Use the softbuffer crate to draw using native graphics api's.
9899
</div>
99100

100101
---

softbuf/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# softbuf
2+
3+
An example showing how to integrate fltk with the softbuffer crate (for crossplatform drawing using the platform's native graphics api) via the raw-window-handle traits.

0 commit comments

Comments
 (0)