Replies: 1 comment 1 reply
-
I used vscode, since it's made by microsoft, and microsoft is also the original creator of typescript, so they go hand in hand. The one thing you will need is to add a file named ATRO_LOC=C:/path/to/cloned/repo/electron/atrofac-cli/atrofac-cli.exe
RADJ_LOC=C:/path/to/cloned/repo/electron/ryzenadj/ryzenadj.exe
CONFIG_LOC=C:/path/to/cloned/repo/electron/src/config/config.dev.json
SCREEN_REF_LOC=C:/path/to/cloned/repo/electron/screen-resolution/ChangeScreenResolution.exe
RESTART_GPU_LOC=C:/path/to/cloned/repo/electron/restartgpu/RestartGPU.exe
RMOB_LOC=C:/path/to/cloned/repo/electron/renoir-mobile/renoir-mobile.exe You would obviously replace C:/path/to/cloned/repo with your paths. Those are the helper programs that are packaged with the application. To run the application in development, you would need to run the command The things you would need to change are probably located in.. I hope that explains it :) Also, translating it to C# would be possible, but a massive amount of work. I do know that there is an electron library for C#, though I haven't used it. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm very intereseted in this project due to i bought a G14 and there are not many possibilities to control the fan by myself (and this application seems to be able to do this).
Unfortunately my Windows is a german Windows and I'd like to keep this! ;-)
At the moment I've some issues with applying plans (which seems to work only sometimes) and the some small things (for example the temperature is read out correctly in the GUI)
I'm already familar with some C# coding but unfortunately I did not do anything with TypeScript (nor Python)
I tried to get the source code and created a project in Visual Studio but I stuck quite early in get it running.
Do you use an IDE at all for your development? If yes - which one? and can you also share all project related files?
another question: (I hardly dare to ask) would it be possible to transform the code to c#?
I really appreciate your work and would like to help a bit - but at the moment I'm not sure whether I'm able to...
Beta Was this translation helpful? Give feedback.
All reactions