Skip to content

andres-asm/invader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linux-build windows-build

invader

invader is an experimental implementation of the libretro API.

It's split in two parts:

  • piccolo as the libretro player implementation
  • kami as the GUI frontend, currently it uses imgui for the user interface and SDL2/OpenGL3 for rendering

Compilation

git clone git@git.retromods.org:dev/invader.git
cd invader
git submodule update --init
make -C src/

Current Progress

Backend

  • core loading
  • core initialization
  • content loading
  • video rendering
  • audio rendering
  • input processing
  • core options v1

Frontend

  • everything

Screenshots

0.1.3

img

0.1.2

img

0.1.1

img

0.1.0

img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published