.

Showing posts with label draw. Show all posts
Showing posts with label draw. Show all posts

Friday, April 27, 2012

[Javascript] [Crafty] Draw Image

          Hello, Reader ^^! Back again with source code. This time is Draw Image which is written in Java script programming language and Crafty extension. This shows how to draw image in Crafty screen. You need Image and 2D object in the Crafty object for image and positioning. You also need linking with an image in the folder you want. Okay, that's all I can say. Thank you for reading ^^!













Saturday, November 26, 2011

[Java] Draw Rhombus With Text

          Hello Reader ^^! Back again with source code ^^! This time the source code is Draw Rhombus with Text. It is written in Java language. This source code is a translation from the C language I posted before. This source code will draw a rhombus shape using a character like "1", "I", "?", """, "^", and more. The height of the rhombus depends the maximum width of the rhombus. The wider the rhombus, the taller the rhombus. Okay, that's all I can say. Thank you for reading ^^!





Extra Credit:
- Problem case inspired from my past in high school

Download/View Source Code in Virucodesoup Page





Sunday, November 20, 2011

[C] Draw Rhombus with Text

          Hello Reader ^^! Back again with source code ^^! This time the source code is Draw Rhombus with Text. It is written in C language. This source code will draw a rhombus shape using a character like "1", "I", "?", """, "^", and more. The height of the rhombus depends the maximum width of the rhombus. The wider the rhombus, the taller the rhombus. Okay, that's all I can say. Thank you for reading ^^!




Extra Credit:
- Problem case inspired from my past in high school

Download Source Code in Virucodesoup Page