]>
Commit | Line | Data |
---|---|---|
b157bf19 BB |
1 | --- |
2 | layout: default | |
14924c88 | 3 | title: Proj |
a3e289b2 | 4 | description: "Lista de proyectos de Ben Beltran... cosas en las que estoy o estaba trabajando y he decidido compartir." |
b157bf19 BB |
5 | --- |
6 | ||
7 | <div class="content"> | |
8 | <div class="related"> | |
f147205f BB |
9 | <h1>Proj</h1> |
10 | <p>These are some of the things I've done, worked on, | |
11 | am working on, or plan to work on: <br/> | |
12 | <em>Estas son algunas de las cosas que he hecho, | |
13 | en que he trabajado, estoy trabajando, o en que planeo trabajar:</em></p> | |
14 | ||
b157bf19 | 15 | <ul> |
23760dda | 16 | <li> |
908c36a7 | 17 | <a href="https://github.com/rbdr/serpentity" class="javascript">Serpentity</a> — |
f147205f BB |
18 | An entity framework for making games with javascript. |
19 | <em>Un framework de entidades para hacer juegos con javascript</em> | |
23760dda BB |
20 | </li> |
21 | <li> | |
908c36a7 | 22 | <a href="https://github.com/rbdr/lyricli" class="ruby">Lyricli</a> — |
f147205f BB |
23 | A command line tool to fetch lyrics for your current song or search by title. |
24 | <em>Herramienta de linea de comandos para ver la letra de la canción | |
25 | que escuchas o buscar por título</em> | |
23760dda | 26 | </li> |
b157bf19 | 27 | <li> |
908c36a7 | 28 | <a href="https://github.com/rbdr/cobalt" class="javascript">Cobalt</a> — |
f147205f BB |
29 | A JSON based log multiplexer for javascript: send to a socket or to a |
30 | file or whatever I'm not your mom. | |
31 | <em>Un multiplexor de logs basado en JSON para javascript: manda por | |
32 | un socket, o un archivo o lo que quieras no soy tu mamá.</em> | |
b157bf19 BB |
33 | </li> |
34 | <li> | |
a9be3ad4 | 35 | <a href="https://github.com/freshout-dev/thulium" class="javascript">Thulium</a> — |
f147205f BB |
36 | A fast and simple EJS-like templating engine with support for printable blocks. |
37 | <em>Un sistema de templates parecido a EJS rápido y sencillo con soporte | |
38 | de bloques imprimibles</em> | |
b157bf19 | 39 | </li> |
5cf1339e | 40 | <li> |
a9be3ad4 | 41 | <a href="/files/polarity.zip" class="etc">Polarity</a> — |
f147205f BB |
42 | The first game I made, some years back. An arena shooter with magnnetism! |
43 | <em>El primer juego que hice, hace unos años. Un arena shooter con magnetismo!</em> | |
44 | </li> | |
0da1e61b BB |
45 | <li> |
46 | <a href="http://insultos.unlimited.pizza" class="javascript">Generador de Insultos</a> — | |
47 | A spanish insult generator to help you start broadening your vocabulary without depending on the classic curse words. | |
48 | <em>Generador de insultos para ayudarte a ampliar tu vocabulario sin depender de las majaderías clásicas</em> | |
49 | </li> | |
50 | <li> | |
51 | <a href="https://github.com/rbdr/api-notation.vim" class="etc">API Notation for vim</a>, | |
52 | <a href="https://github.com/rbdr/api-notation-atom" class="etc">atom</a>, & | |
53 | <a href="https://github.com/rbdr/api-notation.tmLanguage" class="etc">sublime text</a> — | |
54 | A syntax for notation library APIs in a simple way that's easy to embed in text documents. | |
55 | <em>Una sintaxis para notación de APIs de librerías de manera sencilla, fácil de embeber en documentos de texto.</em> | |
56 | </li> | |
f147205f BB |
57 | </ul> |
58 | ||
59 | <p>I'm also, sometimes (I swear) working on these | |
60 | three game projects, and I sometimes post about them: <br/> | |
61 | <em>También, a veces (lo juro) trabajo en estos tres proyectos, | |
62 | y a veces escribo sobre ellos:</em> | |
63 | </p> | |
64 | ||
65 | <ul> | |
66 | <li>Super Polarity (In Development/<em>En desarrollo</em>)</li> | |
67 | <li>Cows (Designing/<em>Diseñando</em>)</li> | |
68 | <li>Bctria (Designing/<em>Diseñando</em>)</li> | |
b157bf19 BB |
69 | </ul> |
70 | </div> | |
71 | </div> |