Skip to content

roshan-raj/Computer-Graphic-Project-on-working-of-Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
$ 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, to your file and run it. If you haven't setup Visual Studio with OpenGl you can follow this link and do so.

About

Computer Graphic Project for the working of Blockchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages