-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macrop-miru正在积极开发中 macrop-miru is Under Active Development #313
Comments
Maybe you can merge ios support and android improvised ui you can take from https://github.com/Tokyonth/mobru-app If you are able to do this much it will be one hell of a application for otakus 😁 And one major notable issue is memory leak so take that into consideration. |
thanks, I will see it |
我可以提个意见,如果修改可以将漫画模式下的条漫直接修改为往下直接下一章,而不是需要点击下一个,可以参考tachiyomi的条漫模式,我会flutter但是我不知道怎么实现,并且没有参加过开源项目,不知道该如何去修改代码,所以我只能提出我的想法, 如果您有时间可以告知我该如何修改开源项目 |
可以考虑先把项目clone下来,然后阅读一下源码,搞懂这部分的实现,再修改。这个修改应该挺简单的,可以作为good first issue |
有可以联系到您的方式吗,我可能有一些很基础的g开源开发问题不理解,需要请教您 |
可以看个人主页的mail |
我看到你的地址是中国,所以可以直接加微信,因为我也在国内 |
汗流浃背了w(゚Д゚)w我其实是社恐啊啊啊 |
前因后果 Background and Context
内容平台app现状 Current State of Content Platform Apps
市面上的很多
二次元内容平台如Kotatsu,mihon,aniyomi,MangaReader,jellyfin等都是非常优秀的app。但是它们存在一些问题,比如:因此,我就希望从头开始写一个all in one的app,能够在一个软件中满足用户看番以及看漫画的需求
自己写是一个非常折磨的事情,需要自己写UI,还需要写插件系统,用于获取漫画资源(mihon的插件非常的好,但是由于是kt编写的,完全没有办法跨平台的复用)
直到我发现了miru
Many content platform apps like Kotatsu, mihon, aniyomi, MangaReader, and jellyfin are excellent applications. However, they have some limitations:
This led me to want to create an all-in-one app that could satisfy both anime and manga needs in one solution.
Building from scratch would be challenging, requiring UI development and a plugin system for manga resources (mihon's plugins are excellent but being Kotlin-based, they can't be used cross-platform).
Then I discovered miru.
miru
miru真的是一个非常优秀的app,满足了我对看番,漫画集成平台的一切想象——既有漫画,还有番剧,甚至还可以看小说。miru解决了我提出的问题中的前三条,唯一的不足就是没有办法下载资源或者观看用户导入的资源。因此我就打算在miru的基础上进行改进,以实现一些额外的功能。
miru is an exceptional app that fulfilled all my expectations for an integrated anime and manga platform - supporting manga, anime, and even novels. It addresses the first three issues I mentioned, with the only limitation being the lack of download capabilities and user-imported resource viewing. This inspired me to improve upon miru's foundation to implement additional features.
mancrop-miru
mancrop-miru,是一个在miru的基础上,进行二次开发的程序。它使用AGPL协议开源,以符合miru的开源协议。目前,它的工作才刚刚开始,可能需要一个比较长时间的开发(作者好忙┭┮﹏┭┮)。我计划为它实现几个相比于miru的改进:
mancrop-miru is a fork of miru, developed under the AGPL license to comply with miru's open source license. Development has just begun and may take considerable time. I plan several improvements over miru:
Rich text reader support: Adding image support to the novel reader
目前的实现进度
基本等于0。才刚学会flutter的基本使用不久
不过也有一些成果:
We're essentially at square one, having just learned basic Flutter usage.
However, we've made some progress:
这是目前微小的一些修改,希望未来能够做更多的事情
这是我们的开发仓库mancrop-miru,同时,我们也有一个同步的影子仓库,
miru。影子仓库是miru的一个fork,方便未来能够将新功能合入miru。
欢迎各位为仓库贡献代码!
These are small initial changes, with hopes for more substantial improvements ahead.
Our development repository is mancrop-miru, with a shadow repository miru forked from the original miru to facilitate future feature merging.
Code contributions are welcome!
Acknowledgements
The text was updated successfully, but these errors were encountered: