Skip to content

inohime/SIMDb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMDb

A minimal set IMDb tool using C++

Searches require a '+' in-between keywords

Features

  • Search for movies and actors/actresses
  • View movies an actor or actress has appeared in

Example

SIMDb Example Video

Building

  • This project uses C++20, make sure your compiler supports it
# in root directory
cmake -B ./build -DCMAKE_BUILD_TYPE=release -G "Ninja"
# in build directory
cd build && cmake -DCMAKE_CXX_COMPILER_LAUNCHER=ccache .. && ninja
  • To clean up the executable, use the below command in your terminal
# in root directory
cmake --build ./build --target clean
  • To setup clangd with this project
    1. Run the build step first!
    2. cd build (unless already in build folder)
    3. Run the following command
# in build directory
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -G "Ninja" ..

About

A C++20 minimal set IMDb tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors