StevensDeptECE / GrailGUI

GrailGUI is a prototype of a replacement for web programming (HTTP, HTML, CSS, JavaScript) and GUI programming. It includes a client graphical API, a browser implemented in C++ and OpenGL, a protocol to transmit metadata and data in binary, a language (XDL) to describe the binary data, and local storage to retain data on the client should that be necessary. Encrypted communications (equivalent of TLS) have not yet been implemented.
GNU General Public License v3.0
7 stars 14 forks source link

Merge in block loader branch #69

Closed ahuston-0 closed 2 years ago

ahuston-0 commented 2 years ago

This branch should have the most up-to-date work on blockloaders and the new(er) windowing system.

ahuston-0 commented 2 years ago

TODO: fix compile checks by swapping Ubuntu 18.04 install step to install libfreetype6-dev instead of libfreetype-dev