Zum Hauptinhalt springen

5 Posts getaggt mit "novinky"

Alle Tags anzeigen

· Eine Minute Lesezeit
Digitální Akademie

Lekce nově zahrnují tvorbu 2D a 3D aplikací v programu Godot. Tyto stránky jsou studijní materiál k video sérii na YouTube. Kurzy v textové podobě najdeš tady. Přidaná podpora pro zvýraznění GDSCSRIPT a GLSL (shadery) kódu pro příklady a zadání úkolů.

Toto je GDSCRIPT
# Toto je GDScript
extends BaseClass

# Member variables

var a = 5
var s = "Hello"
Godot> Toto je GLSL Shader Script
// Toto je GLSL Shader Script
//use visual shader for godot, hint_color changed in G4 to source_color
uniform vec4 flashing_color: source_color = vec4(1.0);
uniform float color_change: hint_range(0.0, 1.0) = 1;

void vertex() {
// Called for every vertex the material is visible on.
}

void fragment() {
vec4 color = texture(TEXTURE, UV);
color.rgb = mix(color.rgb, flashing_color.rgb, color_change);
COLOR = color;
}

· Eine Minute Lesezeit
Digitální Akademie

Heute starten wir die alternativen Sprachversionen (Englisch, Deutsch und Spanisch)! Der Prototyp ist jetzt experimentell online. Die Arbeit an Übersetzungen von Kursen und anderen Inhalten wird gemäß Projektplan fortgesetzt.

Language VersionENDEES
Prototype9/219/219/21
Basic Translation12/2101/2203/22🔀
Minimum Core Course01/2202/2205/22🔀
Full05/22🕔🕔🚸

| 🕔 | Unspecified | 🚸 | Preparing | ✅ | Beta version | ☑️ | Alfa version | 🔀 | WIP

· 2 Minuten Lesezeit
Digitální Akademie

Die ersten Teile der Kurse sind online. Es ist digitales Malen (Krita, 5.0 prealfa), 3D-Modellierung (Blender 3.0 alpha) und Grafikdesign (Inkscape 1.2). Wir bereiten CAD (FreeCAD), digitale Fotografie und Filmbearbeitung vor (Kdenlive, 21.04.1). Illustrationen für den Unterricht sind WIP. Videokurse finden Sie hier.

Project Roadmap

Course PartSoftwareVer.DraftENDEES
Digital PaintingKrita5.009/2111/2101/223/22
Modeling and SculptingBlender3.010/2112/2101/2204/22
GraphicsInkscape1.211/2112/2101/2205/22☑️
TypesettingScribus🕔🚸🔀
PhotographyDarktable🕔🚸🔀
PhotoeditingGIMP🕔🚸🔀
Film EditingKdenlive🕔🚸🔀
AnimationBlender3.0🚸🔀
CADFreeCAD0.2012/2102/2203/225/22☑️

| 🕔 | Nicht spezifiziert | 🚸 | Vorbereitung | ✅ | Beta-Version | ☑️ | Alpha-Version | 🔀 | WIP