Sample applications » History » Version 1
  Federico Vera, 2018-07-08 04:41 
  
| 1 | 1 | Federico Vera | This are some sample applications with `jdrawinglib`, they aren't totally tested, the code will eventually be uploaded here (I need to clean them a bit).  | 
|---|---|---|---|
| 2 | |||
| 3 | Remember that in order to run this examples you'll need to have [Java 7] in your computer.  | 
||
| 4 | |||
| 5 | * [Plotter], a small plotter application based on [`jdrawinglib`] and [`exp4j`], it basically plots any function that has `x` as a variable on a given interval. This application tends to fail when a division by zero is encountered.  | 
||
| 6 | * [GraphicCreator], is a wrapper for [`GraphicCreator.java`], it's mostly used for testing `jdrawinglib`, but it has some practical applications to create graphics and images from human editable text files.  | 
||
| 7 | * [CityApp], an application developed by some students in order to learn some concurrent programming, now it has been stripped down and it's simply a lot of cars (squares) moving on a city.  | 
||
| 8 | * [GPixMapCreator], an application that lets you create [`GPixmap.java`] objects to use them later on your application.  | 
||
| 9 | * [ParametricFun], an example of plotting parametric functions (found on the internet) with some multi-threaded capabilities.  | 
||
| 10 | * [GSpriteExample], a ~~super mario~~ like application that show very basic movement using [`GSprite.java`]  | 
||
| 11 | |||
| 12 | [Java 7]: http://www.java.com  | 
||
| 13 | [`jdrawinglib`]: https://redmine.riddler.com.ar/projects/jdrawinglib/  | 
||
| 14 | [`exp4j`]: https://redmine.riddler.com.ar/projects/exp4j  | 
||
| 15 | [Plotter]: https://redmine.riddler.com.ar/attachments/194/Plotter.jar  | 
||
| 16 | [`GraphicCreator.java`]: https://redmine.riddler.com.ar/projects/jdrawinglib/repository/revisions/master/show/src/main/java/com/dkt/graphics/extras/GraphicCreator.java  | 
||
| 17 | [CityApp]: https://redmine.riddler.com.ar/attachments/195/CityApp.jar  | 
||
| 18 | [GPixMapCreator]: https://redmine.riddler.com.ar/attachments/196/GPixMapCreator.jar  | 
||
| 19 | [`GPixMap.java`]: https://redmine.riddler.com.ar/projects/jdrawinglib/repository/revisions/master/show/src/main/java/com/dkt/graphics/extras/GPixMap.java  | 
||
| 20 | [GraphicCreator]: https://redmine.riddler.com.ar/attachments/197/GraphicCreator.jar  | 
||
| 21 | [`GSprite.java`]: https://redmine.riddler.com.ar/projects/jdrawinglib/repository/revisions/master/show/src/main/java/com/dkt/graphics/extras/GSprite.java  | 
||
| 22 | [ParametricFun]: https://redmine.riddler.com.ar/attachments/193/ParametricFun.jar  | 
||
| 23 | [GSpriteExample]: https://redmine.riddler.com.ar/attachments/198/GSpriteExample.jar  |