Miles Rout
Miles Rout
Instead of the maze of `#ifdefs` in filesystem.cpp, for example, there should be the following: ``` filesystem.hpp - the header defining the FilePath class filesystem.cpp - the implementation of everything...
Currently our 'releases' for Linux don't run on CentOS 7 for example. We will need an automated build process to package Trillek for lots of different distros and versions of...
Trillek needs a virtual file system (VFS). This is an abstraction layer over the real disk. By adopting a layered bind mount approach it would be very flexible allowing us...
GLEW has several annoying bugs and issues with binary builds. We should replace it with a different extension loader, for example gl3w or glad.
I suggest that a USE flag be added to the gui-apps/foot package, with which it would generate its own terminfo entry. Why does it need to do this when 'foot'...