https://github.com/codgician/cadet
:school: School Project - C Programming Language Lecture, June 2018
https://github.com/codgician/cadet
codeblocks ege
Last synced: 3 months ago
JSON representation
:school: School Project - C Programming Language Lecture, June 2018
- Host: GitHub
- URL: https://github.com/codgician/cadet
- Owner: codgician
- License: mit
- Created: 2018-06-12T14:32:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T03:33:14.000Z (over 7 years ago)
- Last Synced: 2024-12-29T03:48:44.457Z (about 1 year ago)
- Topics: codeblocks, ege
- Language: C++
- Homepage:
- Size: 437 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CADET
```
WARNING: Yet Another Final Exam Project...
```
This is a pathetically written CAD software packed with minimum set of functions, which will never be capable of being used in real production.
CADET is based on Easy Graphic Engine (aka EGE), a graphic library written in C++. However the teacher asked us to finish the project using C, so this project has **NOT** taken much advantage of OOP features, such as classes.