1
0

update stuff

This commit is contained in:
dusk 2021-07-07 22:19:26 +03:00
parent 19df2f9a59
commit 8715651195
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
2 changed files with 21 additions and 15 deletions

View File

@ -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 I mainly work with Rust and Nix. My main areas of interest are
embedded, operating systems and game development, although I'm open to embedded, operating systems and game development, although I'm open to
anything else as well. I also work with Flutter, C++ (mostly for Arduino), anything else as well. I work on the Rust ecosystem of the Harmony protocol,
GDScript (for Godot Engine), Kotlin (for my application's native Android working on a client, server and SDK. I also maintain and contribute to some
needs that Flutter can't satisfy, mostly backend). I have worked with C# and Unity Nix related projects, and contribute to nixpkgs.
for about 5 years.
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: + I use a NixOS system, you can find all my configurations here:
- [My personal configuration files.](https://github.com/yusdacra/nixos-config) - [My personal configuration files.](https://github.com/yusdacra/nixos-config)

View File

@ -2,14 +2,14 @@
## Projects I contribute(d) to ## 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) - [Harmony Protocol](https://github.com/harmony-development)
- Various contributions to the reference server impl and the protocol itself. - Various contributions to the reference server impl and the protocol itself.
- Maintaining a server and client implementation, along with Rust ecosystem. - 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) - [iced](https://github.com/hecrj/iced)
- A cross-platform GUI library for Rust, inspired by Elm. - 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. - Rust library that implements the Harmony protocol, and builds a client API on top of it.
- [scherzo](https://github.com/harmony-development/scherzo) - [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) - [Crust](https://github.com/harmony-development/crust)
- Harmony client written in Rust, using iced as GUI framework. - Harmony client written in Rust, using iced as GUI framework.
@ -37,13 +37,17 @@
- [hrpc-rs](https://github.com/harmony-development/hrpc-rs) - [hrpc-rs](https://github.com/harmony-development/hrpc-rs)
- [hrpc](https://github.com/harmony-development/hrpc) implementation in Rust. - [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) - [Hakkero Kernel](https://gitlab.com/hakkero-os/hakkero)
- Learning project to create a micro-kernel that runs on x86, arm and risc-v. - 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. - 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) - [treeculler](https://gitlab.com/yusdacra/treeculler)
- A Rust crate for working with frustum and occlusion culling. - A Rust crate for working with frustum and occlusion culling.
@ -56,6 +60,5 @@
- [FlutterEnhancements](https://github.com/yusdacra/FlutterEnhancements) - [FlutterEnhancements](https://github.com/yusdacra/FlutterEnhancements)
- Basic Flutter support for Sublime Text 3. - Basic Flutter support for Sublime Text 3.
- [Icy Matrix](https://gitlab.com/yusdacra/icy_matrix) - [Neonment](https://gitlab.com/yusdacra/neonment)
- A Matrix chat client built with Rust. - Neonment is a first person hero shooter. Name is subject to change.
- Uses `iced` for GUI.