diff --git a/index.org b/index.org index d2243e1..12402bf 100644 --- a/index.org +++ b/index.org @@ -1,7 +1,16 @@ #+title: Aleksandr Lebedev Hi! Welcome to my new [[https://alexanderlebedev.com][website]]! +* Who am I? +I'm a programmer and a dual student in Germany. I'm interested in computer games and game engines. I worked on game mods, computer games, embedded software (driver), GUI apps and I'm currently working on my own game engine called *BeeEngine*. + +My main programming languages are C++ and C#, my distro of choice is NixOS, editor is Emacs, and I'm interested in self hosting and FOSS software. +* My Projects +- [[./project-gestalt.org][Project Gestalt (Mod for Stellaris)]] +- To be continued... * How to find me: +- [[https://github.com/KyleKrein][GitHub]] +- [[https://matrix.to/#/@kylekrein:kylekrein.com][Matrix]] - [[https://git.kylekrein.com/kylekrein][Forgejo (Git)]] diff --git a/package.nix b/package.nix index 39d2e8b..54c83dc 100644 --- a/package.nix +++ b/package.nix @@ -25,7 +25,7 @@ (setq org-html-validation-link nil ;; Don't show validation link org-html-head-include-scripts nil ;; Use our own scripts org-html-head-include-default-style nil ;; Use our own styles - org-html-head "") + org-html-head "") ;; Generate the site output (org-publish-all t) diff --git a/projects/pg-logo.jpg b/projects/pg-logo.jpg new file mode 100644 index 0000000..d17462c Binary files /dev/null and b/projects/pg-logo.jpg differ diff --git a/projects/project-gestalt.org b/projects/project-gestalt.org new file mode 100644 index 0000000..66b494b --- /dev/null +++ b/projects/project-gestalt.org @@ -0,0 +1,11 @@ +#+title: Project Gestalt +[[./pg-logo.jpg]] +* Description +A modification for the Stellaris - popular computer game. Stellaris uses its own proprietary game logic language, therefore I firstly reverse-engineered it and then designed the modification. Project Gestalt is an expansion to the game, that adds the ability for psionics to become energetic beings, and many other features. It is available in Russian and English languages and has currently ~6300 active subscribers on Steam in total. The modification demonstrates a wide positive feedback. +* Links +- [[https://steamcommunity.com/sharedfiles/filedetails/?id=2969833307][Project Gestalt (Ver. 3.7.*)]] +- [[https://steamcommunity.com/sharedfiles/filedetails/?id=2840404116][Project Gestalt (3.4.x)]] +- [[https://steamcommunity.com/sharedfiles/filedetails/?id=2107441826][Project Gestalt (2.7.x)]] +- [[https://steamcommunity.com/sharedfiles/filedetails/?id=1639764264][Project Gestalt (2.3.x)]] +- [[https://steamcommunity.com/sharedfiles/filedetails/?id=1345668735][Project Gestalt (2.1.x)]] +