Skip to content

vokegpu/ekg-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EKG DOCS

Preface

EKG docs contains tutorial about the EKG standard way to creating GUIs and the fundamentals of EKG model-architecture.

Programming GUIs with EKG

  • What is EKG?
  • Setup
  • Hello-World
  • EKG-standard

EKG Technical Details

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.

The Memory-Handling Model

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)

Descriptors, Performance and Patterns

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.