diff options
| author | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 01:38:33 +0300 |
|---|---|---|
| committer | Levent Kaya <levent.kaya@codefirst.io> | 2024-11-27 01:38:33 +0300 |
| commit | 74ec0005cb0762326e216b0ad1f61eb7bf746f45 (patch) | |
| tree | 4d28e936e62c514fafb0ab94d0b57c9a98614116 | |
| parent | c7b78ebc52e789f0c4d21e3351169871c2b4143f (diff) | |
[docs] acknowledgements update
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | TODO.md | 2 | ||||
| -rw-r--r-- | acknowledgements.md | 5 |
3 files changed, 7 insertions, 1 deletions
@@ -181,6 +181,7 @@ Contributions are welcome! If you’d like to improve `fbgl`, add features, or f - Inspired by the simplicity of low-level graphics programming. - Thanks to the Linux community for making framebuffer programming accessible! +- See the [acknowledgements](./acknowledgements.md) for more details. --- @@ -5,7 +5,7 @@ - [ ] Implement basic shapes: - [x] Draw lines. - [x] Draw rectangles. - - [ ] Draw circles. + - [x] Draw circles. - [ ] Draw ellipses. - [ ] Draw polygons. - [x] Support filled versions of shapes. diff --git a/acknowledgements.md b/acknowledgements.md new file mode 100644 index 0000000..a5f48a8 --- /dev/null +++ b/acknowledgements.md @@ -0,0 +1,5 @@ +# Acknowledgements + +This document is created for archive and gramercy purposes. Stores the resources that we use while developing fbgl. + +- Keyboard Handling in Raw Mode, blog post, [Kilo Text Editor](https://viewsourcecode.org/snaptoken/kilo/02.enteringRawMode.html)
\ No newline at end of file |
