fish_food89
fish_food89
  • 14
  • 11 970
Godot Engine Desktop File Debian/Ubuntu
How to get the Godot Engine easily launched from your desktop in Debian/Ubuntu Linux? Well watch the video and you'll see how. I've been thinking whether or not to make this video, but after getting a comment in one of my other videos about this I figured it is worth it. So here it is.
Bonus: I also demonstrate yet again how to install the Godot Engine from scratch. This time to Debian, but the same works also for Ubuntu.
Chapters:
00:00 Intro
02:30 Installing The Godot Engine
03:32 Opening The Terminal Emulator
03:54 Creating The .desktop File
07:42 Opening godot.desktop With nano
11:35 Testing The .desktop File Launching
13:02 Adding The Godot Engine Icon To The .desktop File
15:25 Testing The .desktop File Launching With The Icon
15:40 Summarising The Whole Process
16:44 Getting The .desktop File To Show Up In The Applications Menu
มุมมอง: 435

วีดีโอ

For Loops - Learn Software Development - 013
มุมมอง 646 หลายเดือนก่อน
In this video I go over "for loops" and what it is used for. The for loop is used to reduce the amount of repeated code in the checkers board piece initialisation. I also introduce the "dictionary" as a means of configuring values. As always we do this using the Godot Engine and GDScript. Chapters: 00:00 Introduction 01:10 Reviewing what we did last time 02:50 Godot documentation on for loops 0...
Classes, objects and instances - Learn Software Development - 012
มุมมอง 7910 หลายเดือนก่อน
This is a video which discusses classes, objects and instances in object-oriented programming (OOP). A lesson on the concepts this time around. Worth the watch despite us not adding any new code to our project as this is at the core of the Godot Engine. Chapters: 00:00 Opening 00:22 Introduction 01:22 Classes 03:14 Classes - The typical introduction in OOP 09:30 Classes - Inheritance 16:17 Obje...
Initializing The Checkers Pieces With Code in GDScript - Learn Software Development - 011
มุมมอง 222ปีที่แล้ว
In this video we will initialize the checkers pieces to the board with code. The first actual code we create for our checkers project. Coding is done with GDScript in the Godot Game Engine. Enjoy :)
Building the checkers piece and adding camera and lights in Godot - Learn Software Development - 010
มุมมอง 201ปีที่แล้ว
Let's put in the actual piece for the game and add a camera and some lights so that we can get the basic blocks for the checkers game in place. No GDScript yet, but next time surely we'll get to touch some code.
Starting To Build A 3D Checkers Game With Godot - Learn Software Development - 009
มุมมอง 413ปีที่แล้ว
Time to say good bye to the hello_world project! Alright. So my promises of teaching dictionaries, functions and classes didn't turn out how I thought they would. Instead I decided to start building a 3D checkers game with the Godot Game Engine. This gives me the opportunity to both learn new things about Godot and teach you guys the aforementioned dictionaries, functions, classes and other sof...
Change layout and theme in Godot - Learn Software Development - 008
มุมมอง 307ปีที่แล้ว
Today I'll be showing how to change the layout and theme of the Godot Game Engine. I was going to give more insight to functions originally, but I wanted to change the layout I'm working with before that and thought I might as well do a video on that. In the next video I will talk about functions, why they exist and how to use them.
Variables, strings and integers part 2 - Learn Software Development - 007
มุมมอง 82ปีที่แล้ว
Continuing from where the previous video left off after introducing the concepts of variables, strings and integers. In this video we will create a button which counts how many times it has been pressed. To achieve this we use the Button node to which we create a variable of type integer. Finally some behavioral logic to the software! Keywords: - Godot - GDScript - Variable - String - Integer -...
Variables, strings and integers part 1 - Learn Software Development - 006
มุมมอง 82ปีที่แล้ว
In this video I introduce variables and the types string and integer. The video covers a short theory part on the three aforementioned concepts and we update our "Hello World" project to display text in the application itself. This video covers the use of strings. Actual use of our own variables and integers come in the second part of this video, which will be published soon. Keywords: - Godot ...
Hello World! with GDScript - Learn Software Development - 005
มุมมอง 265ปีที่แล้ว
In this video of the Learn Software Development course we finally do some programming! A classic of the software development community: Hello World! This is my take on the simplest "Hello World!" application with the Godot Engine 4.0 and GDScript. In the next video we'll continue from where we left off here and take the "hello_world" project to another level. Have fun :) Chapters: 00:00 Introdu...
Installing The Godot Engine on Linux Ubuntu - Learn Software Development - 003
มุมมอง 7Kปีที่แล้ว
Update! Checkout installing Godot Engine 4.0: th-cam.com/video/MUtQZi7a3mc/w-d-xo.html We'll be using version 4 in this course. Installing the Godot Engine on Linux Ubuntu 2022.04. The same installation instructions should work for Windows and macOS. Be sure to checkout the instructions on the Godot Engine's website as well: godotengine.org/download/ Chapters: 00:00 Introduction 00:58 Going To ...
Installing Godot Engine 4.0 on Linux Ubuntu - Learn Software Development - 004
มุมมอง 2.6Kปีที่แล้ว
Big news! Godot Engine 4.0 was released March 1st, 2023, so ten days ago! In this video we'll go over installing it, nothings changed there, and I'll also talk a little about a few of the cool features coming along with Godot Engine 4.0. In the next video we'll go through a classic in software development: Hello World! Stay tuned! Chapters: 00:00 Introduction 01:34 Downloading Godot Engine 4.0 ...
What is Software Development? - Learn Software Development - 002
มุมมอง 512 ปีที่แล้ว
A lecture on what software development is for beginners. And why not experienced developers as well, looking for some verbalized form of the thing they know. Chapters: 00:00 Introduction 00:46 What is Software? 03:43 What is a Software Developer? 05:21 Creating Software 10:48 Maintaining Software 14:38 Upgrading Software 16:30 Software Life Cycle 18:16 Closing Words
Introduction - Learn Software Development - 001
มุมมอง 1232 ปีที่แล้ว
An introduction to the Learn Software Development video course. A try at a new way of teaching about software development. Expect to type out everything and follow along as I challenge myself with some unknowns in the Godot Engine and GDScript. None of the video courses I've seen show how the mind of a software developer works and the way to show it is to not plan everything ahead of time. So y...