Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roshan-raj/computer-graphic-project-on-working-of-blockchain
Computer Graphic Project for the working of Blockchain.
https://github.com/roshan-raj/computer-graphic-project-on-working-of-blockchain
cpp glut opengl
Last synced: about 7 hours ago
JSON representation
Computer Graphic Project for the working of Blockchain.
- Host: GitHub
- URL: https://github.com/roshan-raj/computer-graphic-project-on-working-of-blockchain
- Owner: roshan-raj
- Created: 2018-04-22T01:53:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T16:22:44.000Z (over 6 years ago)
- Last Synced: 2024-11-12T21:41:04.986Z (2 months ago)
- Topics: cpp, glut, opengl
- Language: C++
- Homepage:
- Size: 297 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Demonstration of Blockchain using Graphic System.
### Installation Instruction (Ubuntu/Linux)
- The first step is to install the development libraries of OpenGL/Glut in Ubuntu:
```
sudo apt-get install freeglut3 freeglut3-dev
```
- Clone the repository and 'cd' over to [the main directory](https://github.com/roshan139154/Computer-Graphic-Project-on-working-of-Blockchain), execute the following command```
$ gcc main.cpp -lGL -lGLU -lglut -lm -o output
$ ./output
```
### Instruction for CodeBlocks- If you have CodeBlocks installed just open the project in it and run the main.cpp file. Make sure you have freeglut setup in your codeblocks.
### Instruction for Visual Studio
- If you have Visual Studio installed, create a new project and copy the contents of the [main.cpp](https://github.com/roshan139154/Computer-Graphic-Project-on-working-of-Blockchain/blob/master/main.cpp), to your file and run it. If you haven't setup Visual Studio with OpenGl you can follow this [link](https://www.youtube.com/watch?v=HurTyJ3v_xg) and do so.