Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/knightos/demos

A collection of interesting technical demos for KnightOS
https://github.com/knightos/demos

Last synced: about 1 month ago
JSON representation

A collection of interesting technical demos for KnightOS

Awesome Lists containing this project

README

        

# demos

A collection of interesting technical demos for KnightOS.

This includes a port of Pixel Madness by Ben Ryves.

## Compiling

First, install the [KnightOS SDK](http://www.knightos.org/sdk).

$ knightos init
$ make
$ make run # to test
$ make package # to produce an installable package

## Installing

Use `make package` to get a package that you can install.

## Help, Bugs, Feedback

If you need help with KnightOS, want to keep up with progress, chat with
developers, or ask any other questions about KnightOS, you can hang out in the
IRC channel: [#knightos on irc.freenode.net](http://webchat.freenode.net/?channels=knightos).

To report bugs, please create [a GitHub issue](https://github.com/KnightOS/KnightOS/issues/new) or contact us on IRC.

If you'd like to contribute to the project, please see the [contribution guidelines](http://www.knightos.org/contributing).