https://github.com/kautenja/ntsc-py
a CTypes interface to Blargg's NTSC shaders for Python
https://github.com/kautenja/ntsc-py
blargg-ntsc filters graphics-library ntsc shaders
Last synced: 6 months ago
JSON representation
a CTypes interface to Blargg's NTSC shaders for Python
- Host: GitHub
- URL: https://github.com/kautenja/ntsc-py
- Owner: Kautenja
- License: mit
- Created: 2021-04-23T01:13:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T21:12:27.000Z (over 4 years ago)
- Last Synced: 2025-02-16T09:43:10.809Z (8 months ago)
- Topics: blargg-ntsc, filters, graphics-library, ntsc, shaders
- Language: Jupyter Notebook
- Homepage:
- Size: 172 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NTSC-py
[![build-status][]][ci-server]
[![PackageVersion][pypi-version]][pypi-home]
[![PythonVersion][python-version]][python-home]
[![Stable][pypi-status]][pypi-home]
[![Format][pypi-format]][pypi-home]
[![License][pypi-license]](LICENSE)[build-status]: https://travis-ci.org/Kautenja/ntsc-py.svg
[ci-server]: https://travis-ci.org/Kautenja/ntsc-py
[pypi-version]: https://badge.fury.io/py/ntsc-py.svg
[pypi-license]: https://img.shields.io/pypi/l/ntsc-py.svg
[pypi-status]: https://img.shields.io/pypi/status/ntsc-py.svg
[pypi-format]: https://img.shields.io/pypi/format/ntsc-py.svg
[pypi-home]: https://badge.fury.io/py/ntsc-py
[python-version]: https://img.shields.io/pypi/pyversions/ntsc-py.svg
[python-home]: https://python.org`ctypes` interfaces to Blargg's [NTSC filter libraries][Blargg-NTSC].
[Blargg-NTSC]: http://slack.net/~ant/libs/ntsc.html
NES NTSC
SNES NTSC
SMS NTSC
![]()
![]()
![]()
# Installation
The preferred installation of `ntsc-py` is from `pip`:
```shell
pip install ntsc-py
```## Debian
Make sure you have the `clang++` compiler installed:
```shell
sudo apt-get install clang
```## Windows
You'll need to install the Visual-Studio 17.0 tools for Windows installation.
The [Visual Studio Community](https://visualstudio.microsoft.com/downloads/)
package provides these tools for free.