Skip to content

FatBoy721/TomoTexture-macOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TomoTexture for macOS

macOS build of TomoTexture, made with permission from the original project.

Download

Get the latest DMG from Releases.

Open the DMG, then drag TomoTexture into Applications.

First Launch

Because this app is not Apple-notarized, right-click TomoTexture.app and choose Open the first time.

If macOS says the app is damaged, run:

xattr -dr com.apple.quarantine /Applications/TomoTexture.app

Run From Source

git clone https://github.com/FatBoy721/TomoTexture-macOS.git
cd TomoTexture-macOS
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 app.py

Notes

  • Always back up your save before editing.
  • v1.0.1 improves game texture color handling and preview color matching.

About

Native macOS port of TomoTexture — save canvas editor for Tomodachi Life

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 93.4%
  • Shell 6.6%