-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from dscyrescotti/feature/build
Release v1.0.0
- Loading branch information
Showing
7 changed files
with
75 additions
and
15 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict/> | ||
<dict> | ||
<key>com.apple.security.app-sandbox</key> | ||
<true/> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,34 @@ | ||
# 📝 Memola | ||
<p align="center"> | ||
<img width="30%" src="Assets/app-logo.png"> | ||
</p> | ||
|
||
Memola is an application where you capture your thoughts, concepts, notes and moods. | ||
<hr/> | ||
|
||
**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. | ||
|
||
<p align="center"> | ||
<img width="100%" src="Assets/app-demo.png"> | ||
</p> | ||
|
||
## 🎉 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. |