removed :

- CameraWindow.java
- CCTVManager.java
changed :
/ Main.java (refactoring for classes)
/ pom.xml (went SWT Free)
/ readme.md ; some changes to dep. and future plans section

Now this project does not rely on SWT (Eclipse) it now uses Swing, which is plenty and is protable
This commit is contained in:
2026-01-12 21:50:19 +01:00
parent 965bed6801
commit 370df03205
5 changed files with 6 additions and 273 deletions

View File

@@ -5,7 +5,7 @@ If you want to build this project on yourself, you will need IntelliJ (or any ot
## Dependencies:
- Webcam by Sarxos
- SWT
- Swing (AWT)
- _lwjgl (with opengl)_ → This is important for our goals of rendering on the GPU.
- junit for testing stuff
- jcodec, in the future we will be recording using this
@@ -14,10 +14,14 @@ If you want to build this project on yourself, you will need IntelliJ (or any ot
### Future Plans:
They arent too big, i want one thing more and that is some more utilities in the camera window.
Protable Jar which can be run with JRE 17 (already done but not too good!)
### Future Plans:
- [x] basic network cam interfacing
- [ ] better multiplexer (or whatever the viewport is called in cctv)
- [x] Protable .jar which can be run with **JRE 17**
### Author(s):
- rattatwinko