Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef committed Jul 27, 2024
1 parent 7985349 commit 337f491
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ The current demos include:
- <a href="#cairo-demo">🏜️ cairo-demo: </a>Use cairo for custom drawing inside fltk widgets
- <a href="#glyphmap">📍 glyphmap: </a>Maps glyphs (specifically font icons) to their unicode codepoint.
- <a href="#terminal">📟 terminal: </a>A minimal terminal emulator.
- <a href="#softbuf">🎞️ softbuf: </a>Use the softbuffer crate to draw using native graphics api's.
</div>

---
Expand Down
3 changes: 3 additions & 0 deletions softbuf/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# softbuf

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 comments on commit 337f491

Please sign in to comment.