GitXplorerGitXplorer
b

TSBK07

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
aa22d4e542448f22a7b6a51dcf1d76fc05b44783

Update README.md

bbogdanteleaga committed 9 years ago
Unverified
14c6042488dfd4d837fe2996cc100343bf6ae14e

Update README.md

bbogdanteleaga committed 9 years ago
Unverified
f3c326ac07445d9963d4085d7cfba61584bd6253

Such refactoring, very comments

bbogdanteleaga committed 9 years ago
Unverified
16c2c320dade8aa00148da34057bd81033710043

Almost final commit. Added screenshots, new textures for skybox and removed flunky print statements. Also added rotations to asteroid belt

bbogdanteleaga committed 9 years ago
Unverified
4a2fbcaaf7c23189ed34be764d957cfec1a8d24a

Tweaked some values for asteroid belt. Also drawing skybox last now for some more performance

bbogdanteleaga committed 9 years ago
Unverified
dac6f3b0c0da17bb070e5d4fde9c2d39f4655656

Cleanup

bbogdanteleaga committed 9 years ago

README

The README file for this repository.

CG

CG Project

To contribute:

Get latest changes:

  • git checkout master
  • git fetch origin
  • git merge origin/master

Create new working branch:

  • git checkout -b new-feature

do changes

Stage your changes and write the history:

  • git add, git commit

Re-update master before pushing:

  • git checkout master
  • git fetch origin
  • git merge origin/master

Update your branch:

  • git checkout new-feature
  • git rebase master

Update master with your branch:

  • git checkout master
  • git merge new-feature

Push changes to Github:

  • git push origin master

To run it:

  • cd < project-folder >
  • source < env-name >/bin/activate
  • MESA_GL_VERSION_OVERRIDE=3.3 MESA_GLSL_VERSION_OVERRIDE=330 python main.py

First time you need to add:

  • cd < project-folder >
  • virtualenv < env-name >
  • source /bin/activate
  • pip install -r requirements.txt