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.
- Host: GitHub
- URL: https://github.com/majigsaw77/hxgamemode
- Owner: MAJigsaw77
- License: mit
- Created: 2024-09-05T08:47:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T15:58:51.000Z (over 1 year ago)
- Last Synced: 2024-09-10T17:45:51.001Z (over 1 year ago)
- Topics: cpp, gamemode, haxe, linux, videogames
- Language: Haxe
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hxgamemode
  
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.

**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.