RippeR37

Results 20 issues of 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...

enhancement

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...

enhancement
building

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...

enhancement
building

Investigate integration with vcpkg or Conan to provide `libbase` packages for easier consumption in other projects.

enhancement

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 +/-...

documentation
enhancement

When opening the documentation on GitHub Pages, then navigating to `Logging` page, the `GLOG's user guide` section is empty.

bug
documentation
external
on hold

In GLUL::Window::update() there is: `_fpsTime = _fpsClock.getElapsedTime();` which is incorrect. It should be: `_fpsTime = _fpsClock.getTotalTime();`

bug

Implement 2D module to provide facilities for drawing 2D objects on screen (shapes, sprites etc.).

feature

documentation
unfinished

Add unit tests to library.

enhancement
testing