RippeR37
RippeR37
As @mirh noticed, install script for MSVC dependencies on Windows depends on MSBuild which isn't added by default to PATH (my mistake). It might be a good idea to rewrite...
Investigate possibility to add a ~Bazel~ Meson build system configuration to allow building `libbase` with at as well as integrating it within external projects that do use Meson as a...
Investigate possibility to add a Bazel build system configuration to allow building `libbase` with at as well as integrating it within external projects that do use Bazel as a build...
Investigate integration with vcpkg or Conan to provide `libbase` packages for easier consumption in other projects.
The idea here is to source all the example C++ code snippets from example-files inside the code repository and ensure that all of them are building correctly and are +/-...
When opening the documentation on GitHub Pages, then navigating to `Logging` page, the `GLOG's user guide` section is empty.
In GLUL::Window::update() there is: `_fpsTime = _fpsClock.getElapsedTime();` which is incorrect. It should be: `_fpsTime = _fpsClock.getTotalTime();`
Implement 2D module to provide facilities for drawing 2D objects on screen (shapes, sprites etc.).