[benl23x5/gloss] 659e8c: added a way to render subsections of a bitmap.

10 views
Skip to first unread message

Ben Lippmeier

unread,
Aug 19, 2018, 10:31:25 PM8/19/18
to haskel...@googlegroups.com
Branch: refs/heads/master
Home: https://github.com/benl23x5/gloss
Commit: 659e8c4391d987b931ac7296c11ac1194e502b29
https://github.com/benl23x5/gloss/commit/659e8c4391d987b931ac7296c11ac1194e502b29
Author: EsGeh <SamuelG...@googlemail.com>
Date: 2018-08-12 (Sun, 12 Aug 2018)

Changed paths:
M gloss-rendering/Graphics/Gloss/Internals/Data/Picture.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Picture.hs
M gloss-rendering/Graphics/Gloss/Rendering.hs
M gloss/Graphics/Gloss/Data/Bitmap.hs

Log Message:
-----------
added a way to render subsections of a bitmap.

For this to work the following api changes have been made:

* add functions returning a BitmapData value. BitmapData references the full picture
* added a constructor to the Picture data type representing a subsection of a bitmap


Commit: 72bdafb0ad49511627cb9ea387e112ca4ab8966f
https://github.com/benl23x5/gloss/commit/72bdafb0ad49511627cb9ea387e112ca4ab8966f
Author: EsGeh <SamuelG...@googlemail.com>
Date: 2018-08-12 (Sun, 12 Aug 2018)

Changed paths:
M gloss-rendering/Graphics/Gloss/Internals/Data/Picture.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Picture.hs
M gloss-rendering/Graphics/Gloss/Rendering.hs
M gloss/Graphics/Gloss/Data/Bitmap.hs

Log Message:
-----------
Merge branch 'bitmap_subsections'


Commit: 0d8f2ce3ae8f2663b646d7769f879ecb5dcf1936
https://github.com/benl23x5/gloss/commit/0d8f2ce3ae8f2663b646d7769f879ecb5dcf1936
Author: EsGeh <SamuelG...@googlemail.com>
Date: 2018-08-12 (Sun, 12 Aug 2018)

Changed paths:
M .gitignore
A .gitmodules
A .travis
A .travis.yml
M README.md
M gloss-algorithms/Graphics/Gloss/Algorithms/RayCast.hs
M gloss-algorithms/Graphics/Gloss/Data/Extent.hs
M gloss-algorithms/Graphics/Gloss/Data/Quad.hs
M gloss-algorithms/Graphics/Gloss/Data/QuadTree.hs
M gloss-algorithms/gloss-algorithms.cabal
M gloss-examples/gloss-examples.cabal
M gloss-examples/picture/Bitmap/Main.hs
M gloss-examples/picture/Boids/KDTree2d.hs
M gloss-examples/picture/Boids/Main.hs
M gloss-examples/picture/Boids/Vec2.hs
M gloss-examples/picture/Clock/Main.hs
M gloss-examples/picture/Color/Main.hs
M gloss-examples/picture/Conway/Cell.hs
M gloss-examples/picture/Conway/Main.hs
M gloss-examples/picture/Conway/World.hs
M gloss-examples/picture/Draw/Main.hs
M gloss-examples/picture/Easy/Main.hs
M gloss-examples/picture/Eden/Cell.hs
M gloss-examples/picture/Eden/Community.hs
M gloss-examples/picture/Eden/Main.hs
M gloss-examples/picture/Eden/World.hs
M gloss-examples/picture/Flake/Main.hs
M gloss-examples/picture/GameEvent/Main.hs
M gloss-examples/picture/Graph/Main.hs
M gloss-examples/picture/Gravity/Main.hs
M gloss-examples/picture/Hello/Main.hs
M gloss-examples/picture/Lifespan/Cell.hs
M gloss-examples/picture/Lifespan/Community.hs
M gloss-examples/picture/Lifespan/Main.hs
M gloss-examples/picture/Lifespan/World.hs
M gloss-examples/picture/Machina/Main.hs
M gloss-examples/picture/Occlusion/Cell.hs
M gloss-examples/picture/Occlusion/Data.hs
M gloss-examples/picture/Occlusion/Main.hs
M gloss-examples/picture/Occlusion/State.hs
M gloss-examples/picture/Occlusion/World.hs
M gloss-examples/picture/Styrene/Actor.hs
M gloss-examples/picture/Styrene/Advance.hs
M gloss-examples/picture/Styrene/Collide.hs
M gloss-examples/picture/Styrene/Contact.hs
M gloss-examples/picture/Styrene/Main.hs
M gloss-examples/picture/Styrene/QuadTree.hs
M gloss-examples/picture/Styrene/World.hs
M gloss-examples/picture/Tree/Main.hs
M gloss-examples/picture/Visibility/Draw.hs
M gloss-examples/picture/Visibility/Geometry/Randomish.hs
M gloss-examples/picture/Visibility/Geometry/Segment.hs
M gloss-examples/picture/Visibility/Interface.hs
M gloss-examples/picture/Visibility/Main.hs
M gloss-examples/picture/Visibility/State.hs
M gloss-examples/picture/Visibility/World.hs
M gloss-examples/picture/Zen/Main.hs
M gloss-examples/raster/Crystal/Main.hs
M gloss-examples/raster/Fluid/src-c/src/Interface.c
M gloss-examples/raster/Fluid/src-c/src/Main.c
M gloss-examples/raster/Fluid/src-c/src/Model.c
M gloss-examples/raster/Fluid/src-c/src/Solver.c
M gloss-examples/raster/Fluid/src-repa/Args.hs
M gloss-examples/raster/Fluid/src-repa/Config.hs
M gloss-examples/raster/Fluid/src-repa/FieldElt.hs
M gloss-examples/raster/Fluid/src-repa/Main.hs
M gloss-examples/raster/Fluid/src-repa/Model.hs
M gloss-examples/raster/Fluid/src-repa/Solve/Density.hs
M gloss-examples/raster/Fluid/src-repa/Solve/Velocity.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Advection.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Boundary.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Diffusion.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Linear.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Project.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Sources.hs
M gloss-examples/raster/Fluid/src-repa/UserEvent.hs
M gloss-examples/raster/Mandel/Main.hs
M gloss-examples/raster/Mandel/Solver.hs
M gloss-examples/raster/Pulse/Main.hs
M gloss-examples/raster/Ray/Light.hs
M gloss-examples/raster/Ray/Main.hs
M gloss-examples/raster/Ray/Object.hs
M gloss-examples/raster/Ray/Trace.hs
M gloss-examples/raster/Ray/Vec3.hs
M gloss-examples/raster/Ray/World.hs
M gloss-examples/raster/Snow/Main.hs
M gloss-examples/raster/Wave/Main.hs
M gloss-raster/Graphics/Gloss/Raster/Array.hs
M gloss-raster/Graphics/Gloss/Raster/Field.hs
M gloss-raster/gloss-raster.cabal
M gloss-rendering/Graphics/Gloss/Internals/Data/Color.hs
M gloss-rendering/Graphics/Gloss/Internals/Data/Picture.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Bitmap.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Circle.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Common.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Picture.hs
M gloss-rendering/Graphics/Gloss/Rendering.hs
M gloss-rendering/gloss-rendering.cabal
M gloss/Graphics/Gloss.hs
M gloss/Graphics/Gloss/Data/Color.hs
M gloss/Graphics/Gloss/Data/Picture.hs
M gloss/Graphics/Gloss/Data/Point.hs
A gloss/Graphics/Gloss/Data/Point/Arithmetic.hs
M gloss/Graphics/Gloss/Data/Vector.hs
M gloss/Graphics/Gloss/Data/ViewPort.hs
M gloss/Graphics/Gloss/Data/ViewState.hs
M gloss/Graphics/Gloss/Geometry.hs
M gloss/Graphics/Gloss/Geometry/Line.hs
M gloss/Graphics/Gloss/Interface/Environment.hs
M gloss/Graphics/Gloss/Interface/IO/Animate.hs
M gloss/Graphics/Gloss/Interface/IO/Display.hs
M gloss/Graphics/Gloss/Interface/IO/Game.hs
A gloss/Graphics/Gloss/Interface/IO/Interact.hs
M gloss/Graphics/Gloss/Interface/IO/Simulate.hs
M gloss/Graphics/Gloss/Interface/Pure/Animate.hs
M gloss/Graphics/Gloss/Interface/Pure/Game.hs
M gloss/Graphics/Gloss/Interface/Pure/Simulate.hs
M gloss/Graphics/Gloss/Internals/Interface/Animate.hs
M gloss/Graphics/Gloss/Internals/Interface/Animate/State.hs
M gloss/Graphics/Gloss/Internals/Interface/Animate/Timing.hs
M gloss/Graphics/Gloss/Internals/Interface/Backend.hs
M gloss/Graphics/Gloss/Internals/Interface/Backend/GLFW.hs
M gloss/Graphics/Gloss/Internals/Interface/Backend/GLUT.hs
M gloss/Graphics/Gloss/Internals/Interface/Backend/Types.hs
M gloss/Graphics/Gloss/Internals/Interface/Common/Exit.hs
M gloss/Graphics/Gloss/Internals/Interface/Debug.hs
M gloss/Graphics/Gloss/Internals/Interface/Display.hs
M gloss/Graphics/Gloss/Internals/Interface/Event.hs
M gloss/Graphics/Gloss/Internals/Interface/Game.hs
A gloss/Graphics/Gloss/Internals/Interface/Interact.hs
M gloss/Graphics/Gloss/Internals/Interface/Simulate.hs
M gloss/Graphics/Gloss/Internals/Interface/Simulate/Idle.hs
M gloss/Graphics/Gloss/Internals/Interface/Simulate/State.hs
M gloss/Graphics/Gloss/Internals/Interface/ViewState/KeyMouse.hs
M gloss/Graphics/Gloss/Internals/Interface/ViewState/Motion.hs
M gloss/README
M gloss/gloss.cabal
A stack-7.10.yaml
A stack-8.0.yaml
A stack-8.2.yaml
A stack-8.4.yaml
R stack.yaml

