Sample applications » Histórico » Versión 2
Federico Vera, 2018-07-08 05:09
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 | 2 | Federico Vera | * [SimonCircuit], a simple circuit simulator. |
12 | 1 | Federico Vera | |
13 | [Java 7]: http://www.java.com |
||
14 | [`jdrawinglib`]: https://redmine.riddler.com.ar/projects/jdrawinglib/ |
||
15 | [`exp4j`]: https://redmine.riddler.com.ar/projects/exp4j |
||
16 | [Plotter]: https://redmine.riddler.com.ar/attachments/194/Plotter.jar |
||
17 | [`GraphicCreator.java`]: https://redmine.riddler.com.ar/projects/jdrawinglib/repository/revisions/master/show/src/main/java/com/dkt/graphics/extras/GraphicCreator.java |
||
18 | [CityApp]: https://redmine.riddler.com.ar/attachments/195/CityApp.jar |
||
19 | [GPixMapCreator]: https://redmine.riddler.com.ar/attachments/196/GPixMapCreator.jar |
||
20 | [`GPixMap.java`]: https://redmine.riddler.com.ar/projects/jdrawinglib/repository/revisions/master/show/src/main/java/com/dkt/graphics/extras/GPixMap.java |
||
21 | [GraphicCreator]: https://redmine.riddler.com.ar/attachments/197/GraphicCreator.jar |
||
22 | [`GSprite.java`]: https://redmine.riddler.com.ar/projects/jdrawinglib/repository/revisions/master/show/src/main/java/com/dkt/graphics/extras/GSprite.java |
||
23 | [ParametricFun]: https://redmine.riddler.com.ar/attachments/193/ParametricFun.jar |
||
24 | [GSpriteExample]: https://redmine.riddler.com.ar/attachments/198/GSpriteExample.jar |
||
25 | 2 | Federico Vera | [SimonCircuit]: https://redmine.riddler.com.ar/attachments/215/SimonCircuit.jar |