From 74ec0005cb0762326e216b0ad1f61eb7bf746f45 Mon Sep 17 00:00:00 2001 From: Levent Kaya Date: Wed, 27 Nov 2024 01:38:33 +0300 Subject: [docs] acknowledgements update --- README.md | 1 + TODO.md | 2 +- acknowledgements.md | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 acknowledgements.md diff --git a/README.md b/README.md index 9522156..3a24313 100644 --- a/README.md +++ b/README.md @@ -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. --- diff --git a/TODO.md b/TODO.md index e37d5ec..8d75c10 100644 --- a/TODO.md +++ b/TODO.md @@ -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 -- cgit v1.2.3