Log Message:
-----------
Merge remote-tracking branch 'upstream/master'


Commit: 8f2cdd751242a1f0963e81bd996444f62c5d1897
https://github.com/benl23x5/gloss/commit/8f2cdd751242a1f0963e81bd996444f62c5d1897
Author: EsGeh <SamuelG...@googlemail.com>
Date: 2018-08-12 (Sun, 12 Aug 2018)

Changed paths:
M .gitignore
A .gitmodules
A .travis
A .travis.yml
M README.md
M gloss-algorithms/Graphics/Gloss/Algorithms/RayCast.hs
M gloss-algorithms/Graphics/Gloss/Data/Extent.hs
M gloss-algorithms/Graphics/Gloss/Data/Quad.hs
M gloss-algorithms/Graphics/Gloss/Data/QuadTree.hs
M gloss-algorithms/gloss-algorithms.cabal
M gloss-examples/gloss-examples.cabal
M gloss-examples/picture/Bitmap/Main.hs
M gloss-examples/picture/Boids/KDTree2d.hs
M gloss-examples/picture/Boids/Main.hs
M gloss-examples/picture/Boids/Vec2.hs
M gloss-examples/picture/Clock/Main.hs
M gloss-examples/picture/Color/Main.hs
M gloss-examples/picture/Conway/Cell.hs
M gloss-examples/picture/Conway/Main.hs
M gloss-examples/picture/Conway/World.hs
M gloss-examples/picture/Draw/Main.hs
M gloss-examples/picture/Easy/Main.hs
M gloss-examples/picture/Eden/Cell.hs
M gloss-examples/picture/Eden/Community.hs
M gloss-examples/picture/Eden/Main.hs
M gloss-examples/picture/Eden/World.hs
M gloss-examples/picture/Flake/Main.hs
M gloss-examples/picture/GameEvent/Main.hs
M gloss-examples/picture/Graph/Main.hs
M gloss-examples/picture/Gravity/Main.hs
M gloss-examples/picture/Hello/Main.hs
M gloss-examples/picture/Lifespan/Cell.hs
M gloss-examples/picture/Lifespan/Community.hs
M gloss-examples/picture/Lifespan/Main.hs
M gloss-examples/picture/Lifespan/World.hs
M gloss-examples/picture/Machina/Main.hs
M gloss-examples/picture/Occlusion/Cell.hs
M gloss-examples/picture/Occlusion/Data.hs
M gloss-examples/picture/Occlusion/Main.hs
M gloss-examples/picture/Occlusion/State.hs
M gloss-examples/picture/Occlusion/World.hs
M gloss-examples/picture/Styrene/Actor.hs
M gloss-examples/picture/Styrene/Advance.hs
M gloss-examples/picture/Styrene/Collide.hs
M gloss-examples/picture/Styrene/Contact.hs
M gloss-examples/picture/Styrene/Main.hs
M gloss-examples/picture/Styrene/QuadTree.hs
M gloss-examples/picture/Styrene/World.hs
M gloss-examples/picture/Tree/Main.hs
M gloss-examples/picture/Visibility/Draw.hs
M gloss-examples/picture/Visibility/Geometry/Randomish.hs
M gloss-examples/picture/Visibility/Geometry/Segment.hs
M gloss-examples/picture/Visibility/Interface.hs
M gloss-examples/picture/Visibility/Main.hs
M gloss-examples/picture/Visibility/State.hs
M gloss-examples/picture/Visibility/World.hs
M gloss-examples/picture/Zen/Main.hs
M gloss-examples/raster/Crystal/Main.hs
M gloss-examples/raster/Fluid/src-c/src/Interface.c
M gloss-examples/raster/Fluid/src-c/src/Main.c
M gloss-examples/raster/Fluid/src-c/src/Model.c
M gloss-examples/raster/Fluid/src-c/src/Solver.c
M gloss-examples/raster/Fluid/src-repa/Args.hs
M gloss-examples/raster/Fluid/src-repa/Config.hs
M gloss-examples/raster/Fluid/src-repa/FieldElt.hs
M gloss-examples/raster/Fluid/src-repa/Main.hs
M gloss-examples/raster/Fluid/src-repa/Model.hs
M gloss-examples/raster/Fluid/src-repa/Solve/Density.hs
M gloss-examples/raster/Fluid/src-repa/Solve/Velocity.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Advection.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Boundary.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Diffusion.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Linear.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Project.hs
M gloss-examples/raster/Fluid/src-repa/Stage/Sources.hs
M gloss-examples/raster/Fluid/src-repa/UserEvent.hs
M gloss-examples/raster/Mandel/Main.hs
M gloss-examples/raster/Mandel/Solver.hs
M gloss-examples/raster/Pulse/Main.hs
M gloss-examples/raster/Ray/Light.hs
M gloss-examples/raster/Ray/Main.hs
M gloss-examples/raster/Ray/Object.hs
M gloss-examples/raster/Ray/Trace.hs
M gloss-examples/raster/Ray/Vec3.hs
M gloss-examples/raster/Ray/World.hs
M gloss-examples/raster/Snow/Main.hs
M gloss-examples/raster/Wave/Main.hs
M gloss-raster/Graphics/Gloss/Raster/Array.hs
M gloss-raster/Graphics/Gloss/Raster/Field.hs
M gloss-raster/gloss-raster.cabal
M gloss-rendering/Graphics/Gloss/Internals/Data/Color.hs
M gloss-rendering/Graphics/Gloss/Internals/Data/Picture.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Bitmap.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Circle.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Common.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Picture.hs
M gloss-rendering/Graphics/Gloss/Rendering.hs
M gloss-rendering/gloss-rendering.cabal
M gloss/Graphics/Gloss.hs
M gloss/Graphics/Gloss/Data/Color.hs
M gloss/Graphics/Gloss/Data/Picture.hs
M gloss/Graphics/Gloss/Data/Point.hs
A gloss/Graphics/Gloss/Data/Point/Arithmetic.hs
M gloss/Graphics/Gloss/Data/Vector.hs
M gloss/Graphics/Gloss/Data/ViewPort.hs
M gloss/Graphics/Gloss/Data/ViewState.hs
M gloss/Graphics/Gloss/Geometry.hs
M gloss/Graphics/Gloss/Geometry/Line.hs
M gloss/Graphics/Gloss/Interface/Environment.hs
M gloss/Graphics/Gloss/Interface/IO/Animate.hs
M gloss/Graphics/Gloss/Interface/IO/Display.hs
M gloss/Graphics/Gloss/Interface/IO/Game.hs
A gloss/Graphics/Gloss/Interface/IO/Interact.hs
M gloss/Graphics/Gloss/Interface/IO/Simulate.hs
M gloss/Graphics/Gloss/Interface/Pure/Animate.hs
M gloss/Graphics/Gloss/Interface/Pure/Game.hs
M gloss/Graphics/Gloss/Interface/Pure/Simulate.hs
M gloss/Graphics/Gloss/Internals/Interface/Animate.hs
M gloss/Graphics/Gloss/Internals/Interface/Animate/State.hs
M gloss/Graphics/Gloss/Internals/Interface/Animate/Timing.hs
M gloss/Graphics/Gloss/Internals/Interface/Backend.hs
M gloss/Graphics/Gloss/Internals/Interface/Backend/GLFW.hs
M gloss/Graphics/Gloss/Internals/Interface/Backend/GLUT.hs
M gloss/Graphics/Gloss/Internals/Interface/Backend/Types.hs
M gloss/Graphics/Gloss/Internals/Interface/Common/Exit.hs
M gloss/Graphics/Gloss/Internals/Interface/Debug.hs
M gloss/Graphics/Gloss/Internals/Interface/Display.hs
M gloss/Graphics/Gloss/Internals/Interface/Event.hs
M gloss/Graphics/Gloss/Internals/Interface/Game.hs
A gloss/Graphics/Gloss/Internals/Interface/Interact.hs
M gloss/Graphics/Gloss/Internals/Interface/Simulate.hs
M gloss/Graphics/Gloss/Internals/Interface/Simulate/Idle.hs
M gloss/Graphics/Gloss/Internals/Interface/Simulate/State.hs
M gloss/Graphics/Gloss/Internals/Interface/ViewState/KeyMouse.hs
M gloss/Graphics/Gloss/Internals/Interface/ViewState/Motion.hs
M gloss/README
M gloss/gloss.cabal
A stack-7.10.yaml
A stack-8.0.yaml
A stack-8.2.yaml
A stack-8.4.yaml
R stack.yaml

