EKG docs contains tutorial about the EKG standard way to creating GUIs and the fundamentals of EKG model-architecture.
- What is EKG?
- Setup
- Hello-World
- EKG-standard
Complete details about importants EKG technologies, this section includes: the root problem of legacy EKG, memory-handling model architecture, safety-proofs, package pattern, descriptors-model, standard format for input-binding(s) and more.
EKG is a C++ secure library, these two topics details and give the necessary proofs for this affirmation.
note: the memory-handling model article is not complete yet (as EKG code is being implemented, this article will be rewrited to sync with the EKG origin)
- Packages pattern model
- UI descriptor-based model
- Value low-frequency-based model
- CPU-side and GPU-side performance-model
- Input-binding tag-style
This topic is important for contributing to EKG, so, should be caeful read before sending useless pull requests. As everything here on Vokegpu, take a read on Vokegpu standard.