Code Monkey home page Code Monkey logo

orbitingyeti's Introduction

What is this?

OrbitingYeti is a tool to write Nassi-Schneidermann diagrams. The name is just a randomly generated codename.

What is a NS diagram?

Nassi-Schneidermann diagrams aka structograms are a way to graphically represent a structured program, which in modern terms are programs written with a procedural paradigm. Structograms were first introduced in the '70 by Isaac Nassi and Ben Schneiderman to replace flowcharts that were becoming inadequate as they couldn't represent concepts like recursion.

Paper from 1973: http://www.cs.umd.edu/hcil/members/bshneiderman/nsd/1973.pdf

Why?

Because I wanted to practice C++ and try QT, and also because there aren't many (good, non web based, cross platform) tools to draw these kind of diagrams.

Alternatives

I don't have much time to work on this so here's an alternative.

Structorizer: http://structorizer.fisch.lu/

relevant xkcd

How to build

$ git clone https://github.com/NaoPross/OrbitingYeti.git && cd OrbitingYeti  
$ mkdir -p build && cd build  
$ qmake .. && make   

Project

TODO

  • Ui
  • Draw diagrams
  • Save / load diagrams
  • Export diagrams to
    • PDF
    • TikZ
    • Svg
    • PNG
  • Cross platform
  • DEB / RPM Package

Coding style

I use QtCreator's default coding style.

For more details see: https://wiki.qt.io/Qt_Coding_Style

Git

If you want to contribute write commits in the imperative (default) form.

orbitingyeti's People

Contributors

naopross avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

x-bruce

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.