Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

philogl #40

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
e1f2a4c
Fix background issues
philogb Oct 5, 2012
461763b
fix background aura thingy
philogb Oct 5, 2012
70a132d
Fix aspect ratio. Add error message on log for worldFlights example.
philogb Nov 13, 2012
d797036
change fallback font family
philogb Jan 17, 2013
e67ba52
add direct links to font
philogb Mar 4, 2013
0876f25
forgot to add dafont
philogb May 6, 2013
177b672
Update fx.js
philogb May 21, 2013
2a79bae
Update io.md
philogb Jun 18, 2013
5eb8b02
Update media.js
philogb Jun 26, 2013
e4b42a6
Update media.md
philogb Jun 26, 2013
64ad4fd
add bower file
philogb Jun 30, 2013
d7bc461
Merge branch 'master' of https://github.com/philogb/philogl
philogb Jun 30, 2013
de95c36
update bower file
philogb Jun 30, 2013
3a511f9
update bower file
philogb Jun 30, 2013
426d315
Update io.js
philogb Sep 11, 2013
9270ebb
Update scene.js
philogb Oct 18, 2013
770d16b
Update README.md
philogb Oct 24, 2013
b9ce024
Update LICENSE
philogb Oct 24, 2013
409282b
fix events, add new event options, fix picking
philogb Oct 24, 2013
d8f411d
fixed
philogb Oct 24, 2013
ea6751b
fix issue with event handling
philogb Mar 19, 2014
993a7fb
Update o3d.js
philogb Mar 20, 2014
b46c9fd
Update o3d.js
philogb Mar 20, 2014
d67fa96
fix bug when usin gl.POINTS with o3d (gl.POINTS is zero and so we wou…
philogb Mar 30, 2014
e401709
the postprocessing coordinates where not very precise. This fixes thi…
philogb Mar 30, 2014
5634a7b
new builds, and new example that uses vertex shader floating point te…
philogb Mar 30, 2014
a0d8475
fix position
philogb Mar 31, 2014
9ab7ee5
add new builds
philogb Mar 31, 2014
016e68d
Update io.md
philogb Apr 28, 2014
4460de5
make the changed when the mouse moves
philogb Sep 18, 2014
3e1da0b
latest versions
philogb Dec 2, 2014
6dbfe65
Add pixelRatio option to scene.pick
philogb Mar 11, 2015
58ed721
philogl
philogb Jul 5, 2015
df7fdf2
adding npmignore
philogb Jul 5, 2015
3fb2185
add pickingProgram option
philogb Jul 15, 2015
2b3a915
1.6.2
philogb Jul 15, 2015
8b26317
add opt
philogb Jul 15, 2015
568af35
1.6.3
philogb Jul 15, 2015
2df0638
rebuild
philogb Jul 15, 2015
b38e23d
1.6.4
philogb Jul 15, 2015
9304b18
make nearest instead of linear
philogb Jul 15, 2015
52dd9cc
1.6.5
philogb Jul 15, 2015
e65aa56
make nearest instead of linear
philogb Jul 15, 2015
a6c4fbe
1.6.6
philogb Jul 15, 2015
94743fd
module ready
philogb Jul 15, 2015
b237983
1.6.7
philogb Jul 15, 2015
f95b629
comment out console log
philogb Jul 23, 2015
f77d9ae
remove console log
philogb Jul 23, 2015
0d9ffa0
1.6.8
philogb Jul 23, 2015
52ecf88
ensure pickingProgram is active before setUniform
gnavvy Oct 21, 2015
1ac68d8
Update PhiloGL.cls.js
gnavvy Nov 12, 2015
933fe78
Update PhiloGL.js
gnavvy Nov 12, 2015
ede7118
Merge pull request #15 from gnavvy/master
philogb Nov 13, 2015
25e6edc
Update README.md
philogb Jan 29, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docs
examples
shaders
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

Copyright (c) 2011 Sencha Labs - Author: Nicolas Garcia Belmonte (http://philogb.github.com/)
Copyright (c) 2013 Sencha Labs - Author: Nicolas Garcia Belmonte (http://philogb.github.com/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Important
====================================

Work on PhiloGL has been discontinued since Sep 2012. An updated framework with similar notions is being developed [here](https://github.com/uber-common/luma.gl).

PhiloGL: A JavaScript WebGL Framework
=====================================

Author: [Nicolas Garcia Belmonte](http://philogb.github.com/). More information in the [home page of the project](http://senchalabs.github.com/philogl/)!

Copyright (c) 2011 Sencha Labs (http://senchalabs.org/).
Copyright (c) Sencha Labs (http://senchalabs.org/).

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "PhiloGL",
"version": "1.5.3",
"description": "A WebGL Framework for Data Visualization, Creative Coding and Game Development.",
"keywords": [
"dom",
"w3c",
"visualization",
"WebGL",
"animation"
],
"main": "build/PhiloGL.js",
"homepage": "http://senchalabs.org/philogl",
"author": {
"name": "Nicolas Garcia Belmonte",
"url": "http://philogb.github.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/philogb/philogl.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/philogb/philogl/blob/master/LICENSE"
}
]
}

247 changes: 113 additions & 134 deletions build/PhiloGL.cls.js

Large diffs are not rendered by default.

Loading