Skip to content

Commit ba0380e

Browse files
authored
Merge branch 'github:main' into cd
2 parents b36d100 + 1c91aeb commit ba0380e

File tree

6 files changed

+23
-7
lines changed

6 files changed

+23
-7
lines changed

topics/egui/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
topic: egui
3+
aliases: egui-rs, egui-rust
4+
related: iced, iced-rs
5+
created_by: Emil Ernerfeldt
6+
display_name: egui
7+
github_url: https://github.com/emilk/egui/
8+
short_description: egui (pronounced "e-gooey") is a simple, fast, and highly portable immediate mode GUI library for Rust.
9+
---
10+
egui (pronounced "e-gooey") is a simple, fast, and highly portable immediate mode GUI library for Rust. egui runs on the web, natively, and in your favorite game engine.
11+
12+
egui aims to be the easiest-to-use Rust GUI library, and the simplest way to make a web app in Rust.
13+
14+
egui can be used anywhere you can draw textured triangles, which means you can easily integrate it into your game engine of choice.

topics/geode-mods/geode-mods.png

18.5 KB
Loading

topics/geode-mods/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
created_by: The Bearodactyl
33
display_name: Geode Mods
4-
short_description: This topic is for people to advertise Geode mods.
4+
short_description: Geode is a modding platform/sdk for the game Geometry Dash.
55
topic: geode-mods
6-
related: geometry-dash
6+
related: geometry-dash, geode-sdk, geometrydash, modding
77
url: https://geode-sdk.org
8+
logo: geode-mods.png
89
---
9-
A huge percentage, if not a majority of all bugs reported in GD mods are caused by hook conflicts, direct node tree access, and other mod incompatabilities. This is what Geode has been made to solve.
10+
A huge percentage, if not a majority of all bugs reported in GD mods are caused by hook conflicts, direct node tree access, and other mod incompatabilities. This is what Geode has been made to solve.

topics/hackathon/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
topic: hackathon
3-
aliases: hackfest, codefest, hackday
3+
aliases: hackfest, codefest, hackday, hackathons
44
display_name: Hackathon
5-
aliases: hackathons
65
related: game-jam, hacktoberfest, game-off, hackathon-kit, hackathon-organiser
76
short_description: A hackathon is a gathering where developers collaboratively code in an extreme manner over a short period of time.
87
wikipedia_url: https://en.wikipedia.org/wiki/Hackathon
File renamed without changes.

topics/yaml/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
22
aliases: yml
33
display_name: YAML
4+
created_by: Clark Evans, Ingy döt Net, Oren Ben-Kiki
45
github_url: https://github.com/yaml/
56
logo: yaml.png
67
released: May 11, 2001
7-
short_description: YAML is a human friendly data serialization standard.
8+
short_description: YAML is a human-friendly data serialization standard.
89
topic: yaml
910
url: https://yaml.org/
1011
wikipedia_url: https://en.wikipedia.org/wiki/YAML
12+
related: xml, json, jsonc, json5, sax, data-serialization, yet-another, toml, ini
1113
---
12-
YAML is a human friendly data serialization standard for all programming languages. YAML is a recursive acronym which stands for "YAML Ain't Markup Language". It is commonly used for configurations.
14+
**YAML** is a human-friendly data serialization standard for all programming languages. YAML is a recursive acronym which stands for "YAML Ain't Markup Language". It is commonly used for configurations.

0 commit comments

Comments
 (0)