Select your language

Home arrow-right ... arrow-right Development Software arrow-right IDE Software (Integrated Development Environments) arrow-right Evaldraw

We've compiled a list of 7 free and paid alternatives to Evaldraw. The primary competitors include VWO Fullstack, Processing. In addition to these, users also draw comparisons between Evaldraw and Nodebox, Vvvv, Cinder. Also you can look at other similar options here: Development Software, IDE Software (Integrated Development Environments).


VWO Fullstack
Free Trial Subscription

Effortlessly trial and implement intricate features with VWO FullStack. It offers server-side adaptability for diverse experiments with in-depth segmentation, ensuring optimal performance and consistent user experiences across channels.

Processing
Free Open Source

C++ and Java programming at the speed of thought.

Nodebox
Free Open Source

NodeBox is a new software application for creating generative art using procedural graphics and a...

Vvvv
Free

vvvv is a graphical programming environment for easy prototyping and development.

Cinder
Free Open Source

CINDER PROVIDES A POWERFUL, INTUITIVE TOOLBOX for programming graphics, audio, video, networking...

Shoebot
Free Open Source

Shoebot is a pure Python graphics robot: It takes a Python script as input, which describes a...

Protovis
Free Open Source

Protovis composes custom views of data with simple marks such as bars and dots.

Evaldraw allows you quickly write small programs in its C-like language.

Evaldraw Platforms

tick-square Windows

Evaldraw Video and Screenshots

Evaldraw Overview

Evaldraw allows you quickly write small programs in its C-like language. It supports static variables, enums, arrays, functions and just recently structs.

Your code is re-compiled every time you type a character! Goodbye tedious compile times!

A simple program that draws a gradient with the mouse:
code:
()
{
setcol(mousx/xres*255,mousx/yres*255,255);
drawsph( mousx, mousy, 10 );
}

Evaldraw lets you quickly test an idea. Its great for prototyping. There are built-in functions for drawing circles, lines, cones, and some OpenGL primitives (GL_LINES, GL_TRIANGLES, GL_QUADS ).

In addition to being a programmingenviroment you can evaluate functions in 1D, 2D and 3D!

It even has a buildt in keyboard for playing music. This is so you can write your own instruments as a function of time and amplitude in the 1D mode.

Evaldraw has a lot of great examples and games included.

Evaldraw Features

tick-square Prototyping

Share your opinion about the software, leave a review and help make it even better!

Evaldraw Tags

instant-compiler opengl programming-language c-development programming

Suggest Changes

Your Feedback

Select a rating
Please select a rating

Your vote has been counted.

Do you have experience using this software?