flamendless / CodeNect-VPS

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://flamendless.itch.io/codenect

License:GNU General Public License v3.0


Languages

Language:C 58.8%Language:C++ 39.8%Language:Objective-C 0.9%Language:CMake 0.5%Language:Shell 0.0%Language:Batchfile 0.0%