1. Object-Based Flow Charts (obfc.js) obfc.js is an object-based JavaScript Library for drawing SVG flow charts acroos modern web browsers. It makes easily to construct objects,… Okumaya devam
2. obfc.js: Example This obfc.js example shows a flowchart about search in an array. Source codes and output of these codes are examined… Okumaya devam
4. obfc.js: All SVG Shapes This post demonstrates 24 different SVG shapes of obfc.js and their javascript codes for creating these shapes. (daha&helliip;) Okumaya devam
3. obfc.js: Properties of a SVG shape obfc.js has 24 different SVG shapes but this post is described properties of a shape (process) by examples. add_theObject is… Okumaya devam
5. obfc.js: Creating Lines This post introduces draw_theLine and Line function to connect two objects. (daha&helliip;) Okumaya devam
7. obfc.js: free_draw and free_write functions This post introduces two function in obfc.js: free_draw and free_write functions. If you don't like draw of Line function, you… Okumaya devam
6. obfc.js: Collision Detection, Editmode and Console.log obfc.js detects the intersection of two or more objects. Therefore, we recommend 100 px between two objects. But still, we can make… Okumaya devam