https://github.com/jimon/entrypoint
lightweight entry point for games
https://github.com/jimon/entrypoint
Last synced: 14 days ago
JSON representation
lightweight entry point for games
- Host: GitHub
- URL: https://github.com/jimon/entrypoint
- Owner: jimon
- License: mit
- Created: 2016-11-05T09:52:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T19:25:32.000Z (almost 7 years ago)
- Last Synced: 2024-11-02T18:41:06.090Z (5 months ago)
- Language: C
- Size: 42 KB
- Stars: 69
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-game-engine-dev - Entrypoint - Lightweight entry point for games. (Libraries / C)
README
# entrypoint
Lightweight entry point for games.
### Why ?
- [SDL](https://www.libsdl.org/) is too heavy.
- [GLFW](http://www.glfw.org/) is way too OpenGL oriented.
- [TIGR](https://bitbucket.org/rmitton/tigr/src) is not developing :(So let's take TIGR as a baseline, offload all rendering part to something like [bgfx](https://github.com/bkaradzic/bgfx) and add iOS/Android support.
### Supported platforms
- Windows
- macOS
- iOS
- Emscripten (a bit rough)
- Android### TODO
- GamePad input
- Mouse wheel
- iOS keyboard (at least partially)
- MessageBox/allert
- X11
- Wayland
- Small casual OpenGL renderer### iOS
For iOS just create a new project, and replace everything there with entrypoint, you don't need UI files.
### Android
Use android native activity sample as project template.
### Additional
This library very loosely based on TIGR.
This is free and unencumbered software released into the public domain.
Our intent is that anyone is free to copy and use this software,
for any purpose, in any form, and by any means.
The authors dedicate any and all copyright interest in the software
to the public domain, at their own expense for the betterment of mankind.
The software is provided "as is", without any kind of warranty, including
any implied warranty. If it breaks, you get to keep both pieces.