summaryrefslogtreecommitdiff
path: root/stdlibsock/gfx
AgeCommit message (Collapse)Author
2021-02-04revert .gitignore stylingGabriel Jensen
reorganize source code structure in filesystem remove gfxlib in favour of language-bindings to underlying libraries adjust compiler optimization flags improve c++ stdlib replacement create cmd argument handler unite core functions in class with app data (replaces luma::dat) for easier access (no friends needed, "this->" instead of "luma::dat.") reformat README into HTML (temporary change, will be reformated again in later commit)
2021-01-24reformat README file into HTMLGabriel Jensen
create the arch_t and kernel_t types use char const * instead of std::string use custom function instead of std::cerr and std::cout replace as many stdlib function with custom-made ones
2021-01-22redo .gitignore ifleGabriel Jensen
clean up Makefile create PKGBUILD file create dedicated folder for language examples try to avoid macros where possible remove C relics create semi-working Vulkan test
2021-01-18readd x support but only for non-linux systems (may change in the future)Gabriel Jensen
fix makefile cxxflags
2021-01-18drop x supportGabriel Jensen
move codebase to c++ rework makefile create simple wayland demo
2021-01-15quick commit before dropping x supportGabriel Jensen
2021-01-13create license fileGabriel Jensen
makefile optimizations added readme added stdc version checking x connection handling to a different file
2021-01-12fix error when compiling crtwin.cGabriel Jensen
make makefile super nice update .gitignore
2021-01-12change compiler to clangGabriel Jensen
improve makefile create luma example file expanded stdlib
2021-01-09create makefileGabriel Jensen
create simple xcb demo