Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aceeri/haxe_game_framework_stuff

Haxe Game Framework
https://github.com/aceeri/haxe_game_framework_stuff

Last synced: 6 days ago
JSON representation

Haxe Game Framework

Awesome Lists containing this project

README

        

##ophion
Haxe Game Framework

###Style
snake_case:
- function names
- variable names

PascalCase:
- classes
- enums

UPPER_CASE:
- consts

_snake_case:
- private