Coder Social home page Coder Social logo

boyquotes / visualizations Goto Github PK

View Code? Open in Web Editor NEW

This project forked from christopher-besch/visualizations

0.0 0.0 0.0 8.74 MB

Visualize Graphs with Godot and C++.

Home Page: https://visualizations.chris-besch.com/warshall/index.html

License: MIT License

C++ 88.62% Python 11.38%

visualizations's Introduction

Visualizations

Check out the Floyd-Warshall Algorithm in your desktop web browser: visualizations.chris-besch.com/warshall

Everything is written using C++ with GDNative in Godot. I could have saved a lot of time by using GDScript but I really like C++ and am used to the C++ standard library for competitive programming. So this repo might be a good reference if you want to see how things can be done in Godot with C++.

To arrange the graph's nodes I use Godot's physics engine and ForceAtlas2, a Continuous Graph Layout Algorithm for Handy Network Visualization Designed for the Gephi Software. With a little bit of work, this visualization code can be included in your own project. If you need some help with that, create an issue and let me know.

Commands

  • scons platform=linux -Q compiledb
  • source ~/.emsdk/emsdk_env.sh && scons platform=javascript -j12 target=release && scons platform=linux -j12 target=release
  • scons platform=javascript generate_bindings=yes -j12 target=release

other

visualizations's People

Contributors

christopher-besch 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.