Skip to content

Commit 0ab6561

Browse files
authored
Merge branch 'github:main' into indieweb
2 parents 3cd3ef5 + 5c605eb commit 0ab6561

File tree

22 files changed

+95
-15
lines changed

22 files changed

+95
-15
lines changed

collections/game-engines/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ items:
5555
- PurpleKingdomGames/indigo
5656
- nivanov/cosplay
5757
- gurkenlabs/litiengine
58+
- o3de/o3de
5859
display_name: Game Engines
5960
created_by: leereilly
6061
---

collections/made-in-brazil/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ items:
2525
- github/brasil
2626
- raphamorim/rio
2727
- avelino/awesome-go
28+
- okfn-brasil/querido-diario
2829

2930
display_name: Made in Brazil
3031
created_by: caarlos0

topics/casejs/casejs.png

3.04 KB
Loading

topics/casejs/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
aliases: case,case-app,case-js
3+
created_by: CASE
4+
display_name: CASE
5+
github_url: https://github.com/casejs/case
6+
logo: casejs.png
7+
related: open-source-framework, typescript, platform
8+
released: 2023
9+
short_description: CASE is a frameworkless and open source tool for creating and deploying web apps.
10+
topic: casejs
11+
url: https://case.app/
12+
---
13+
CASE helps developers to create awesome data-intensive apps like dashboards, custom web apps, admin panels, ERPs very quickly. It follows a clear frameworkless approach and allows developers to focus on their data and their business logic.

topics/cd/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
display_name: CD (Disambiguation)
3+
short_description: 'CD can either mean "continuous deployment" or "Continuous delivery".'
4+
topic: cd
5+
related: continuous-deployment, continuous-delivery, continuous-integration, cicd, devops
6+
---
7+
**CD**, within the context of [CI/CD](https://github.com/topics/cicd), can mean multiple things:
8+
* [Continuous deployment](https://github.com/topics/continuous-deployment)
9+
* [Continuous delivery](https://github.com/topics/continuous-delivery)

topics/design-system/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
display_name: Design system
3+
short_description: A design system is a way to have modular and reusable CSS components as well as a separation of concerns.
4+
topic: design-system
5+
related: css, design-token, style-guide, css-framework, ui, smacss
6+
wikipedia_url: https://en.wikipedia.org/wiki/Design_system
7+
---
8+
A **design system** is a way to have modular and reusable CSS components as well as a separation of concerns of designing and using this system, by, for examplr, using design tokens.

topics/documentation/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ short_description: Documentation is a set of information that describes a produc
55
to its users.
66
topic: documentation
77
wikipedia_url: https://en.wikipedia.org/wiki/Software_documentation
8+
related: tutorial, man-page, documentation-as-code, docblock, doc-gen, api-documentation, knowledge-base, design-document
89
---
910
Documentation is a set of information that describes a product to its users, including what it is, how it operates, and how to use it.

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.

0 commit comments

Comments
 (0)