Hajime Hoshi
|
b69c526613
|
Update comment
|
2015-01-05 23:55:40 +09:00 |
|
Hajime Hoshi
|
f631653681
|
Add example/server to show examples on GopherJS; Update docs
|
2015-01-05 23:55:25 +09:00 |
|
Hajime Hoshi
|
3f45685136
|
Centering <canvas>
|
2015-01-05 22:22:47 +09:00 |
|
Hajime Hoshi
|
1a4b25b23f
|
Change <title> on ui.Start (#56)
|
2015-01-05 22:08:22 +09:00 |
|
Hajime Hoshi
|
7b47e37d34
|
Spped up blocks (#59)
|
2015-01-05 22:02:56 +09:00 |
|
Hajime Hoshi
|
8145561219
|
Use new style methods of matrices (ColorM)
|
2015-01-05 10:31:48 +09:00 |
|
Hajime Hoshi
|
4226354e4a
|
Use new style methods of matrices
|
2015-01-05 10:30:33 +09:00 |
|
Hajime Hoshi
|
2be0aa7f0c
|
Fix comment
|
2015-01-05 10:08:54 +09:00 |
|
Hajime Hoshi
|
f697501531
|
Use ImageParts
|
2015-01-05 10:08:00 +09:00 |
|
Hajime Hoshi
|
cdc29210db
|
Introduce ImageParts
|
2015-01-05 09:32:27 +09:00 |
|
Hajime Hoshi
|
8994ffad9b
|
Avoid copying arrays
|
2015-01-04 22:26:20 +09:00 |
|
Hajime Hoshi
|
265a85e922
|
Update for newer gopherjs
|
2015-01-04 22:25:58 +09:00 |
|
Hajime Hoshi
|
9bec0cf1c6
|
Speed up: avoid allocating
|
2015-01-03 23:42:37 +09:00 |
|
Hajime Hoshi
|
ea98fefc4f
|
Refactoring: matrix initialization
|
2015-01-03 22:54:01 +09:00 |
|
Hajime Hoshi
|
c53695eb56
|
Bug fix: Scale and Translate
|
2015-01-03 19:18:09 +09:00 |
|
Hajime Hoshi
|
ab2b884c49
|
Bug fix: responseType must be set after opening
|
2015-01-03 18:40:01 +09:00 |
|
Hajime Hoshi
|
2eea1afcd1
|
Optimize ColorM and GeoM
|
2015-01-03 18:35:44 +09:00 |
|
Hajime Hoshi
|
2f02a0a223
|
Avoid copying
|
2015-01-03 17:07:01 +09:00 |
|
Hajime Hoshi
|
abed162e91
|
Bug fix: initial capacity of vertices
|
2015-01-03 16:25:17 +09:00 |
|
Hajime Hoshi
|
f80850ef14
|
Reduce calling gl.Flush
|
2015-01-03 16:21:09 +09:00 |
|
Hajime Hoshi
|
52e610845b
|
Avoid using struct key
|
2015-01-03 16:16:43 +09:00 |
|
Hajime Hoshi
|
3ad8d8ea2c
|
Use attrib location cache
|
2015-01-03 15:56:54 +09:00 |
|
Hajime Hoshi
|
13a94d3446
|
Avoid type switch
|
2015-01-03 15:52:02 +09:00 |
|
Hajime Hoshi
|
71d463c102
|
Avoid copying for performance; Use location caches
|
2015-01-03 15:21:47 +09:00 |
|
Hajime Hoshi
|
1117862d19
|
Avoid copying for performance
|
2015-01-03 14:23:31 +09:00 |
|
Hajime Hoshi
|
447bda7d68
|
Remove calling gl.checkFramebufferStatus
|
2015-01-03 02:01:30 +09:00 |
|
Hajime Hoshi
|
449bc7931d
|
Change receiver ColorM.Element and GeoM.Element to pointers (performance issue)
|
2015-01-03 01:54:12 +09:00 |
|
Hajime Hoshi
|
091cc215fb
|
Remove NextPowerOf2 (for uint64)
|
2015-01-03 01:46:25 +09:00 |
|
Hajime Hoshi
|
1df0854193
|
Update docs
|
2015-01-03 01:24:37 +09:00 |
|
Hajime Hoshi
|
62f47ed02f
|
Change the body's background color black
|
2015-01-03 01:19:25 +09:00 |
|
Hajime Hoshi
|
ae04bb17f6
|
Reduce calling glFlush
|
2015-01-03 01:14:36 +09:00 |
|
Hajime Hoshi
|
47227139db
|
Implement keyboard events for js
|
2015-01-03 00:52:49 +09:00 |
|
Hajime Hoshi
|
5c755f2f31
|
Fix BindFramebuffer to pass JS null object explicitly
|
2015-01-02 23:52:40 +09:00 |
|
Hajime Hoshi
|
24c39bcd18
|
Fix shaders for WebGL
|
2015-01-02 23:31:32 +09:00 |
|
Hajime Hoshi
|
bd4434c62c
|
Add loadimage_js.go
|
2015-01-02 16:48:07 +09:00 |
|
Hajime Hoshi
|
e9527df0f5
|
Remove calling runtime.LockOSThread (now blocks can be built with gopherjs)
|
2015-01-02 15:37:36 +09:00 |
|
Hajime Hoshi
|
cadb3fffdf
|
Add ui_js.go and input_js.go
|
2015-01-02 15:20:05 +09:00 |
|
Hajime Hoshi
|
c95390801a
|
Add keys.go
|
2015-01-02 03:29:51 +09:00 |
|
Hajime Hoshi
|
c4e104a5d2
|
Remove ui.ActualScale()
|
2015-01-02 03:28:43 +09:00 |
|
Hajime Hoshi
|
3d01084a2a
|
Hide structs in internal/ui
|
2015-01-02 03:25:31 +09:00 |
|
Hajime Hoshi
|
a9e323d02c
|
Rename input -> Input
|
2015-01-02 02:44:00 +09:00 |
|
Hajime Hoshi
|
8994bf4fad
|
Rename RealScale -> ActualScale
|
2015-01-02 02:23:47 +09:00 |
|
Hajime Hoshi
|
96f5315c49
|
Add internal/ui module
|
2015-01-02 02:13:27 +09:00 |
|
Hajime Hoshi
|
5f4aa33edf
|
Reduce currentUI usages
|
2015-01-01 04:30:10 +09:00 |
|
Hajime Hoshi
|
26b4ded0f1
|
Add credit of the gophers photograph (#51)
|
2015-01-01 03:02:53 +09:00 |
|
Hajime Hoshi
|
92f6264815
|
Happy New Year 2015
|
2015-01-01 00:04:06 +09:00 |
|
Hajime Hoshi
|
bcbaf2e674
|
Bug fix: opengl.Program can't take 0 (in gopherjs)
|
2014-12-31 23:53:54 +09:00 |
|
Hajime Hoshi
|
438380bb6e
|
Add context_js.go
|
2014-12-31 23:34:50 +09:00 |
|
Hajime Hoshi
|
25fb0a9e31
|
Unify Uniform* methods
|
2014-12-31 20:07:27 +09:00 |
|
Hajime Hoshi
|
e10bcb3dd8
|
Move some methods to opengl.Context
|
2014-12-31 19:27:41 +09:00 |
|