Log Message:
-----------
Merge branch 'master' into bitmap_subsections


Commit: 2bcd72c154d0a16524c6b3417d0042f0ee241243
https://github.com/benl23x5/gloss/commit/2bcd72c154d0a16524c6b3417d0042f0ee241243
Author: EsGeh <SamuelG...@googlemail.com>
Date: 2018-08-12 (Sun, 12 Aug 2018)

Changed paths:
M gloss-examples/picture/Bitmap/Main.hs
M gloss-rendering/Graphics/Gloss/Internals/Data/Picture.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Bitmap.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Picture.hs
M gloss-rendering/Graphics/Gloss/Rendering.hs
M gloss/Graphics/Gloss/Data/Bitmap.hs
M gloss/Graphics/Gloss/Data/Picture.hs

Log Message:
-----------
API changes concerning Bitmaps and rectangular sections in bitmaps.

changes:

* Moved bitmap size from Picture constructor into BitmapData type
* comment: makes sense and excludes errors
* Introduced a new data type to reference the subsection of a bitmap to
render

datatypes and their function:

* BitmapData: represents a "resource" for fast rendering
* BitmapSection: represents a rectangular subsection in "BitmapData" to be rendered


Commit: 91a7959960acbb4c3695c24be4379dac0b6dfaae
https://github.com/benl23x5/gloss/commit/91a7959960acbb4c3695c24be4379dac0b6dfaae
Author: EsGeh <SamuelG...@googlemail.com>
Date: 2018-08-12 (Sun, 12 Aug 2018)

