Code Monkey home page Code Monkey logo

fastdensity's Introduction

fastdensity

Density maps as fast as possible

Getting started

these instructions will help you get a copy of the project, and make it run on your local machine for developpement and testing purpose. Please consult the licence of this project before.

Prerequisites

What things you need for install the software, and where to find them, with some recommandation if you work with a windows OS)

With Linux/Mac OS :

NEED TO BE CONFIRMED (with those OS the package manager inside should manage alone the link between all the files needed)

other softs :

  • Cmake
  • G++ : C++11 required

librairies (just install them using the package manager of your OS):

With Windows OS :

(working with windows may be slightly more complexe. Since there is no package manager include in the OS)

other softs :

librairies (just install them using the following explanations):

Installing

A step by step series of instructions that tell you how to get a development environnement running.

With Linux/Mac OS :

TODO

With Windows OS :

  1. First, "git clone" somewhere on your machine
  2. Then download every libraries in a static way, and store them somewhere (see the prerequisites)
  3. Create a "build" folder wherever you want, it will contain all the builds of your project. (I recommand inside the project "../fastdensity/build")
  4. Using Cmake (I recommand using the GUI in windows) generate your build files. During the "configure" operation, you'll have to manually point where your libraries and include files are (don't worry, if you're using the GUI we showed it up)
  5. build the programme, then before launching it, in "../build/src/release" copy all the .lib and .dll files from the libraries previously installed, and remimaps.vs & remimaps.fs.
  6. Execute the programme, selectiing main.exe as the solution to run. A .csv file called "bench_YYYY-MM-DD_HH-MM-SS" (where YYYY-MM-DD_HH-MM-SS represent the actual date and time) should have been generated in "../build/src", this file is the result of the run.

Autors

Licence :

This project is licensed under the MIT License - see the LICENSE file for details.

fastdensity's People

Contributors

bardesremi avatar jdfekete avatar

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.