Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
/ Heidelberg Public archive

Display an elliptical Galaxy in Blender using a custom Star density function.

Notifications You must be signed in to change notification settings

HanEmile/Heidelberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heidelberg

Display a Galaxy in Blender using a custom Star density function.

Generate data with:
cd clean/
python3 gen.py
Multiple PCs:
cd clean/
./submit_stars.sh <host> <host> <host> ...
View Data in 3D:
cd clean/
blender startup.blend --python mesh.py

Workflow:

  • on local:
    • modify gen.py
    • $ git add gen.py
    • $ git commit -m "..."
    • $ git push
  • on cosmo5:
    • $ git pull
    • $ ./submit_stars.sh freie_rechner.dat
  • (optional) on remote:
    • $ top
  • on local:
    • $ ./get_results.sh <name><x>
    • modify mesh.py to use the name x data
    • $ blender startup.blend --python mesh.py

Workflow (kang):

  • on local:
    • modify gen.py
    • $ git add gen.py
    • $ git commit -m "..."
    • $ git push
  • on cosmo5:
    • $ git pull
    • $ ./submit_stars_12core.sh kang
  • (optional) on kang:
    • $ top
  • on local:
    • $ ./get_results_kang.sh kang<x>
    • modify mesh.py to use the kang data
    • $ blender startup.blend --python mesh.py

process

Blender, Python, more...

THE END

About

Display an elliptical Galaxy in Blender using a custom Star density function.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published