Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jackzmc/craftymc
Open source alternative to curseforge, supporting modrinth
https://github.com/Jackzmc/craftymc
minecraft minecraft-forge modrinth rust tauri-app vue vue3
Last synced: 6 days ago
JSON representation
Open source alternative to curseforge, supporting modrinth
- Host: GitHub
- URL: https://github.com/Jackzmc/craftymc
- Owner: Jackzmc
- License: gpl-3.0
- Created: 2022-05-16T13:36:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T19:35:49.000Z (about 2 years ago)
- Last Synced: 2024-08-02T11:16:29.195Z (3 months ago)
- Topics: minecraft, minecraft-forge, modrinth, rust, tauri-app, vue, vue3
- Language: Rust
- Homepage:
- Size: 1.45 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Jackzmc/craftymc - Yet another cross-platform launcher with a familiar launcher design (Launchers)
README
# CraftyMc
An open source alternative to curseforge, supporting modrinth for all your modpack consumption and creation needs.In alpha stages. Heavily inspired by curseforge for ui purposes, for now.
Supports creating custom modpacks, importing and exporting modrinth modpacks
## Update
A lot of stuff broke right when I released it, don't have the motivation anymore to work on this
## Technology
* [Tauri (Edge Webview)](https://tauri.studio/)
- Rust
- Vue3 & TS## Preview
![app_1653166952](https://user-images.githubusercontent.com/4030546/169668926-1c878b8b-a49b-40f0-8b24-d6d48a85d473.gif)
* Preview is outdated and is from v0.2.0-alpha or earlier### Current Roadmap
See the [project page](https://github.com/Jackzmc/craftymc/projects/1) for up to date progress.
- Full Linux support
- Download mods on import (from normal zip)
- Fabric Support
- Mod Update Checking & Installing
- UI Improvements
- Code Cleanup
- Full Testing#### Development
* `yarn` or `npm i` to install UI dependencies,
* `yarn serve` or `npm run serve` to run the web server for port 8080
* `yarn tauri dev` or `npm run dev` to run the application (requires web server to be running)