77 lines
No EOL
4.1 KiB
HTML
77 lines
No EOL
4.1 KiB
HTML
<!doctype html>
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>psykon's Cosin24 Page</title>
|
|
<link rel="stylesheet" href="pico.violet.min.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<main class="container">
|
|
<section>
|
|
<h1>Wir bauen uns eine FOSS CGI/VFX Pipeline</h1>
|
|
|
|
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/TxIpBfBlt2w?si=CmAflfRuxe4VvSC3" -->
|
|
<!-- title="YouTube video player" frameborder="0" -->
|
|
<!-- allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" -->
|
|
<!-- referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> -->
|
|
[Video goes here]
|
|
</section>
|
|
<section>
|
|
<h2>Ressources</h2>
|
|
<!-- <a href="direction101_slides.pdf">Download Slides (PDF)</a> -->
|
|
[Slides go here]
|
|
</section>
|
|
<section>
|
|
<h3>Erwähnte Software</h3>
|
|
<a href="https://www.blender.org/">Blender</a> Macht alles.</br>
|
|
<a href="https://krita.org">Krita</a> Zeichnet alles.</br>
|
|
<a href="https://inkscape.org">Inkscape</a> OSS Vektor Designprogramm.</br>
|
|
<a href="https://gimp.org">GIMP</a> Bildmanipulation.</br>
|
|
<a href="https://armorpaint.org/">ArmorPaint</a> 3D Mal- und Texturier-Programm.</br>
|
|
<a href="https://materialmaker.org/">MaterialMaker</a> Prozeduraler Textur- und Materialgenerator.</br>
|
|
<a href="https://www.synfig.org/">Synfig Studio</a> 2D Animationsprogramm.</br>
|
|
<a href="https://www.gafferhq.org/">Gaffer</a> LookDev und Belichtung.</br>
|
|
<a href="https://appleseedhq.net/">appleseed</a> Alternativer Renderer für Blender.</br>
|
|
<a href="https://openmoonray.org/">MoonRay</a> Open Source Renderer von Dreamworks.</br>
|
|
<a href="https://natrongithub.github.io/">Natron</a> Compositing Software, angelehnt an Nuke.</br>
|
|
<a href="https://kdenlive.org/">Kdenlive</a> Videoschnittsoftware.</br>
|
|
<a href="https://www.olivevideoeditor.org/">Olive</a> Videoschnittsoftware.</br>
|
|
</br>
|
|
<a href="https://www.khronos.org/gltf/">glTF</a> Freies 3D-Model Format.</br>
|
|
<a href="https://openusd.org/">USD</a> Austauschformat für 3D Szenen.</br>
|
|
<a href="https://openexr.com/">OpenEXR</a> Austauschformat für 3D Szenen.</br>
|
|
<a href="https://opencolorio.org/">OpenColorIO</a> Farbmanagement zwischen Applikationen.</br>
|
|
</br>
|
|
<a href="https://ffmpeg.org/">FFmpeg</a> Videokonvertierung und Bearbeitung auf der Kommandozeile.</br>
|
|
<a href="https://imagemagick.org">ImageMagick</a> Bildkonvertierung und Bearbeitung auf der Kommandozeile.</br>
|
|
<a href="https://darbyjohnston.github.io/DJV/">DJV</a> Betrachter für Videos und Bildsequenzen.</br>
|
|
<a href="https://beeref.org/">BeeRef</a> Bildbetrachter für Referenzbilder.</br>
|
|
<a href="https://f3d.app/">F3D</a> 3D Model Viewer.</br>
|
|
<a href="https://www.meshlab.net/">MeshLab</a> 3D Modelle modifizieren/bereinigen.</br>
|
|
<a href="https://flamenco.blender.org/">Flamenco</a> Render Manager für Blender.</br>
|
|
<a href="https://www.opencue.io/">OpenCue</a> Open Source Render Management System.</br>
|
|
<a href="https://git-lfs.com/">GIT-LFS</a> Git erweiterung für grosse Dateien.</br>
|
|
<a href="https://git-annex.branchable.com/">GIT-Annex</a> Git erweiterung um Daten ausserhalb eines repositories
|
|
zu speichern.</br>
|
|
<a href="https://cg-wire.com/kitsu">Kitsu</a> Projektverwaltung und Kollaborationsplatform für Film und
|
|
Animationsprojekte.</br>
|
|
|
|
</section>
|
|
<section>
|
|
<h3>Weiterführende Links</h3>
|
|
<a href="https://vfxplatform.com/">VFXReferencePlatform</a> Dokumentation der "VFX Reference Platform" </br>
|
|
<a href="https://www.aswf.io/">ASWF</a> Website der Academy Software Foundation.
|
|
</br>
|
|
<a href="https://www.aswf.io/">ASWF Interactive Landscape</a> Landkarte aller ASWF Projekte.
|
|
</br>
|
|
<a href="https://github.com/cgwire/awesome-cg-vfx-pipeline">Awesome CG / VFX Pipeline</a> Github "awesome" Liste
|
|
mit vielen weiteren Open Source Projekten run um CGI/VFX.
|
|
|
|
</section>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |