Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexaredecimal/jwm
https://github.com/hexaredecimal/jwm
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexaredecimal/jwm
- Owner: hexaredecimal
- Created: 2023-06-22T12:24:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-17T02:13:43.000Z (over 1 year ago)
- Last Synced: 2024-11-06T03:48:18.552Z (3 months ago)
- Language: Java
- Size: 2.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JWM - A simulation of a Gnome Inspired Desktop Environment
>> How it looks (WIP)
![image](https://github.com/hexaredecimal/JWM/assets/51314855/30b29d78-8244-471d-90d3-de54eafc6dd1)## Todo:
> Change the icons.> Bind apps to their icons
> Fix the memory issues (Atleast improve it)
> Add thread support
## Supported Applications
* WebBrowser
* FileManager
* Text editor (Multiple programming language support)
* MineSweeper
* Math Graph plotter
* Calculator
* Terminal## Why?
* ### Fun
>>> When I started this project I had finished writing my exams, so to "relax" I chose to write a desktop environment (Kind of) using the language I'm learning at school... JAVA!
* ### Why Not
>>> Not every idea is a good one, but an acedemic person, experiments are part of my daily life. So this is an experiment on how performant the JDK is.## Future?
* ### Kotlin
>>> Recently picked up Kotlin, I'm loving it. Maybe a Kotlin based rewrite or interop may happen. I don't know... If I get time.## Contribution
* Feel free to port your java programs to this project. Any program is accepted as long as it is useful and not already there.
* Code improvements are super welcome, coz I kinda suck.