razetime / cbqn-80

An implementation of the BQN-80 fantasy console using libcbqn.so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Implementation of BQN-80.

Attempts to cap animation at 30fps.

Installation: make

Dependencies:

  • pkg-config for finding SDL
  • SDL2
  • SDL2_image
  • libcbqn.so in your library path
  • bqnffi.h in your include path

About

An implementation of the BQN-80 fantasy console using libcbqn.so


Languages

Language:C 94.8%Language:Makefile 5.2%