pull/2/head
jaysunxiao 2021-09-12 22:53:25 +08:00
parent a29ae1d141
commit 2c353cacdc
7 changed files with 157 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/apache-license.png-599073122cee1d1b6911d29651e28109.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://doc/demo01_hello/apache-license.png"
dest_files=[ "res://.import/apache-license.png-599073122cee1d1b6911d29651e28109.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 KiB

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/gd-home.JPG-3866ba9615d150fc9f82a3f7e19e041e.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://doc/demo01_hello/gd-home.JPG"
dest_files=[ "res://.import/gd-home.JPG-3866ba9615d150fc9f82a3f7e19e041e.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View File

@ -1,7 +1,25 @@
# 为什么选择godot
- 比unity简单更加易上手
- 源代码开源不收费unity和ue都是要收费的
- 比unity简单更加易上手GDScript学起来也比C#简单
- 源代码开源不收费unity和ue都是要收费的ue超过100万美元触发5%的分成费用
![Image text](apache-license.png)
![Image text](gd-home.JPG)
- godot的源代码比cocos的源代码少一倍简介的代码更容易学习底层原理
```
godot的作者尽最大努力的减少第三方库的依赖最终使其代码非常精简适合学习
unity和ue安装后都得1g以上godot下载包50m就搞定了而且不用安装
ue虽然开源源代码但是代码量太大历史包袱太重不适合深入研究底层代码的人
```
- 自己能够本地编译godot源代码成就感爆棚
- unity用多了你会感觉自己就是个脚本小子。
- unity用多了你会感觉自己就是个脚本小子
```
使用godot你既可以用GDScript去编写代码也可以用C++去编写代码,还可以去改底层引擎代码
大部分使用unity的都在和lua做斗争虽然官方说用C#但是实际上工作用的大部分是lua脚本中的脚本
虽然unity可以把C#编译成二进制,但是使用这种方式也就意味着放弃了热更新
```
- 用godot你能感觉我能把控底层我能把控每一行代码的底层细节

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/gc.JPG-39fa032320410100941ba40578241fc0.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://doc/demo02_base/gc.JPG"
dest_files=[ "res://.import/gc.JPG-39fa032320410100941ba40578241fc0.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/step.JPG-ea371ce51ca536d0350e70aed54f8432.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://doc/demo02_base/step.JPG"
dest_files=[ "res://.import/step.JPG-ea371ce51ca536d0350e70aed54f8432.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0