29 lines
900 B
Markdown
29 lines
900 B
Markdown
# UDE
|
|
UDE is a Java desktop environment that has both a file manager and desktop.
|
|
<br/>
|
|
<h2>Goals:</h2>
|
|
<hr/>
|
|
1. Make an easily customizable desktop environment.<br/>
|
|
2. Allow for fancy effects.<br/>
|
|
3. Mimic some of the old effects such as cube selection, grid wall selection, etc. <br/>
|
|
4. Push the boundaries of what we consider a desktop. Try aiming for a 3D environment or just do something unique.
|
|
<br/>
|
|
<h2>Current Phase:</h2>
|
|
<hr/>
|
|
Fixing up directory structure and setting up for Jar creation. UFM completed and UDE needs it next.
|
|
I might just use UFM's code to do the desktop than a separate Jar.
|
|
<br/>
|
|
<h2>Todo List:</h2>
|
|
<hr/>
|
|
2. Pretty much re-write everything.<br/>
|
|
3. Focus on modularity.
|
|
<br/>
|
|
<h2>Images</h2>
|
|
<hr/>
|
|
|
|
![1 Pane View](Images/1pane.png)
|
|
![2 Pane View](Images/2pane.png)
|
|
![3 Pane View](Images/3pane.png)
|
|
![4 Pane View](Images/4pane.png)
|
|
![5 Logic Flow](Images/logic.png)
|