We are a group of software developers who develop software for the popular animation software, @wrapper-offline and FlashThemes.
We're known for the following software:
- GoExport (Download, exporter for Wrapper Offline and FlashThemes)
- GoExport Outro Maker (Download, generate outros for GoExport)
- GoSubtitle (Download, generate SRT files from Wrapper Offline videos)
We're also known for additional things:
- GoExport Chrome Extension (Add "Export" button on FlashThemes)
- GoExport Wrapper Offline Mod (Add "Export" button on Wrapper Offline)
When contributing to any of our software, you can contribute by simply forking a repository that we own, which will give you a copy of our repository, and then make your edits to your fork, and then you can submit your edits via a Pull Request, write your title and description, and click submit. We will then review your code.
When contributing to our repositories please follow the etiquette:
- Put effort into documenting your changes, code, and comments; this will not only encreese your chances of your code being merged, but it will also help us better understand your changes.
- Test your code before contributing to ensure nothing was broken in the process - even if you edited only a specific class, that class could have been integral to the functionality of the application, and it could break it in the process.
- When contributing prioritize code quality, for example, "DRY" - "Don't Repeat Yourself" - do your research!
We understand writing code is hard, but we also understand vibe coding could be seen as the "Easy way to code" - please, when using AI, use discretion. Please don't just submit nothing but untested AI code, when using AI, test everything vigorously, even on every supported platforms - just because it works on Windows, doesn't necessarily mean it works on Linux.