Changed paths:
M gloss-examples/picture/Bitmap/Main.hs
M gloss-rendering/Graphics/Gloss/Internals/Data/Picture.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Bitmap.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Picture.hs
M gloss-rendering/Graphics/Gloss/Rendering.hs
M gloss/Graphics/Gloss/Data/Bitmap.hs
M gloss/Graphics/Gloss/Data/Picture.hs

Log Message:
-----------
renamed type BitmapSection to Rectangle, added comments, cleaning up.


Commit: a3d461fff07019e1c31914ddd96245f89ac083ac
https://github.com/benl23x5/gloss/commit/a3d461fff07019e1c31914ddd96245f89ac083ac
Author: EsGeh <SamuelG...@googlemail.com>
Date: 2018-08-12 (Sun, 12 Aug 2018)

Changed paths:
M gloss-examples/picture/Bitmap/Main.hs
M gloss-rendering/Graphics/Gloss/Internals/Data/Picture.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Bitmap.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Picture.hs
M gloss-rendering/Graphics/Gloss/Rendering.hs
M gloss/Graphics/Gloss/Data/Bitmap.hs
M gloss/Graphics/Gloss/Data/Picture.hs

Log Message:
-----------
Merge branch 'bitmap_subsections'


Commit: 75789f547afcd1e4c54531f9358f402243403a4f
https://github.com/benl23x5/gloss/commit/75789f547afcd1e4c54531f9358f402243403a4f
Author: EsGeh <SamuelG...@googlemail.com>
Date: 2018-08-14 (Tue, 14 Aug 2018)

