Tags: Electron7-7/graphx
Tags
figured out a file structure and naming convention I'm happy with. fi… …le_name.hpp for the headers, and then for the source files, splitting the functional code from the object-oriented code and naming them "file_name_F.cpp" and "file_name_OO.cpp" respectively. This has the benefit of making my inevitable switch to Rust and subsequent re-writing of this code much less annoying.
split up common.cpp into separate cpp and hpp files; will re-combine … …as necessary. re-wrote ~90% of main.cpp using more efficient and original code. Bare bones rendering (no textures) and cube generation.