May 9, 20242 yr 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, 20242 yr by DrunkenTanker
May 30, 20242 yr Author 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, 20242 yr by DrunkenTanker
Create an account or sign in to comment