Muttpop

Muttpop is a producer of designer toys founded in 2005 by Robert Silva and Jerry Frissen specializing in artist-created toys. Muttpop is known for its Lucha Libre inspired toys.

Muttpop
Private
IndustryCollectible Toys, Art
Founded2005
HeadquartersLos Angeles, CA, United States
Key people
Robert Silva, Jerry Frissen
Websitehttp://www.muttpop.com/

Information

The Lucha Libre Designer Toy figure line includes various color variations of Tequila, El Panda, Red Demon, and Dr. Destruction. Muttpop is currently in development on the 5th figure from the Lucha Libre line: King Katch.

Although initially known for collaborating with Japan-based toy sculptor Monster5, Muttpop has also collaborated with SyteR (on Dr. Destruction) and the Sosa Brothers (on Oban Star Racer Molly and the Tcho by Ohm! mini-figure line).

gollark: ```javascriptimport {assertType, addDefn} from './builtin.mjs';import {execFn} from './shiny.mjs';const getElem = (args) => [{type:"domNode", val:document.getElementById(args[0])}];const setHTML = (args) => args[0].innerHTML = args[1];const mutref = (args) => [{type:"&mut", val:args[0]}];const readmut = (args) => [args[0]];const log = (args) => { console.log(args); return [];}const writemut = (args) => { assertType("&mut", args[1]); args[1].val = args[0]; return [];}const onclick = (args) => { args[0].onclick = (_) => { execFn(args[1]); } return [];}addDefn("log", 1, log);addDefn("getId", ["string"], getElem);addDefn("setHTML", ["domNode", "string"], setHTML);addDefn("mutref", 1, mutref);addDefn("readmut", ["&mut"], readmut);addDefn("writemut", 2, writemut);addDefn("onclick", ["domNode", "closure"], onclick);```
gollark: https://meta.rpn.aidanpe.duckdns.org/dom.mjs
gollark: This doesn't seem very cheats, it's just got a bunch of extra RPNCalc definitions for button access.
gollark: I *always* have the right idea.
gollark: Just allow RPNCalc access to all DOM functions.

References


    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.