pman
pman copied to clipboard
A Python package to help bootstrap and manage Panda3D applications
**Edit: I am currently reworking this as I have realized this relies on a dist-info present in the working directory, which is not the wanted behaviour at all !** This...
A quick grep through the source code shows that creating a gitignore automatically is possible, but I can't find anywhere in the documentation explaining how to do this. I think...
When deleting (or moving, renaming) an asset, the built file remains in the built assets directory. This takes up extra space, but also hides errors when I forget to change...
We can create Panda3D txo files for textures using Texture.write('name.txo'). We should add an option to convert textures to txo and to compress textures. Panda3D's texture class will automatically pick...
`pman run` should allow for arguments to be passed to the application, e.g.: `pman run -- app_arg` invokes `main.py app_arg`
It should include information on running the project (`pman run`). Doing this in MarkDown is probably fine.
Also need to default to appending '.bam' instead of replacing the extension