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

Update README.md based on #49 #53

Closed dkrautha closed 3 years ago

dkrautha commented 3 years ago

Also adds a .prettierrc.toml file, which will cap the length of lines in Markdown files and wrap things to new lines to that it's much easier to read, without changing what the final html/display on github looks like. This assumes that you have the prettier utility installed in the first place.

Close #49