Chris Ohk
Chris Ohk
Nextzen uses tile based x/y value. It is calculated by expression using latitude/longitude. We are going to make a function to provide convenience to users.
- Using `imgui` library (https://github.com/ocornut/imgui) - Using OpenGL or Vulkan to support cross-platform - Support move/zoom with mouse
- Using `Clara` library (https://github.com/catchorg/Clara) - Export object file (.obj) to render image
- Fix computation code to work on Linux and macOS - Add computation code for supporting GPU parallel using CUDA - Implement base code for making CNN example - Create...
This revision sets `lcov` to generate code coverage report. **CAUTION** `lcov --directory . --capture --output-file coverage.info` doesn't work. I added the compiler flag and link flag, and when I built...
This revision adds code coverage tool to keep a high percentage of code coverage.
This revision adds code quality tools to conform CubbyDNN library's code to standard C++. - Codacy - Codefactor - LGTM