Skip to content

MuballighHossain/JOGL-Drawing-Pixels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOGL-Drawing-Pixels

Drawing Pixels:

  1. For (100 times) a. X = randNumb(); b. Y = randNumb(); c. Draw Pixel(x,y); Here, randNumb() should generate a random floating point number between -1 and 1

  2. Create a txt file "coordinates.txt" a. populate the file with 20 points between -1 and 1 For (EOF) X = readNextValue(); Y = readNextValue(); DrawPixel(x,y);

Releases

No releases published

Packages

No packages published

Languages