An open API service indexing awesome lists of open source software.

https://github.com/poeticandroid/homegirl

A fantasy console inspired by the Amiga computer
https://github.com/poeticandroid/homegirl

Last synced: over 1 year ago
JSON representation

A fantasy console inspired by the Amiga computer

Awesome Lists containing this project

README

          

![Icon](./images/homegirl.png) Homegirl
========
It's a fantasy console (like pico-8 or tic-80) inspired by the Commodore Amiga!

![Amigaaah!](./images/homegirl_screentitles.gif)

👇 [Get the FULL version of Homegirl on itch.io](https://poeticandroid.itch.io/homegirl)

[![Download!](./images/itch.png) ![Icon](./images/homegirl.png)](https://poeticandroid.itch.io/homegirl)

It has graphic resolutions similar to the OCS Amigas, multitasking, multiple screens and windows etc.. It has 4 channel 8-bit stereo sound and ability to mount web-servers as drives..

The software for it, is based on Lua, which is a pretty simple and fast scripting language..

[Follow #HomegirlFC on Twitter!](https://twitter.com/hashtag/HomegirlFC)

[**Join the community on Discord!**](https://discord.gg/ND4FErK)

Specs
-----
- **Programming language:** Lua ([See API documentation](https://github.com/poeticAndroid/homegirl/tree/master/system_drive/docs/core/))
- **Screen resolutions:** Multiple screen modes ranging from 80x45 to 640x480 pixels
- **Number of colors:** Up to 256 colors from a palette of 4096 colors
- **Audio:** Four 8-bit PCM channels in stereo, playback up to 32 kHz
- **Input:** Text, mouse, game and audio input..
- **Filesystem:** Named drives which can be mapped to local folders or websites
- **Native filetypes:** GIF for images and animations, WAV for sound samples

Installation
------------
Download and extract [latest release](https://github.com/poeticAndroid/homegirl/releases/latest) for your OS and run the `homegirl` executable from the same folder.. If it doesn't work, make sure you have the following libraries installed (a setup script may be provided):

- [SDL2 2.0.8](https://www.libsdl.org/)
- [Lua 5.3](https://www.lua.org/)
- [FreeImage 3.18](http://freeimage.sourceforge.net/)
- libcurl ([Windows](http://downloads.dlang.org/other/index.html) | [other](https://curl.haxx.se/libcurl/))