]> git.r.bdr.sh - rbdr/r.bdr.sh/blob - jekyll/projects.html
New version, new post. Yup
[rbdr/r.bdr.sh] / jekyll / projects.html
1 ---
2 layout: default
3 title: Proyectos
4 description: "Lista de proyectos de Ben Beltran... cosas en las que estoy o estaba trabajando y he decidido compartir."
5 ---
6
7 <div class="content">
8 <div class="related">
9 <h1>Proyectos / Projects</h1>
10 <ul>
11 <li>
12 <strong><a
13 href="http://github.com/freshout-dev/thulium">Thulium</a>:</strong>
14 Un sistema de templetes muy rápido para javascript, con soporte
15 de bloques rompibles imprimibles, una sintaxis sana y spec como
16 se debe.
17<em> A really fast templating engine for javascript with breakable
18 printable blocks, a sane syntax and a proper spec.</em>
19 </li>
20 <li>
21 <strong><a
22 href="http://github.com/benbeltran/cobalt">Cobalt</a>:</strong>
23 Un multiplexor sencillo de logs en formato JSON.
24<em> A really simple JSON format log multiplexer.</em>
25 </li>
26 <li>
27 <strong><a
28 href="http://github.com/benbeltran/lyricli">Lyricli</a>:</strong>
29 Muestra lyrics en tu línea de comando
30<em>Get lyrics right in your terminal</em> </li>
31 <li>
32 <strong><a href="/files/polarity.zip">Polarity</a>:</strong> Un juego
33 Arena Shooter con magnetismo! • <em> An Arena Shooter with
34 Magnetism! </em>
35 </li>
36 <li><strong>Polarity II (WIP): </strong>
37 Arena Shooter magnetico para Windows, Mac y Linux, hecho con
38 MonoGame•
39 <em> Next version of the magnetic arena shooter polarity, for
40 Windows, Mac and Linux; made with magnetism.</em>
41 </li>
42 <li>
43 <strong><a href="https://github.com/benbeltran/Pico-Engine">Pico
44 Engine (KO)</a>: </strong> Un motor de juegos que empecé
45 a desarrollar para enseñarme varios detalles de videojuegos. Hoy
46 en día ya no tiene avance y el código es un desastre, pero ahí
47 está. Escrito en una combinación de C y Lua. • <em> A game
48 engine I started writing to teach me several details of video
49 game programming. It has long since been abandoned and the
50 code is a mess, but there it is. Written in C and Lua.</em>
51 </li>
52 <li>
53 <strong><a
54 href="/cursoc">Curso Express de C</a>:</strong>
55 Curso Express de C basado en K&amp;R que impartí en el Tecnológico de Monterrey
56 Campus Ciudad Juárez. Solo vienen prácticas 01-07 por ahora.
57 Pronto subiré los otros.
58<em>Express C course based on K&amp;R that I gave in Monterrey
59 Institute of Technology, Campus Ciudad Juarez. Only Labs 01-07
60 for now, will upload the rest soon.</em> </li>
61 </ul>
62 </div>
63 </div>