Git Product home page Git Product logo

sortilyzer's Introduction

Sortilyzer

Codacy Badge

Sortilyzer is a sorting algorithm visualizer, under MIT License. Sortilyzer codebase is written in C++17 using Visual Studio 2019. Using external dependencies as

  • GLFW
  • GLEW
  • SFML
  • ImGui-SFML
  • Dear-ImGui

Currently sortilyzer is able to visualizer only few standard comparision based sorting algorithms.

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Quick Sort

Sortilyzer is not using any build system for now like CMake, PreMake, Bazel etc. Therefore if you wish to run it on OS other than Windows, you have to set up things from scratch.

Setup Guide

Windows

In order to build and run sortilyzer locally on your system you need

  • Microsoft Visual C++ Compiler
  • GLFW
  • GLEW
  • SFML
  • Dear-ImGui
  • ImGui-SFML

Once you have all these dependencies, clone the repository and set the include path, Linker dependencies in project properties in Microsoft Visual Studio.

Sortilyzer is using static library linking so make sure you also set the static SFML flag and GLEW static flag in properties > C/C++ > Preprocessor > Preprocessor Definitions

  • For GLEW set GLEW_STATIC
  • For SFML set SFML_STATIC

After setting all these you will successfully be able to build Sortilyzer on your local machine.

Provided here a basic overview for how to setup on local system, In case of any problem feel free to open issue regarding.

Linux

  • Install SFML, glfw, GLUT, GL, GLU, GLEW
  • run ./premake gmake
  • run make

Check bin folder for executable file to run the app

Test Drive

Preview


Contribution

All PR are welcome.

sortilyzer's People

Contributors

ayaankhan98 avatar codacy-badger avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  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.