kettek2/wiki/lab_old.qwk

82 lines
2.7 KiB
Plaintext

# lab -- ラブラブ。。。?
This section contains software or games that I am currently in the process of making or plan on revisiting in the near future. It is the counterpart to the [crypt](crypt), home of projects that are unlikely to be updated or completed in any reasonable time.
Majority of the projects in here are only partially usable at best.
----
[[toc]]
----
## Desktop Applications
### Adobar -- HTML5/CSS3 Animation Program
* **Site**: [Adobar](/lab/Adobar)
* **Year**: 2016
* **Language**: XUL
* **System**: Linux, Windows, OS X, anything supported by XUL.
* **Interface**: Graphical Desktop
Actually create HTML5/CSS3 animations with this XUL program!
[![Adobar_20160106.png](/lab/Adobar_20160106.png)](/lab/Adobar_20160106.png)
## Web Services/Applications
### LGS -- Let's Get Shredded
* **Site**: [LGS](/lab/LGS)
* **Year**: 2016
* **Language**: JavaScript
* **System**: Any modern JavaScript browser supporting HTML5
* **Interface**: Browser
A graphing and management browser application for getting swole.
### LootKeeper
* **Site**: [LootKeeper](/lab/LootKeeper)
* **Year**: 2016
* **Language**: JavaScript / Node.js
* **System**: Node.js Server
* **Interface**: Browser
Manage your D&D loot!
[![lk_jp.png](/lab/lk_jp.png)](/lab/lk_jp.png)
### TwittMUD
* **Site**: [TwittMUD](/lab/TwittMUD)
* **Year**: 2015
* **Language**: JavaScript / Node.js
* **System**: Node.js
* **Interface**: Commandline
An interesting foray into creating a game in Twitter. Similar to Twitter bots, I suppose.
## Games
### NetHack SDL2 interface
* **Site**: [NetHack](/lab/NetHack)
* **Year**: 2016
* **Language**: C++ w/ SDL2
* **System**: Linux, Windows, OS X
* **Interface**: Desktop Game
An SDL2 port of NetHack, intended to implement the lower-level window interface changes made in 3.6.0.
[![nethack_sdl2_20160601.gif](/lab/nethack_sdl2_20160601.gif)](/lab/nethack_sdl2_20160601.gif)
### MAngband SDL2 interface
* **Site**: [MAngband](/lab/MAngband)
* **Year**: 2015
* **Language**: C++ w/ SDL2
* **System**: Linux, Windows, OS X
* **Interface**: Desktop Game
A modern SDL2 port of MAngband. Currently only working with **v1.1.2**, as the official 1.2 repository code was not functional enough at the time to get working.
[![mangband_sdl2_20150202.png](/lab/mangband_sdl2_20150202.png)](/lab/mangband_sdl2_20150202.png)
### GodEater
* **Site**: [GodEater](/lab/GodEater)
* **Year**: 2015
* **Language**: C++ w/ SDL2
* **System**: Linux, Windows, OS X
* **Interface**: Desktop Game
A roguelike engine originally started for 7DRL2015 and never finished. I enjoy the concept and will likely make it a runnable game at some point.