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

https://github.com/viet281101/demo64ko

A graphics and sound presentation program, total resources used are less than 64Kb (including source code, music, fonts, etc)
https://github.com/viet281101/demo64ko

gl4d gl4dummies glsl-shaders opengl sdl2

Last synced: 2 months ago
JSON representation

A graphics and sound presentation program, total resources used are less than 64Kb (including source code, music, fonts, etc)

Awesome Lists containing this project

README

        

# Demo Graphic & Sound 64Ko
A graphics and sound presentation program, total resources used are less than 64Kb (including source code, music, fonts, etc)

## Description
This application uses OpenGL, SDL2 and GL4Dummies

## Getting Started

### Dependencies

* OpenGL
* SDL2
* GL4Dummies

### Installing

### Executing program

* Run `Makefile`:
```
make && ./demo
```
* Press "Q" or "ESCAPE" to close the window.

## Authors
Viet NGUYEN

## License
This project is licensed under the MIT License - see the LICENSE file for details