Mathieu Virbel
5c574f34a3
Merge pull request #3125 from Sentient07/Pr3
...
Original texture is displayed along with combined texture
2015-03-11 15:19:05 +01:00
sentient07
195cbeb3c6
Original texture is displayed along with combined texture
2015-03-10 23:07:45 +05:30
Mihály Mirk
e87c15bfe0
PEP8 + comments
...
commented more + PEP8 check
2015-03-10 11:39:51 +01:00
Mihály Mirk
c508123cd8
made it more readable
...
removed some imports, renamed kv-files
2015-03-09 10:16:37 +01:00
Mihály Mirk
acd18977a4
container-example
...
A simple example how-to use container...
2015-03-06 11:06:15 +01:00
Charles Merriam
d9e2bbe838
Clean up spaces in files I touched.
...
This only affects spacing in documentation. Specifically, I usually
put two spaces after a period, like I just did. This rips out that
extra space in lots of documentation.
2015-02-11 20:43:21 -08:00
Charles Merriam
f16fe11ac9
examples/ - Update docstrings
...
Update or create docstrings from many of the examples. This is part of
the gallery project, as the new docstrings will be the website visible
documentation for the example. Some changes are to use the main
phrase of ‘the file xx.py’ to include related files on the gallery page.
These are all documentation changes only.
2015-02-11 20:00:30 -08:00
Charles Merriam
d5c2443835
examples/demo/kivycatalog - Remove README
...
Removed the ReadMe file as all information is now in the kivycatalog
docstring.
2015-02-11 19:57:20 -08:00
Charles Merriam
31cdcaa468
examples/application - label kv files
...
Change button text on examples/application files so that button says
from which file it came.
2015-02-11 19:50:47 -08:00
Charles Merriam
e0b1361144
examples/demo/pictures - New docstring.
...
Provide a complete docstring, as part of gallery project. Also, remove
old README which contains information found in the new docstring.
2015-02-11 19:44:27 -08:00
Charles Merriam
50ca6601b6
examples/demo/pictures - Add new public domain images
...
Added new public domain images to replace the copyrighted ones. The
source (Internet Archive) is linked the new pictures/main.py docstring
(in next commit).
2015-02-11 19:42:29 -08:00
Charles Merriam
8c2169ff8d
examples/demo/pictures - Delete copyrighted images
...
Some images in the image directory of this example are copyrighted, as
seen on Flicker. They are all rights reserved by professional
photographers.
2015-02-11 19:41:20 -08:00
dessant
3f4bf2262c
py3 division fix in mesh example
2015-02-08 12:49:21 +02:00
dessant
ef105ae507
Merge pull request #2973 from merriam/merriam_branch_30
...
Create and document examples/canvas/mesh_manipulation.py
2015-02-08 12:17:38 +02:00
dessant
0cc6f81760
Merge pull request #2980 from merriam/merriam_branch_35
...
examples/canvas/repeat_texture.py Update docstring, add background color to message.
2015-02-03 02:02:21 +02:00
dessant
8df714c7bd
Merge pull request #2984 from merriam/merriam_branch_39
...
Change examples/3DRendering/main.py docstring
2015-02-03 02:00:37 +02:00
dessant
b91e57f4c3
Merge pull request #2982 from merriam/merriam_branch_37
...
examples/canvas/tesselate.py: Add docstring, logging, update display.
2015-02-03 02:00:15 +02:00
dessant
c69a64dfd8
Merge pull request #2981 from merriam/merriam_branch_36
...
examples/canvas/rotation.py Added docstring.
2015-02-03 01:31:04 +02:00
Charles Merriam
f412c31178
Change examples/3DRendering/main.py docstring
...
Trying to get docstrings in shape for automatic documentation generation.
2015-02-02 12:35:53 -08:00
Charles Merriam
a61116bcfd
tesselate.py fix logging misspelling and log on_touch_up
2015-02-01 22:53:05 -08:00
Charles Merriam
a7850bb962
tesselate.py: Update top of screen display.
...
It had not been showing after a reset and failed to count the shapes.
2015-02-01 22:43:29 -08:00
Charles Merriam
a55c0be8a5
tesslate.py: Move print statements to logging
...
Also dropped logging the number of vertices as it is displayed on the
screen
2015-02-01 22:42:25 -08:00
Charles Merriam
5227f4eabd
tesselate.py: Add docstring
2015-02-01 22:40:55 -08:00
Charles Merriam
98a4c38bc1
examples/canvas/rotation.py Added docstring.
2015-02-01 21:47:06 -08:00
Charles Merriam
2d80f32ab5
examples/canvas/repeat_texture.py Update docstring
2015-02-01 21:11:32 -08:00
Charles Merriam
ee9b869f2b
Add background color to size message.
...
Added a colored background to the label because it kept getting lost in
the white ‘K’ field. Also changed the label color to cyan for
readability.
2015-02-01 21:10:59 -08:00
Charles Merriam
ccdcb3bb40
examples/canvas/multitexture.py documentation changes
2015-02-01 19:00:39 -08:00
Charles Merriam
75c2397c64
Update examples/canvas/multitexture.py docstring
2015-02-01 19:00:09 -08:00
Charles Merriam
02c30a4e9f
Fix examples/ PEP8 errors. Mostly white space.
...
This fixes a large number of white space errors in the examples/
directory.
When I upgraded Makefile to check the 'make style' on the examples
directory,
the output was hundreds of lines long. Currently, the output is
managable
and consists solely of "lines too long", as kv lines cannot be split.
This
commit touches an obscene number of files in trivial ways.
2015-02-01 17:09:20 -08:00
dessant
fdb9ce4fa6
Merge pull request #2972 from merriam/merriam_branch_29
...
Add documentation to examples/canvas/mesh.py
2015-02-01 22:33:49 +02:00
dessant
0b14bd7fb8
Merge pull request #2971 from merriam/merriam_branch_28
...
Added examples/canvas/lines_extended.py docstring
2015-02-01 22:32:37 +02:00
dessant
9ea2e35cad
Merge pull request #2969 from merriam/merriam_branch_27
...
examples/canvas/lines.py Add docstring.
2015-02-01 22:31:33 +02:00
dessant
65cca78667
Merge pull request #2967 from merriam/merriam_branch_26
...
examples/canvas/clearbuffers.py changes and rename.
2015-02-01 22:30:30 +02:00
dessant
2d9eae3e9a
Merge pull request #2966 from merriam/merriam_branch_24
...
Add examples/canvas/circle.py docstring
2015-02-01 22:29:12 +02:00
dessant
01ea916050
Merge pull request #2965 from merriam/merriam_branch_23
...
Update examples/canvas/canvas_stress.py with docs and new button
2015-02-01 22:27:46 +02:00
Charles Merriam
e0504affc3
examples/canvas/mesh_manipulation.py Fix PEP8 long lines
2015-02-01 12:24:16 -08:00
Charles Merriam
1ed9cb7a43
examples/canvas/mesh_manipulation.py add function docstring
2015-02-01 12:23:37 -08:00
Charles Merriam
7992020039
examples/canvas/mesh_manipulation.py add docstring
2015-02-01 12:23:01 -08:00
dessant
082ad3008e
Merge pull request #2964 from merriam/merriam_branch_22
...
Updated examples/audio/main.py docstring
2015-02-01 22:22:54 +02:00
Charles Merriam
71e4549f17
Add examples/canvas/mesh_maniputlation.py raw demo
2015-02-01 12:02:36 -08:00
Charles Merriam
c667d34412
In examples/canvas/mesh.py add a function docstring
2015-02-01 11:52:01 -08:00
Charles Merriam
6c707babe0
examples/canvas/mesh.py update docstring
2015-02-01 11:46:32 -08:00
Charles Merriam
23a59bbf92
Added examples/canvas/lines_extended.py docstring
2015-02-01 11:26:16 -08:00
Charles Merriam
2639b1731b
examples/canvas/lines.py Add docstring.
2015-02-01 03:57:16 -08:00
Charles Merriam
d6a9dc7f9c
Rename examples/canvas/clearbuffers.py to fbo_canvas.py
...
Old name was misleading and squished two words together. Code never
even called fbo.clearbuffers().
2015-02-01 00:16:11 -08:00
Charles Merriam
d0f979c49d
examples/canvas/clearbuffers.py button slides both ways
2015-02-01 00:14:45 -08:00
Charles Merriam
2732194e01
examples/canvas/clearbuffers.py remove dead code
2015-02-01 00:14:05 -08:00
Charles Merriam
44c80a10f9
examples/canvas/clearbuffers.py move imports to top
2015-02-01 00:13:40 -08:00
Charles Merriam
79a0f65c8b
Minor examples/canvas/clearbuffers.py code readability
2015-02-01 00:13:07 -08:00
Charles Merriam
6e0a1d9df1
Add examples/canvas/clearbuffers.py docstring
2015-02-01 00:10:39 -08:00