51 lines
2.2 KiB
Markdown
51 lines
2.2 KiB
Markdown
+++
|
|
title = "projects"
|
|
+++
|
|
|
|
## Projects I maintain
|
|
- [Icy Matrix](https://gitlab.com/yusdacra/icy_matrix)
|
|
- A Matrix chat client built with Rust.
|
|
- Uses `iced` for GUI.
|
|
|
|
- [Harmony Rust SDK](https://github.com/harmony-development/harmony_rust_sdk)
|
|
- Rust library that implements the Harmony protocol, and builds a client API on top of it.
|
|
|
|
- [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.
|
|
|
|
- [bevy_networking_delivery](https://gitlab.com/yusdacra/bevy_prototype_networking_delivery)
|
|
- A Rust crate for Bevy game engine that implements a simple `Delivery` based networking layer.
|
|
|
|
- [kIDE](https://gitlab.com/yusdacra/kide)
|
|
- Opinionated configuration for kakoune text editor, focusing on an IDE-like experience.
|
|
|
|
- [FlutterEnhancements](https://github.com/yusdacra/FlutterEnhancements)
|
|
- Basic Flutter support for Sublime Text 3.
|
|
|
|
----
|
|
|
|
## 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.
|
|
|
|
- [iced](https://github.com/hecrj/iced)
|
|
- A cross-platform GUI library for Rust, inspired by Elm.
|
|
|
|
- [nixpkgs](https://github.com/NixOS/nixpkgs)
|
|
- The Nix Packages collection for the [Nix package manager](https://github.com/NixOS/nix).
|
|
- Package maintainer.
|
|
|
|
- [Nihonoari](https://github.com/aeri/Nihonoari-App)
|
|
- A little and minimalist Flutter application for Japanese Kana training.
|