GithubHelp home page GithubHelp logo

blanca's Introduction

Blanca

Blanca app Blanca is drawing app that allows users to draw objects on the screen using the blanca programming langauge.

blanca demo

Blanca DUMAS Interpreter Blanca DUMAS Interpreter is a Ultra fast, Highly efficient Functional programming language designed for drawing objects. DUMAS pronounced dumbass stands for Design Utility Methods only Application Syntax. DUMAS is designed to make it easier for typing code on mobile.

Documentation

###comments

DUMAS comments are one of the easiest comment styles compared to any other programming langauge. DUMAS provides a very efficient and scaleable way of writing comments.

Single line comment // this is a single line comment

two line comment

//this is a

//two line comment

three line comment

//this is a

//three line

//comment

###drawing

drawCircle(radius, posX, posY) Draws a circle of a given radius at a position (x, y) on the UI

drawLine(startX, startY, endX, endY) Draws a line from a start point x and y to and end point x and y

writeText(text, posX, posY) Draws text at the given x and y position

clear() Clears the blanca canvas

###loops Repeating actions on blanca is extremely simple. Here is an example how to draw 3 circles on the UI :

drawCircle(100,100,100)
drawCircle(100,200,200)
drawCircle(100,300,300)

its as simple as that. JK, loops are WIP.

blanca's People

Contributors

aravindkarthik96 avatar

Watchers

 avatar

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.