https://github.com/learosema/bildpunk
https://github.com/learosema/bildpunk
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/learosema/bildpunk
- Owner: learosema
- Created: 2024-03-08T23:14:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T22:57:25.000Z (over 1 year ago)
- Last Synced: 2025-03-15T18:20:08.596Z (over 1 year ago)
- Language: C
- Size: 269 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bildpunk
A C library for programming vga mode 0x13.
## Etymology
Bildpunk is denglish – it's a mixture of german and english. It is pronounced as "build punk" and means "picture punk".
The name is derived from the german word for "pixel", which is also the swedish word for "pixel", which is _Bildpunkt_. As this library is DOS-first, the name wants to stay inside the 8-character filename limitation of the DOS file system. This way, the _Bildpunk_ was born.
It perfectly describes what Bildpunk is made for: to be creative with pixels.
## Building via linux, targetting DOS or DOSBox
`mode256` is built using the OpenWatcom v2 compiler
To build, run:
```sh
# add watcom dos folders to environment
source owsetenv_dos.sh
# use WMAKE to build
wmake -f Makefile.ow2
```
It also compiles directly under DOS by using OpenWatcom v2 `WMAKE`.
## LICENSE
bildpunk is Public Domain.
The licenses of the dependencies apply (WIP, no dependencies yet)
- lodepng is Copyright (c) 2005-2018 Lode Vandevenne