DrunkenTanker Posted May 9, 2024 Posted May 9, 2024 (edited) I want to share some parts of my project of Matrix client. I hoped that I will have a free time to create this, but did not. 1. An official Matrix client for Windows is Javasctipt code in Electron. 2. An official Matrix team uses Typescript then makes Javascipt code. I see that we should reject from Typesctipt and write an JS code directs. Unfortunatelly, they makes JS code unreadable. The first step is get JS ready-to-use code where all variable names are saved. 3. There are some browsers for Windows XP. We can use it instead Electron framework. These browsers like Mypal 68 works even better than Firefox 102. The official Element web version is JS fully, so any browser will compete this. We just compile browser as desktop client. The way to create an client as new software, without js is preferrable. But the method above is a possible alternative. Edited May 9, 2024 by DrunkenTanker
DrunkenTanker Posted May 30, 2024 Author Posted May 30, 2024 (edited) SDKs: https://matrix.org/ecosystem/sdks/ You can find there the libraries for creating client. I recommend to use or fork: https://github.com/quotient-im https://github.com/quotient-im/libQuotient https://cgit.rory.gay/matrix/LibMatrix.git https://github.com/baking-bad/matrix-dotnet-sdk https://lily-is.land/kazv/libkazv Edited May 30, 2024 by DrunkenTanker
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now