Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-24 | reformat README file into HTML | Gabriel 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-22 | redo .gitignore ifle | Gabriel 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-18 | readd x support but only for non-linux systems (may change in the future) | Gabriel Jensen | |
fix makefile cxxflags | |||
2021-01-18 | drop x support | Gabriel Jensen | |
move codebase to c++ rework makefile create simple wayland demo |