Interesting lists
- C
- C++
- Java
- ECMAScript, Typescript
- NodeJS
- C#
- Rust
- Go
- Swift
- D
- Python
- Android
- Kotlin
- x86 Assembly
- Linux kernel
- Windows api
- Powershell
- Batch
- Embedded system programming
- Make
Useful links
Interesting lists
Useful links
An UNOFFICIAL cross-platform KakaoTalk client written in TypeScript & Rust (SolidJS, tauri)
Filter driver which support changing DPI of mouse without hardware support.
C 8
# A shiny future of rust gui with async and `Forget` trait
Rust language is the only compiled language without gc with guaranteed memory safety.
There are many rust gui libraries out. However they all have same core problems.
1. `Widget` and `Component` are written differently and default `Widget`s are somewhat limited.
`declarative`, `reactive` concepts cannot be used when implementing a new `Widget`.