Skip to content

An OpenGL computer graphic mini-project on Working of Blockchain

Notifications You must be signed in to change notification settings

nikhil-amin/BLOCKCHAIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Working Of Blockchain

An OpenGL computer graphic mini-project on Working of Blockchain

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 Source.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 Source.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

An OpenGL computer graphic mini-project on Working of Blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages