Skip to content

Instantly share code, notes, and snippets.

View philwrenn's full-sized avatar

Philip Wrenn philwrenn

View GitHub Profile

Keybase proof

I hereby claim:

  • I am philwrenn on github.
  • I am philwrenn (https://keybase.io/philwrenn) on keybase.
  • I have a public key ASBBO5Os-Fyu9WlgWb2I4sy5WQZEv6ZdrAPyydajqcAWfgo

To claim this, I am signing this object:

@philwrenn
philwrenn / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
from kivy.app import App
from kivy.lang import Builder
from kivy.uix.boxlayout import BoxLayout
Builder.load_string('''
<ActionBarDummy>
ActionBar:
pos_hint: {'top':1}
ActionView:
from kivy.app import App
from kivy.lang import Builder
from kivy.uix.boxlayout import BoxLayout
Builder.load_string('''
<ActionBarDummy>
ActionBar:
pos_hint: {'top':1}
ActionView:
@philwrenn
philwrenn / actionbar_example.py
Created February 21, 2014 08:00
ActionGroup with on_press on ActionButtons
from kivy.app import App
from kivy.lang import Builder
from kivy.uix.boxlayout import BoxLayout
Builder.load_string('''
<ActionBarDummy>
ActionBar:
pos_hint: {'top':1}
ActionView:
@philwrenn
philwrenn / gist:9121379
Created February 20, 2014 19:29
Kivy Log 14-02-20
[INFO ] Logger: Record log in /home/plwrenn/.kivy/logs/kivy_14-02-20_0.txt
[INFO ] Kivy v1.8.0
[INFO ] Factory: 157 symbols loaded
[DEBUG ] Cache: register <kv.image> with limit=None, timeout=60s
[DEBUG ] Cache: register <kv.atlas> with limit=None, timeout=Nones
[INFO ] Image: Providers: img_tex, img_dds, img_pygame, img_pil, img_gif
[DEBUG ] Cache: register <kv.texture> with limit=1000, timeout=60s
[DEBUG ] Cache: register <kv.shader> with limit=1000, timeout=3600s
[DEBUG ] Cache: register <kv.lang> with limit=None, timeout=Nones
[DEBUG ] Window: Ignored <egl_rpi> (import error)