Giter VIP home page Giter VIP logo

scipper's Introduction

Scipper

High performance screen capturing library for C++.

Getting the library

First things first, clone the repository to a local directory.

git clone https://github.com/DhirajWishal/Scipper {Source}

Note: {Source} is the source directory where the library is cloned to.

How to build

Before we begin, make sure that you have Python installed.

After successfully cloning, all the build scripts are present within the {Source}/Scripts directory, and the required binaries are present within {Source}/Tools.

python BuildScript.py

Windows

For windows, we use Visual Studio to build the project. Make sure that you have the C++ workloads along with Game development with C++ modules installed.

After the projects are built, open the Scipper.sln file in Visual Studio. From here on you can either build the Test project which will in return build the Scipper project, or else you can manually select and build it.

Linux

For linux, we use make. After building the Makefiles you can run the make file under {Source}. This will build the Test project. Optionally you can specify which project to build.

How to use

Make sure that you link against the Scipper static library (which is built in {Source}/Builds/Binary/{Config} and have the include directory set under {Source}/Include.

License

This repository is licensed under MIT.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.