Giter Site home page Giter Site logo

computer_graphics's Introduction

Computer Graphics Course Project

This repository contains my Computer Graphics Course Project (Spring 2022) at University of Tehran.

Bicycle

Requirements

This project is build for windows and uses win32 api to work. I used freeglut library to make using OpenGL easier.

You can find out more about freeglut here.

Then you can download freeglut library from here. Because we are working on windows you should download MinGW package.

First you need CMake installed on you system. Then install above mentioned library on your MinGW.

You can learn more about MinGW here and download here.

How to Run

After meeting the needs of requirements we are ready to build and run project.

In project root directory create new folder called build. Open command prompt inside this folder and run command below:

cmake -G "MinGW Makefiles" ..

Then return to project root directory and open command prompt here. Then run command below:

cmake --build .\build\ --target Bicycle --config Debug

After command above our executable file is avaliable in build directory named Bicycle.exe.

All above steps are written in build.bat. You simply can open command prompt on project root directory and enter:

build.bat

Or if using PowerShell:

.\build.bat

By running script above executable file will appear in project root directory.

Enjoy :)

computer_graphics's People

Contributors

sm2a avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.