8000 GitHub - wizofe/allzpark: Package-based application launcher for VFX and games production
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wizofe/allzpark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allzpark

Build Status

Application launcher and environment management tool for games and digital post-production, built on Rez.


Usage

In early development. Stay tuned for a release.

Press the Watch icon top-right for notifications.

image

ALLZPARK_1


Rez Integration

For production, Allzpark should be deployed as a Rez package, so as to facilitate running independent versions across multiple projects. Deploy Allzpark as a Rez package with rez-pipz.

git clone https://github.com/mottosso/allzpark.git
cd allzpark
rez env pipz -- install . --prefix /path/to/packages

Development

To make changes and/or contribute to Allzpark, here's how to run it from its Git repository.

git clone https://github.com/mottosso/allzpark.git
cd allzpark
python -m allzpark

From here, Python picks up the allzpark package from the current working directory, and everything is set to go. For use with Rez, try this.

# powershell
git clone https://github.com/mottosso/allzpark.git
cd allzpark
. env.ps1
> python -m allzpark

This will ensure a reproducible environment via Rez packages.

Versioning

You typically won't have to manually increment the version of this project.

Major and minor versions are incremented for breaking and new changes respectively, the patch version however is special. It is incremented automatically in correspondance with the current commit number. E.g. commit number 200 yields a patch number of 200. See allzpark/version.py for details.

To see the patch version as you develop, ensure git is available on PATH, as it is used to detect the commit number at launch. Once built and distributed to PyPI, this number is then embedded into the resulting package. See setup.py for details.


Resources

The current icon set is from Haiku.


More Gifs

"launchapp2" was the internal working title during development at Studio Anima

ALLZPARK_2 ALLZPARK_3 ALLZPARK_4 ALLZPARK_8

About

Package-based application launcher for VFX and games production

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.2%
  • CSS 2.6%
  • PowerShell 0.2%
0