KO
|
EN
gitlite — search
Search
#python
#nodejs
#javascript
#deep-learning
#react
#java
#productivity
#garrysmod
#pdf
#website
#kubernetes
#poetry
entrypoint
★ 72
Open GitHub ↗
lightweight entry point for games
Download README (.md)
Explore Similar Repositories
uta
:
Universal Transcript Archive: comprehensive genome-transcript alignments; multiple transcript sources, versions, and alignment methods; available as a docker image
react-native-image-gallery
:
No description available.
elixir-media-libs
:
Collection of libraries and applications written in Elixir for use in working with different types of media
Project
:
some small project
node-hanlp
:
HanLP for nodejs
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
entrypoint
?
Download (.md)
# 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.