Skip to main content

5 posts tagged with "novinky"

View All Tags

· One min read
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;
}

· One min read
Digitální Akademie

Today we launch the alternative language versions (English, German and Spanish)! The prototype is now online experimentally. Work on translations of courses and other content continues according to the project plan.

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 min read
Digitální Akademie

The first parts of the courses are online. It is digital painting (Krita, 5.0 prealfa), Modeling (Blender 3.0 alpha) and Graphic design (Inkscape 1.2). Preparing CAD (FreeCAD), Digital Photography and Film Editing (Kdenlive, 21.04.1). Illustrations for lessons are WIP. Draft kurzů najdeš tady.

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☑️

| 🕔 | Neurčena | 🚸 | Připravuje se | ✅ | Beta verze | ☑️ | Alfa verze | 🔀 | WIP