GithubHelp home page GithubHelp logo

maks-kovpak / voronoi-diagram Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 8.98 MB

Implementation of a Voronoi diagram in C++ using the SFML library and a fragment shader in GLSL

License: MIT License

C++ 96.21% GLSL 0.15% CMake 3.64%
cpp glsl-shader sfml voronoi-diagram

voronoi-diagram's Introduction

Voronoi diagram

My implementation of the Voronoi diagram. Points are generated randomly. By clicking on any point, it is highlighted and you can move it around the screen. You can also add new points with the left mouse button while holding down the Left Alt key. Note that the maximum number of points is 512, but you can increase this number in the code. The initial number of points is 20.

If you want to use Manhattan distance, in the voronoiColors.frag file add the line #define MANHATTAN (Manhattan distance is only implemented for the color mode).

To enable color mode, you need to add the line #define COLORS in the main file.

Using Manhattan distance

Without colors (only edges)

voronoi-diagram's People

Contributors

maks-kovpak avatar

Watchers

 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.