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)
- Host: GitHub
- URL: https://github.com/viet281101/demo64ko
- Owner: Viet281101
- License: mit
- Created: 2024-04-29T20:51:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T17:49:48.000Z (about 1 year ago)
- Last Synced: 2025-02-13T19:37:01.620Z (4 months ago)
- Topics: gl4d, gl4dummies, glsl-shaders, opengl, sdl2
- Language: C
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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