Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nekiro/nekiro-rcc-editor
Electron qt .rcc file editor written using typescript and react
https://github.com/nekiro/nekiro-rcc-editor
editor electron javascript nodejs opentibia ots qt qt5 rcc react typescript
Last synced: about 2 months ago
JSON representation
Electron qt .rcc file editor written using typescript and react
- Host: GitHub
- URL: https://github.com/nekiro/nekiro-rcc-editor
- Owner: nekiro
- Created: 2022-01-08T17:12:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T20:51:48.000Z (6 months ago)
- Last Synced: 2024-07-23T00:37:22.786Z (6 months ago)
- Topics: editor, electron, javascript, nodejs, opentibia, ots, qt, qt5, rcc, react, typescript
- Language: TypeScript
- Homepage:
- Size: 2.61 MB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nekiro's Rcc Editor
Nekiro's Rcc Editor is easy to use tool that allows to replace and export assets in compiled qt resource files .rcc.
## Stack
[![Skills](https://go-skill-icons.vercel.app/api/icons?i=ts,nodejs,react,css,electron&theme=light&perline=5)](https://github.com/nekiro)
## Features
- Load rcc
- Compile rcc
- Replace resources
- Extract assets## Usage
Get latest installer in releases section.
## Installation
Nekiro's Rcc Editor requires [Node.js](https://nodejs.org/) to run.
Install the dependencies and start.```sh
cd nekiro-rcc-editor
npm i
npm run start
```## Compilation
Follow above instructions, but instead of **start** write **build**, build files are written to /out directory
```sh
npm run make
```## Donate
If you like my work and respect my time, consider becoming [Github Sponsor](https://github.com/sponsors/nekiro).
### Credits
- [rccextended](https://github.com/zedxxx/rccextended) for awesome QT rcc lib