Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from AdastralGroup/gd4
Browse files Browse the repository at this point in the history
nearly half a year of very slow commits
  • Loading branch information
int-72h authored Dec 28, 2023
2 parents b2ce863 + 2b632ad commit c84dfba
Show file tree
Hide file tree
Showing 60 changed files with 2,189 additions and 766 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# adastral-gui
# Adastral, GUI components (belmont)

This is at the moment a *very, very* WIP version of the Adastral frontend, currently in the UI prototyping stage.
This is Adastral's frontend, written in Godot.

To build/launch the project, download/build the C++ component, [winter](https://github.com/adastralgroup/winter), and put the library in `bin/`. Then download the latest version of Godot and open the project.
If all's gone well, you should get no/very little errors in the output and you should be able to just run it.
Binary file modified assets/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/fcd-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions assets/fcd-logo.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://vi6h114whmpk"
path="res://.godot/imported/fcd-logo.png-3b6b89da46ceb8bc99af05b30f3854a0.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/fcd-logo.png"
dest_files=["res://.godot/imported/fcd-logo.png-3b6b89da46ceb8bc99af05b30f3854a0.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
146 changes: 146 additions & 0 deletions assets/fcd-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions assets/fcd-logo.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://br2ud7jrxyv5y"
path="res://.godot/imported/fcd-logo.svg-e4bd3a5aa7a2c4b6257825703ffdcbd5.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/fcd-logo.svg"
dest_files=["res://.godot/imported/fcd-logo.svg-e4bd3a5aa7a2c4b6257825703ffdcbd5.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=0.047
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
104 changes: 104 additions & 0 deletions assets/fcd-logo2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions assets/fcd-logo2.svg.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://c6unc6sw565ku"
path="res://.godot/imported/fcd-logo2.svg-0918b61de006a269fea49fb403d15910.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/fcd-logo2.svg"
dest_files=["res://.godot/imported/fcd-logo2.svg-0918b61de006a269fea49fb403d15910.ctex"]

[params]

compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
svg/scale=0.047
editor/scale_with_editor_scale=false
editor/convert_colors_with_editor_theme=false
Binary file added assets/fo-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c84dfba

Please sign in to comment.