kivy:text-vbo

Last commit made on 2011-12-15
Get this branch:
git clone -b text-vbo https://git.launchpad.net/kivy

Branch merges

Branch information

Name:
text-vbo
Repository:
lp:kivy

Recent commits

f6d4f40... by Mathieu Virbel

core/text_mesh: implement text_mesh, based on Mesh instruction. create a texture, and use it as a reference for building other label.
Change graphics part to accept SizedInstructionGroup as a texture. This prevent to change all the widget code, and even the style.kv
However, we need to manually handle pos/size.

57327c7... by Mathieu Virbel

text/label: remove deprecated size attribute

93ca7ed... by Mathieu Virbel

example: add a little example about bold/italic on font, doesnt work :p

f6be522... by Mathieu Virbel

core/text: some cleaning before vbo

5cdd770... by Mathieu Virbel

core/text: introduce text renderer.

This could help us to be able to switch to another renderer at runtime,
and use the best according to the text to render, or even from the user
recommandation. (vbo text, distance field etc...)

dc34bc0... by Mathieu Virbel

fix syntax error >_<

03730cb... by Mathieu Virbel

graphics: emit a warning when a quad have not enough point in the list (instead of having an exception during build()

4383b18... by Mathieu Virbel

Merge pull request #319 from akshayaurora/loader

Allow dynamic changes to url in loader

d72b583... by Mathieu Virbel

Merge pull request #329 from akshayaurora/sequenced_images

Sequenced images example wasn't running due to recent addition of kv language checks

20584a2... by Mathieu Virbel

Merge pull request #330 from akshayaurora/scrollview

Fix:Scrollview Example, bring in line with current kv lang restrictions