An open API service indexing awesome lists of open source software.

https://github.com/majigsaw77/hxgamemode

Haxe/hxcpp @:native bindings for GameMode.
https://github.com/majigsaw77/hxgamemode

cpp gamemode haxe linux videogames

Last synced: 3 months ago
JSON representation

Haxe/hxcpp @:native bindings for GameMode.

Awesome Lists containing this project

README

          

# hxgamemode

![](https://img.shields.io/github/repo-size/MAJigsaw77/hxgamemode) ![](https://badgen.net/github/open-issues/MAJigsaw77/hxgamemode) ![](https://badgen.net/badge/license/MIT/green)

Haxe/hxcpp @:native bindings for [GameMode](https://github.com/FeralInteractive/gamemode).

### Installation

You can install it through `Haxelib`
```bash
haxelib install hxgamemode
```
Or through `Git`, if you want the latest updates
```bash
haxelib git hxgamemode https://github.com/MAJigsaw77/hxgamemode.git
```

### Usage Example

Check out the [Example Folder](example/) for an example on how to use this

### Licensing

**hxgamemode** is made available under the **MIT License**. Check [LICENSE](./LICENSE) for more information.

![](https://www.feralinteractive.com/data/news_images/FERAL_GameMode_520x326_Main.jpg)

**GameMode** is licensed under the **BSD 3-Clause "New" or "Revised" License**, which is an OSI-certified, permissive license that allows static linking with closed-source software. You can check the [GameMode License](https://github.com/FeralInteractive/gamemode/blob/master/LICENSE.txt) for more information.