Changed paths:
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Picture.hs

Log Message:
-----------
fix flickering subsections problem using a simple hack.


Commit: dce79546cb6e7a1f1fffdbb5c4cb398c225299a4
https://github.com/benl23x5/gloss/commit/dce79546cb6e7a1f1fffdbb5c4cb398c225299a4
Author: EsGeh <SamuelG...@googlemail.com>
Date: 2018-08-14 (Tue, 14 Aug 2018)

Changed paths:
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Picture.hs

Log Message:
-----------
Merge branch 'bitmap_subsections'


Commit: c8707cd3a1369dd2f4e695e3319673be389af059
https://github.com/benl23x5/gloss/commit/c8707cd3a1369dd2f4e695e3319673be389af059
Author: Ben Lippmeier <be...@ouroborus.net>
Date: 2018-08-19 (Sun, 19 Aug 2018)

Changed paths:
M gloss-rendering/Graphics/Gloss/Internals/Data/Picture.hs
M gloss-rendering/gloss-rendering.cabal
M gloss/gloss.cabal

Log Message:
-----------
Fix docs on picture


Commit: cd00a62f20891d75ad28788b85d27ae362414768
https://github.com/benl23x5/gloss/commit/cd00a62f20891d75ad28788b85d27ae362414768
Author: Ben Lippmeier <be...@ouroborus.net>
Date: 2018-08-20 (Mon, 20 Aug 2018)

Changed paths:
M gloss-examples/picture/Bitmap/Main.hs
M gloss-rendering/Graphics/Gloss/Internals/Data/Picture.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Bitmap.hs
M gloss-rendering/Graphics/Gloss/Internals/Rendering/Picture.hs
M gloss-rendering/Graphics/Gloss/Rendering.hs
M gloss-rendering/gloss-rendering.cabal
M gloss/Graphics/Gloss/Data/Bitmap.hs
M gloss/Graphics/Gloss/Data/Picture.hs
M gloss/gloss.cabal

Log Message:
-----------
Merge pull request #43 from benl23x5/bitmap-sections

Bitmap sections


Compare: https://github.com/benl23x5/gloss/compare/b41f867ffb6c...cd00a62f2089
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

Functionality will be removed from GitHub.com on January 31st, 2019.
Reply all
Reply to author
Forward
0 new messages