https://github.com/name-hw/meshcreator
This repository contains the source code of MeshCreator Plugin.
https://github.com/name-hw/meshcreator
mesh roblox roblox-plugin roblox-studio roblox-studio-plugin
Last synced: over 1 year ago
JSON representation
This repository contains the source code of MeshCreator Plugin.
- Host: GitHub
- URL: https://github.com/name-hw/meshcreator
- Owner: Name-hw
- License: mit
- Created: 2024-01-19T09:55:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-21T13:42:35.000Z (over 1 year ago)
- Last Synced: 2025-02-21T14:34:08.137Z (over 1 year ago)
- Topics: mesh, roblox, roblox-plugin, roblox-studio, roblox-studio-plugin
- Language: Lua
- Homepage: https://name-hw.github.io/MeshCreator/
- Size: 859 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MeshCreator
This repository contains the source code of MeshCreator Plugin.
---
- Plugin link: https://create.roblox.com/marketplace/asset/15946275922/MeshCreator
- DevForum(with tutorial): https://devforum.roblox.com/t/meshcreator-edit-meshes-easily-with-free-plugin/2788604
## How to Contribute
1. Documentation Improvement: Help improve the project documentation to make it easier for users to understand and use the project.
2. Bug Fixes or New Feature Addition: Find and resolve issues or propose new features.
When forking the repository to make changes, follow these steps:
1. Find or submit an issue.
2. Fork the repository and make your changes.
3. Download the latest release's rbxm file and put it into ServerStorage.
4. Save the modified file (MeshCreatorPlugin) from Roblox Studio as an rbxm file, and submit it along with your Pull Request.
5. Submit your Pull Request when you're done.
## Credits
- [Zlib128](https://github.com/jiwonz/zlib128.luau)
- [RbxGuiLibrary](https://devforum.roblox.com/t/gui-components-library/719287)
- [Triangle3D](https://devforum.roblox.com/t/3d-triangle-from-3-points-tutorial/1251867)
---
Visit [documentation](https://name-hw.github.io/MeshCreator/)