Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wyvern800/tl-ui-visualizer
With this you can visualize your .azj files trough web (experimental and buggy)
https://github.com/wyvern800/tl-ui-visualizer
Last synced: 14 days ago
JSON representation
With this you can visualize your .azj files trough web (experimental and buggy)
- Host: GitHub
- URL: https://github.com/wyvern800/tl-ui-visualizer
- Owner: wyvern800
- License: mit
- Created: 2024-10-27T23:11:44.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T23:18:49.000Z (2 months ago)
- Last Synced: 2024-10-28T03:20:12.070Z (2 months ago)
- Language: HTML
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tl-ui-visualizer
This is an experimental project where you can visualize your Throne and Liberty custom UI placements file (.azj) in web, have in mind
that the positioning is a bit faulty and not reflecting perfectly, but you can have a small brief about how it will be ingame before importing.![test project](/assets/ui.png)
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Installation
Instructions on how to install and set up the project.
```bash
# Clone the repository
git clone https://github.com/yourusername/yourproject.git# Navigate to the project directory
cd yourprojectRun live server and test
## Usage
How to use the project after installation.
```bash
# Run the project
npm start
```## Contributing
Guidelines for contributing to the project.
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Make your changes.
4. Commit your changes (`git commit -m 'Add some feature'`).
5. Push to the branch (`git push origin feature-branch`).
6. Open a pull request.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.