https://github.com/amruthpillai/theepilogueofeducation-cgproject
The Epilogue of Education is a CG Project Story that defines the problems of education in our current society, and how we are far off from an actual smart world.
https://github.com/amruthpillai/theepilogueofeducation-cgproject
c cpp education glut opengl story visual-studio
Last synced: 5 days ago
JSON representation
The Epilogue of Education is a CG Project Story that defines the problems of education in our current society, and how we are far off from an actual smart world.
- Host: GitHub
- URL: https://github.com/amruthpillai/theepilogueofeducation-cgproject
- Owner: AmruthPillai
- Created: 2017-03-19T11:44:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T07:27:20.000Z (about 8 years ago)
- Last Synced: 2024-05-02T05:37:21.676Z (about 1 year ago)
- Topics: c, cpp, education, glut, opengl, story, visual-studio
- Language: C++
- Size: 60.5 KB
- Stars: 7
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Epilogue of Education - CG Project
The Epilogue of Education is a CG Project story that defines the problems of education in our current society, and how we are far off from an actual smart world.
## Scene Breakdown
1. Introduction Screen
2. Preface/Summary3. **Chapter 1** - Kindergarten
4. **Chapter 2** - Primary School
5. **Chapter 3** - High School
6. **Chapter 4** - Pre University College
7. **Chapter 5** - Engineering College
8. **Chapter 6** - Workplace9. Epilogue of Education
10. Moral of the Story## Compiling
* To compile the project on **UNIX Machines** (Linux, OS X etc.), run the command in your terminal:
`g++ -framework OpenGL -framework GLUT -w main.cpp -o main.o` and use `./main.o` to execute it.
* To compile the project on **Windows Machines**, install the latest version of Visual Studio and open the
`The Epilogue of Education.sln` solution package.