mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
19 lines
710 B
Markdown
19 lines
710 B
Markdown
# StickExporterTX
|
|
|
|
A 3D Sticks Exporter for EdgeTX/OpenTX logs.
|
|
|
|
## Setup:
|
|
- Download [Blender (Portable)](https://www.blender.org/download) and unpack it with the name `blender` in the folder `<Project folder>/assets`.
|
|
- Start a console in the project folder and execute the command `npm install` to install the necessary packages.
|
|
|
|
## Test:
|
|
To test the program, execute the command `npm start` in the project folder.
|
|
|
|
## Build:
|
|
### Windows:
|
|
To build the program, execute the command `npm run build` in the project folder.
|
|
The finished installer should be inside `<Project Folder>/dist`.
|
|
|
|
## Licence:
|
|
This project is released under the MIT license, for more information, check the [LICENSE](LICENSE.md) file.
|