Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.13 KB

GLVF

Graphics Library View Framework - Yet another windowing library built with mobile in mind.

Targets

  • Android
  • iOS

Future prospects

  • Emscripten
  • Desktop via GLFW

Contributing

GLVF uses and encourages Early Pull Requests. Please don't wait until you're done to open a PR!

  1. Install Git
  2. Fork GLVF
  3. Create a branch on your fork.
  4. Add an empty commit to start your work off (and let you open a PR): git commit --allow-empty -m "start of [thing you're working on]"
  5. Open a Pull request with [WIP] in the title. Do this before you actually start working.
  6. Make your commits in small, incremental steps with clear descriptions.
  7. Tag a maintainer when you're done and ask for a review!

Documentation

Nothing here yet, but don't worry - we're working on it.

Join the conversation

Come chat with us on Discord!

License

GLVF is distributed under the very permissive MIT/X11 license and all dependencies are distributed under MIT-compatible licenses.