Skip to content

Commit

Permalink
Make more OS agnostic and add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRambler committed Apr 13, 2023
1 parent 7856285 commit 81314d7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ elseif(WIN32)
else()
# MacOS
execute_process(
COMMAND bin/gn gen ${SKIA_BUILD_DIR} "--args=target_cpu=\"arm64\" is_official_build=true skia_use_system_libjpeg_turbo=false skia_use_system_libwebp=false skia_use_system_expat=false skia_use_system_zlib=false skia_use_system_libpng=false skia_use_system_harfbuzz=false skia_use_system_icu=false skia_enable_gpu=true skia_use_gl=true"
COMMAND bin/gn gen ${SKIA_BUILD_DIR} "--args=is_official_build=true skia_use_system_libjpeg_turbo=false skia_use_system_libwebp=false skia_use_system_expat=false skia_use_system_zlib=false skia_use_system_libpng=false skia_use_system_harfbuzz=false skia_use_system_icu=false skia_enable_gpu=true skia_use_gl=true"
WORKING_DIRECTORY ${SKIA_DIR})
add_library(skia STATIC IMPORTED)
set_property(TARGET skia PROPERTY
Expand All @@ -54,6 +54,7 @@ endif()
execute_process(COMMAND ninja WORKING_DIRECTORY ${SKIA_BUILD_DIR})

# For OpenGL
set(GLFW_LIBRARY_TYPE "STATIC")
find_package(glfw3 3.3 REQUIRED)

add_executable(streetview_client ${APPLICATION_TYPE}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Streetview Client
![Logo](./images/logo.png "Logo")

A reverse engineered Google Maps streetview client in C++ that lets you download panoramas and render them.

![Stationary viewer](./images/example.gif "Stationary viewer")
Expand Down
1 change: 0 additions & 1 deletion build.sh

This file was deleted.

4 changes: 3 additions & 1 deletion images/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
*.mov
*.mov
*.xcf
*.svg
Binary file added images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 81314d7

Please sign in to comment.