1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Update README.md

This commit is contained in:
Robert Beekman 2016-01-12 20:03:17 +01:00
parent acb32f13de
commit 8ce2df4e5e

View File

@ -13,17 +13,17 @@ Some of it's basic features:
Currently the following games are supported: Currently the following games are supported:
* Rocket League * Rocket League (Memory reading)
* The Witcher 3 * The Witcher 3 (Memory reading)
* Counter-Strike Global Offensive (Native Gamestate intergration)
Support is planned for: Support is planned for:
* Counter-Strike Global Offensive (Using native Gamestate intergration) * Dota 2 (Native Gamestate intergration)
* Dota 2 (Using native Gamestate intergration) * Project CARS (Native memory sharing)
* Project CARS (Using native memory sharing)
Currently the only supported keyboard is the Logitech G910 Orion Spark, but progress is being made to support Corsair as well. Currently the only supported keyboard is the Logitech G910 Orion Spark, but progress is being made to support Corsair as well.
For any other keyboards feel free to submit a PR. For any keyboards/games/effects feel we'd love PRs!
### Screenshots ### Screenshots
![Screenshot 1](http://i.imgur.com/mq8i4ht.png) ![Screenshot 1](http://i.imgur.com/mq8i4ht.png)
@ -32,9 +32,9 @@ For any other keyboards feel free to submit a PR.
### Thanks to: ### Thanks to:
* [CUE.NET](https://github.com/DarthAffe/CUE.NET) for the great Corsair library * [CUE.NET](https://github.com/DarthAffe/CUE.NET) - Corsair keyboard library
* [NAudio](http://naudio.codeplex.com/) for the fine audio library * [NAudio](http://naudio.codeplex.com/) - Used for audio visualization
* [Open.WinKeyboardHook](Open.WinKeyboardHook) for their robust keyboard listener * [Open.WinKeyboardHook](Open.WinKeyboardHook) - Used for typing effects/volume overlay
* [Caliburn.Micro](http://caliburnmicro.com/) for the awesome WPF framework, really, try it out * [Caliburn.Micro](http://caliburnmicro.com/) - Awesome WPF framework, really, try it out
* [MahApps.Metro](https://github.com/MahApps/MahApps.Metro) for the brilliant UI * [MahApps.Metro](https://github.com/MahApps/MahApps.Metro) - Sweet Metro UI
* [Extended.Wpf.Toolkit](http://wpftoolkit.codeplex.com/) for the sweet color picker * [Extended.Wpf.Toolkit](http://wpftoolkit.codeplex.com/) - Color Picker