diff --git a/content/presentations/_index.md b/content/presentations/_index.md new file mode 100644 index 0000000..6f0ce3d --- /dev/null +++ b/content/presentations/_index.md @@ -0,0 +1,5 @@ +--- +title: Presentations +menu_title: Presentations +layout: rss-list +--- diff --git a/content/presentations/notgdc-2023/index.en.md b/content/presentations/notgdc-2023/index.en.md new file mode 100644 index 0000000..c505f75 --- /dev/null +++ b/content/presentations/notgdc-2023/index.en.md @@ -0,0 +1,29 @@ +--- +title: "NotGDC 2023" +mobile_menu_title: "NotGDC 2023" +get_in_touch: true +date: 2023-03-23 +news_keywords: [ "NotGDC", "LOVE2D", "Game Development", "gamedev", "Yui", "user interface", "UI" ] +--- + +## NotGDC 2023 + +During [NotGDC 2023](https://notgdc.io) we introduce [Yui](https://gitea.it/1414codeforge/yui) -- **Yet another User Interface** library. + + +You can use it to effortlessly create user interfaces for your game, +using the [LÖVE](https://love2d.org) 2D game engine. +Its main features are: + +- Declarative approach to interface building +- Extensible widget library +- Out of the box localization support +- Intuitive widget layout on screen +- Built-in navigation via mouse, joystick or keyboard +- Reasonably small and hackable codebase + +The following slides summarize **Yui**'s strong points and give a taste of how it looks and feels - on code and on screen. + +Enjoy! + +[Download PDF](notgdc-2023-yui.pdf) diff --git a/content/presentations/notgdc-2023/notgdc-2023-yui.pdf b/content/presentations/notgdc-2023/notgdc-2023-yui.pdf new file mode 100644 index 0000000..7dae032 Binary files /dev/null and b/content/presentations/notgdc-2023/notgdc-2023-yui.pdf differ diff --git a/themes/doublefourteen/layouts/partials/navigation.html b/themes/doublefourteen/layouts/partials/navigation.html index 2724316..53d13e3 100644 --- a/themes/doublefourteen/layouts/partials/navigation.html +++ b/themes/doublefourteen/layouts/partials/navigation.html @@ -11,13 +11,13 @@