From a51f9ae83c1d3feb97e54de00b15945088ad5620 Mon Sep 17 00:00:00 2001 From: dscyrescotti Date: Thu, 28 Nov 2024 15:21:13 +0700 Subject: [PATCH] docs: add motivation --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b4b1592..38f3191 100644 --- a/README.md +++ b/README.md @@ -5,25 +5,28 @@
- + - +

-**Memola** is an open-source note-taking application, fully built using the Metal framework, allowing you to seamlessly jot down ideas and sketch your visions across iOS, iPadOS, and macOS. +Memola is an open-source note-taking application, fully built using the Metal framework, allowing you to seamlessly jot down ideas and sketch your visions across iOS, iPadOS, and macOS.

-## 👨‍💻 Contributions +## Motivation +Metal is a fascinating framework where we can leverage the optimal power of GPUs through compute shaders and rendering shaders to build advanced applications powered by GPUs. This raised multiple questions like "How is the render pipeline constructed?" and "How are renders generated?", which led to an adventurous journey of crafting a 2D render engine. That's how this project, Memola, started to dive into the world of GPU programming. + +## Contributing **Memola** welcomes all developers to contribute if you have any idea to enhance and open an issue if you encounter any bug. -## 🙇 Credits +## Credits - [BezierKit](https://github.com/hfutrell/BezierKit) - [FastDraw](https://github.com/collinzrj/FastDraw) - [hand-drawing-swift-metal](https://github.com/owengombas/hand-drawing-swift-metal) @@ -37,5 +40,5 @@ - [Sketch](https://github.com/daihase/Sketch) - [THST](https://github.com/tuxalin/THST) -## © License -**Memola** is available under the MIT license. See the [LICENSE](/LICENSE) file for more info. \ No newline at end of file +## License +Memola is available under the MIT license. See the [LICENSE](/LICENSE) file for more info. \ No newline at end of file