Giter Site home page Giter Site logo

gpvpl's Introduction

GPVPL - General Purpose Visual Programming Language

Work in Progress

Table of Contents

  1. Table of Contents
  2. Introduction
  3. Roadmap
  4. Plug and Play Front-end

Introduction

GPVPL is a Visual Programming Language built with two goals.

A General Purpose Language

A lot of the widely used Visual Programming Languages are either built for education (Scratch, Snap!), built to function inside specific applications (Blender's node graphs) or built for specific use cases (Cameleon, Nodal).

GPVPL is being built with the goal to be a general purpose language that can be used for a wide variety of tasks.

Easy transition to other languages

Some of the Visual Programming languages built for education and giving introduction to programming are tailored to work with sprites and building graphical applications.

GPVPL is being built with the goal to make it easier for users to transition to other widely used programming languages (like Java and python). This is done by using terminology, syntax and concepts similar to these languages, making it easier for the users to correlate the concepts in those languages.

Roadmap

Feature / Capability Backend Frontend
Introduce Basic Data types - Int, String, Float, Bool In Progress
Introduce Basic Opeators - +, -, *, /, % In Progress
Introduce Vairable creation and assignments In Progress
Introduce Conditional operators - >, <, >=, <=, ==, !=
Introduce if/else statements
Introduce Loops
Introduce Functions

Plug and Play Front-end

The backend runs in two modes:

  1. Executor - In this mode, the backend will execute the code. This code can be generated from the Front-end and is a JSON file.
  2. Web Server - In this mode, the backend will run as a server and expose REST endpoints. The Front-end will use this API to run the Visual code.

This means that you are not tied to the Front-end that is available in this repo. You can build your own front end and use it with the backend to run the code.

gpvpl's People

Contributors

bbloggsbott avatar

Watchers

 avatar  avatar  avatar

gpvpl's Issues

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.