reorganized due to feedback
This commit is contained in:
parent
969f63105a
commit
f006bec851
3 changed files with 22 additions and 22 deletions
|
@ -7,23 +7,6 @@ project-category: Java
|
|||
# Java
|
||||
Split up into several categories, due to how many Java projects I've done.
|
||||
|
||||
## Plain Java
|
||||
As in, programs that only use Java, and not any other libraries
|
||||
|
||||
#### Gift Exchange [Source Code](https://github.com/thepaperpilot/christmasExchange)
|
||||
|
||||
A program for creating psuedo-randomized gift exchanges with dynamic rules.
|
||||
|
||||
## Android
|
||||
|
||||
#### iCan [Source Code](https://github.com/brianqvpham/iCan)
|
||||
|
||||
Made in beautiful material design, this app efficiently and intuitively collects data from users on recycling habits and provides information about the impact they are having, as well as enabling users to directly compare their impacts to the each through social medias.
|
||||
|
||||
Made for HackTX 2015 in under 24 hours!
|
||||
|
||||
![](./ican-assets/screenshot-1.png) ![](./ican-assets/screenshot-2.png) ![](./ican-assets/screenshot-3.png)
|
||||
|
||||
## libGDX
|
||||
A java-based game engine, more information [on their website](https://libgdx.badlogicgames.com/)
|
||||
|
||||
|
@ -80,3 +63,20 @@ Create and mutate and breed planets. Browse a collection of procedurally generat
|
|||
This is a game made in under 48 hours for UT Dallas' SDGA Fall 2015 Game Jam!
|
||||
|
||||
I want to at some point flesh this out into an entire, original game (and less of a Life is Strange fan game)
|
||||
|
||||
## Android
|
||||
|
||||
#### iCan [Source Code](https://github.com/brianqvpham/iCan)
|
||||
|
||||
Made in beautiful material design, this app efficiently and intuitively collects data from users on recycling habits and provides information about the impact they are having, as well as enabling users to directly compare their impacts to the each through social medias.
|
||||
|
||||
Made for HackTX 2015 in under 24 hours!
|
||||
|
||||
![](./ican-assets/screenshot-1.png) ![](./ican-assets/screenshot-2.png) ![](./ican-assets/screenshot-3.png)
|
||||
|
||||
## Plain Java
|
||||
As in, programs that only use Java, and not any other libraries
|
||||
|
||||
#### Gift Exchange [Source Code](https://github.com/thepaperpilot/christmasExchange)
|
||||
|
||||
A program for creating psuedo-randomized gift exchanges with dynamic rules.
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
layout: default
|
||||
title: Photoshop
|
||||
project-category: Photoshop
|
||||
title: Photoshop/Gimp
|
||||
project-category: Photoshop/Gimp
|
||||
---
|
||||
|
||||
# Photoshop
|
||||
Technically not just Photoshop, but digital art tools in general
|
||||
# Photoshop/Gimp
|
||||
Graphic Design.
|
||||
|
||||
#### Digital Drawing
|
||||
|
||||
|
|
|
@ -3,4 +3,4 @@ markdown: kramdown
|
|||
kramdown:
|
||||
input: GFM
|
||||
permalink: /:title
|
||||
project-categories: [Java, Photoshop, Other]
|
||||
project-categories: [Java, Photoshop/Gimp, Other]
|
||||
|
|
Loading…
Reference in a new issue