diff --git a/Assets/app-demo.png b/Assets/app-demo.png new file mode 100644 index 0000000..7375fdf Binary files /dev/null and b/Assets/app-demo.png differ diff --git a/Assets/app-logo.png b/Assets/app-logo.png new file mode 100644 index 0000000..936b66b Binary files /dev/null and b/Assets/app-logo.png differ diff --git a/README.md b/README.md index 2055390..7af823e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,34 @@ -# 📝 Memola +

+ +

-Memola is an application where you capture your thoughts, concepts, notes and moods. \ No newline at end of file +
+ +**Memola** is an open-source note-taking application that lets you jot down ideas and sketch your visions seamlessly on your iPhone, iPad, and MacBook. + +

+ +

+ +## 🎉 Motivation +Last year, I started reading Metal by Tutorials from Kodeco and was fascinated by GPU programming, particularly the process of building a graphic rendering engine. This led me to develop a note-taking app with a 2D render engine using Metal. There were a lot of challenges throughout, and I initially thought it would be a flop. However, I managed to figure out workarounds to get a functional render engine. I know it is not perfect yet and there are a lot of battles to be won in optimizing render efficiency and adding more writing tools. Regardless, I feel like it is ready to lauch the app and make the code open-source. + +## 👨‍💻 Contributions +**Memola** welcomes all developers to contribute if you have any idea to enhance and open an issue if you encounter any bug. + +## 🙇 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) +- [ios_metal_bezier_renderer](https://github.com/eldade/ios_metal_bezier_renderer) +- [MaLiang](https://github.com/Harley-xk/MaLiang) +- [MetalPaint](https://github.com/rydermackay/MetalPaint) +- [MetalScroller](https://github.com/chunkyguy/MetalScroller) +- [Metal2DScrollable](https://github.com/codelynx/Metal2DScrollable) +- [rbush](https://github.com/mourner/rbush) +- [RTree](https://github.com/imbcmdth/RTree) +- [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