From 8715651195c004d99d2a104cf1fe0f39f0fd8f11 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Wed, 7 Jul 2021 22:19:26 +0300 Subject: [PATCH] update stuff --- pages/about.md | 11 +++++++---- pages/projects.md | 25 ++++++++++++++----------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/pages/about.md b/pages/about.md index f811844..bd84a34 100644 --- a/pages/about.md +++ b/pages/about.md @@ -13,10 +13,13 @@ Feel free to send an e-mail or DM me on Matrix if you have anything to ask. I mainly work with Rust and Nix. My main areas of interest are embedded, operating systems and game development, although I'm open to -anything else as well. I also work with Flutter, C++ (mostly for Arduino), -GDScript (for Godot Engine), Kotlin (for my application's native Android -needs that Flutter can't satisfy, mostly backend). I have worked with C# and Unity -for about 5 years. +anything else as well. I work on the Rust ecosystem of the Harmony protocol, +working on a client, server and SDK. I also maintain and contribute to some +Nix related projects, and contribute to nixpkgs. + +I also work with Flutter, C++ (mostly for Arduino), GDScript (for Godot Engine), +Kotlin (for my application's native Android needs that Flutter can't satisfy, +mostly backend). I have worked with C# and Unity for about 5 years. + I use a NixOS system, you can find all my configurations here: - [My personal configuration files.](https://github.com/yusdacra/nixos-config) diff --git a/pages/projects.md b/pages/projects.md index 3f2880a..808cb89 100644 --- a/pages/projects.md +++ b/pages/projects.md @@ -2,14 +2,14 @@ ## Projects I contribute(d) to -- [Veloren](https://gitlab.com/veloren/veloren) and it's [Book](https://gitlab.com/veloren/book) - - Veloren is a multiplayer voxel RPG written in Rust. - - My main contributions are for rendering and UI. Also maintaining build files for the Nix package manager and the Turkish translation. And added some guides to the book. - - [Harmony Protocol](https://github.com/harmony-development) - Various contributions to the reference server impl and the protocol itself. - Maintaining a server and client implementation, along with Rust ecosystem. +- [Veloren](https://gitlab.com/veloren/veloren) and it's [Book](https://gitlab.com/veloren/book) + - Veloren is a multiplayer voxel RPG written in Rust. + - My main contributions are for rendering and UI. Also maintaining build files for the Nix package manager and the Turkish translation. And added some guides to the book. + - [iced](https://github.com/hecrj/iced) - A cross-platform GUI library for Rust, inspired by Elm. @@ -29,7 +29,7 @@ - Rust library that implements the Harmony protocol, and builds a client API on top of it. - [scherzo](https://github.com/harmony-development/scherzo) - - Harmony server implementation written in Rust, using sled as database. + - Harmony server implementation written in Rust, using sled as database and warp as HTTP server. - [Crust](https://github.com/harmony-development/crust) - Harmony client written in Rust, using iced as GUI framework. @@ -37,13 +37,17 @@ - [hrpc-rs](https://github.com/harmony-development/hrpc-rs) - [hrpc](https://github.com/harmony-development/hrpc) implementation in Rust. +- [linemd](https://github.com/yusdacra/linemd) + - A no dependency, no std, simple and lightweight markdown parser and renderer (to HTML and SVG). + +- [Icy Matrix](https://gitlab.com/yusdacra/icy_matrix) + - A Matrix chat client built with Rust. + - Uses `iced` for GUI. + - [Hakkero Kernel](https://gitlab.com/hakkero-os/hakkero) - Learning project to create a micro-kernel that runs on x86, arm and risc-v. - Current goal is to support webassembly and be able to run everything in ring 0, thanks to it's sandboxing features. -- [Neonment](https://gitlab.com/yusdacra/neonment) - - Neonment is a first person hero shooter. Name is subject to change. - - [treeculler](https://gitlab.com/yusdacra/treeculler) - A Rust crate for working with frustum and occlusion culling. @@ -56,6 +60,5 @@ - [FlutterEnhancements](https://github.com/yusdacra/FlutterEnhancements) - Basic Flutter support for Sublime Text 3. -- [Icy Matrix](https://gitlab.com/yusdacra/icy_matrix) - - A Matrix chat client built with Rust. - - Uses `iced` for GUI. +- [Neonment](https://gitlab.com/yusdacra/neonment) + - Neonment is a first person hero shooter. Name is subject to change.