index
:
sly
master
wip-fast-vectors
wip-signal-improvements
Functional reactive game engine for Guile - failed experiment
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
render: Move shader module to sly/render directory.
David Thompson
2014-11-07
9
-9
/
+9
*
render: Move sprite module to sly/render directory.
David Thompson
2014-11-07
11
-11
/
+11
*
render: Move texture module to sly/render directory.
David Thompson
2014-11-07
16
-16
/
+16
*
configure: Correct version number.
David Thompson
2014-11-07
1
-1
/
+1
*
configure: Check for freeimage.
David Thompson
2014-11-07
1
-2
/
+5
*
configure: Check for guile-sdl and guile-opengl.
David Thompson
2014-11-07
1
-3
/
+5
*
configure: Check for Guile >= 2.0.11.
David Thompson
2014-11-07
1
-9
/
+2
*
configure: Test for GSL.
David Thompson
2014-11-07
1
-0
/
+1
*
Rename (sly helpers) module to (sly utils).
David Thompson
2014-11-07
7
-7
/
+7
*
render: Add rendering context record type.
David Thompson
2014-11-07
6
-35
/
+147
*
transform: Use GSL for much faster matrix multiplication.
David Thompson
2014-11-07
1
-11
/
+12
*
wrappers: Add GSL wrapper.
David Thompson
2014-11-07
2
-0
/
+50
*
scene: Decouple draw method from scene graph.
David Thompson
2014-10-30
3
-4
/
+14
*
render: Remove knowledge of cameras from renderer.
David Thompson
2014-10-29
2
-23
/
+22
*
viewport: Memoize clear-buffer-mask.
David Thompson
2014-10-28
1
-9
/
+12
*
viewport: Define standard clear flags.
David Thompson
2014-10-28
1
-2
/
+4
*
renderer: Apply camera viewport before rendering.
David Thompson
2014-10-28
1
-0
/
+1
*
font: Embrace the bottom-left origin.
David Thompson
2014-10-28
1
-4
/
+24
*
texture: Embrace the bottom-left origin.
David Thompson
2014-10-28
1
-2
/
+0
*
Remove unneeded (sly camera) imports.
David Thompson
2014-10-28
2
-2
/
+0
*
render: Add framebuffer module.
David Thompson
2014-10-28
2
-0
/
+119
*
gl: Add wrappers for framebuffer/renderbuffer functions.
David Thompson
2014-10-28
1
-0
/
+73
*
camera: Rewrite module.
David Thompson
2014-10-26
4
-142
/
+108
*
render: Add blend-mode field to render operations.
David Thompson
2014-10-26
1
-5
/
+16
*
render: Add blending data type.
David Thompson
2014-10-26
1
-1
/
+58
*
transform: Add transform-position procedure.
David Thompson
2014-10-26
1
-0
/
+9
*
mesh: Remove accidentally exported symbols.
David Thompson
2014-10-26
1
-3
/
+1
*
mesh: Use new renderer API.
David Thompson
2014-10-26
3
-242
/
+108
*
scene: Rewrite scene graph.
David Thompson
2014-10-25
1
-73
/
+47
*
render: Add utils module.
David Thompson
2014-10-25
2
-0
/
+30
*
render: Add simple renderer.
David Thompson
2014-10-25
2
-0
/
+111
*
TODO: Add items.
David Thompson
2014-10-25
1
-0
/
+8
*
game: Decouple the scene graph from the game loop.
David Thompson
2014-10-25
1
-18
/
+9
*
render: Add vertex array module.
David Thompson
2014-10-25
2
-0
/
+171
*
shader: Explicitly bind attribute locations before binding.
David Thompson
2014-10-25
1
-0
/
+8
*
helpers: Add trampoline procedure.
David Thompson
2014-10-24
1
-1
/
+6
*
transform: Add build-transform procedure.
David Thompson
2014-10-23
1
-0
/
+9
*
Move rotate procedure to transform module.
David Thompson
2014-10-23
2
-21
/
+20
*
quaternion: Export type descriptor.
David Thompson
2014-10-23
1
-1
/
+1
*
quaternion: Add axis angle conversion to constructor.
David Thompson
2014-10-21
1
-17
/
+17
*
gl: Properly undo state change caused by with-gl-bind-texture.
David Thompson
2014-10-19
1
-5
/
+25
*
scene: Simplify scene nodes and meshes.
David Thompson
2014-10-19
4
-129
/
+130
*
quaternion: Make better use of pattern matching.
David Thompson
2014-10-19
1
-13
/
+11
*
quaternion: Replace quaternion->transform with rotate.
David Thompson
2014-10-19
1
-19
/
+21
*
transition: Move interpolation procedures to their relevant module.
David Thompson
2014-10-03
4
-83
/
+47
*
color: Use pattern matching.
David Thompson
2014-10-03
2
-45
/
+35
*
Export vector record type identifiers for destructuring via 'match'.
David Thompson
2014-10-02
3
-58
/
+44
*
Rewrite vector math module.
David Thompson
2014-10-01
21
-329
/
+471
*
scene: Remove messy interpolation/caching for now.
David Thompson
2014-09-30
2
-61
/
+11
*
scene: Decouple cameras from the scene they render.
David Thompson
2014-09-29
3
-35
/
+59
[prev]
[next]