Git Product home page Git Product logo

flamendless / codenect-vps Goto Github PK

View Code? Open in Web Editor NEW
43.0 2.0 5.0 4.6 MB

CodeNect is a visual programming software developed for my thesis as a supplementary tool for beginners in programming.

Home Page: https://flamendless.itch.io/codenect

License: GNU General Public License v3.0

C++ 39.78% Objective-C 0.86% C 58.79% CMake 0.50% Shell 0.05% Batchfile 0.02%
cpp imgui visual programming vpl

codenect-vps's Introduction

image

image image image

Buy the binary for Windows over at itchio to support the developer

About

CodeNect is a visual programming software developed for my thesis as a supplementary tool for beginners in programming.

Demo/Screenshots

Check the media for a ton of images

Features

  • The visual code can be compiled to C code using TinyC Compiler
  • No installation needed

The following data types (slots) are supported:

  • Bool
  • Integer
  • Float
  • Double
  • String

The following nodes are supported:

  • Variable
  • Operation - +, -, *, /
  • Comparision - ==, !=, <, >, <=, >=, &&, ||
  • Action:
    • Print
    • Prompt
    • Set
  • Mathematical functions:
    • Root
    • Power
    • Sine
    • Cosine
    • Tangent
  • String functions:
    • To lowercase
    • To uppercase
    • To arrray
  • Get
    • Variable (string) length
    • Array size
    • Array element (by index)
  • Branch/If
  • For-Loop
  • Data Structure:
    • Array

Platforms

The supported platforms are:

  • Linux
  • Windows 7, 10 (64 bit)

Requirements

  • CMake
  • Ninja
  • Clang++ (11.1.0 or higher)
  • C++17

Compiling/Building

(clone the repo first then get the submodules)

  • For Linux, just run ./build.sh rebuild && ./build.sh compile && ./build.sh run
  • For Windows, just run build_win.bat

Testing

  • cd test && ./build.sh rebuild
  • ./build.sh test_detailed or ./build.sh test_summary

Tools/Libraries

CodeNect is grateful to the following tool/libraries for making it possible:

LICENSE

License is GNU General Public License v3.0

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.