university project for realtime graphics programming
  • JavaScript 74.2%
  • HTML 20%
  • Python 2.5%
  • C++ 0.8%
  • GLSL 0.6%
  • Other 1.8%
Find a file
2022-09-23 10:03:42 +02:00
lib is it maybe working? 2017-06-08 11:40:07 +02:00
models fix barrel model 2017-07-17 17:08:25 +02:00
src Merge branch 'ocean' of ssh://github.com/silverweed/pgtr 2017-07-17 16:53:48 +02:00
textures finalize ocean 2017-07-13 17:12:18 +02:00
.gitignore remove useless files 2017-06-22 11:08:14 +02:00
index.html update title 2022-09-23 10:03:42 +02:00
README.md markdown messes up README 2016-11-15 17:13:42 +01:00
style.css first commit 2016-11-12 12:42:04 +01:00
watch.sh stuff 2016-11-27 21:12:11 +01:00

Requires An Iced CoffeeScript compiler to build.

Easiest way to get it up & running:

  • Install npm
sudo pacman -Sy npm
  • Install ICS
sudo npm install -g iced-coffee-script
  • Run the script
./watch.sh
  • Open the page in browser
firefox index.html