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

Diagnose double baseInit #70

Closed ahuston-0 closed 2 years ago

ahuston-0 commented 2 years ago

I'll test the things that get called in baseInit but I don't think this is acceptable for use in the rest of the project.

_Originally posted by @ahuston-0 in https://github.com/StevensDeptECE/GrailGUI/pull/68#discussion_r875013544_

ahuston-0 commented 2 years ago

Closing because removing the first baseInit does not seem to break anything.