-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
22 lines (19 loc) · 886 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Libretro core for ONScripter
--------------------------------------------------------------------------------
ONScripter is a visual novel games engine compatible to NScripter,
this project provides a libretro core allowing the ONScripter visual
novel games to be played with libretro frontends such as RetroArch.
This project is based on:
- bzip2: https://sourceware.org/bzip2/
- zlib: https://zlib.net/
- FreeType: https://www.freetype.org/
- libogg: https://xiph.org/ogg/
- libvorbis: https://xiph.org/vorbis/
- mad: https://www.underbit.com/products/mad/
- libjpeg-turbo: https://libjpeg-turbo.org/
- libpng: http://www.libpng.org/
- SDL, SDL_image, SDL_mixer, SDL_ttf: https://libsdl.org/
- ONScripter: http://onscripter.osdn.jp/onscripter.html
- sdl-libretro: /~https://github.com/libretro/sdl-libretro
- libretro-common: /~https://github.com/libretro/libretro-common
Thanks them!