https://github.com/dnglokpor/csci240princadproject
This is a class project done to explore different OOP concepts and design patterns. The goal is to implement a CAD-like application using JavaFX. The project is updated via weekly increments where new functionalities are added.
https://github.com/dnglokpor/csci240princadproject
java-11 javafx-gui oops-in-java
Last synced: 8 months ago
JSON representation
This is a class project done to explore different OOP concepts and design patterns. The goal is to implement a CAD-like application using JavaFX. The project is updated via weekly increments where new functionalities are added.
- Host: GitHub
- URL: https://github.com/dnglokpor/csci240princadproject
- Owner: dnglokpor
- Created: 2021-02-09T09:41:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T21:15:25.000Z (over 4 years ago)
- Last Synced: 2025-01-03T15:45:11.672Z (9 months ago)
- Topics: java-11, javafx-gui, oops-in-java
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
**Author: Delwys Glokpor (dnglokpor)**
**Description:**
This repository contains works done on the prinCad project for the Object Oriented
Programming class of Principia College, Spring 2021 (CSCI 240). the goal was to
make an application using *JavaFX11* which is really just a light paint like app
with buttons that give shapes options and a couple other buttons that allow control
of the application state like saving and opening old files.