# onscripter-libretro **Repository Path**: weimingtom2000/onscripter-libretro ## Basic Information - **Project Name**: onscripter-libretro - **Description**: Imported from https://github.com/iyzsong/onscripter-libretro - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-12 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## About 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/ - libogg: https://xiph.org/ogg/ - libvorbis: https://xiph.org/vorbis/ - mad: https://www.underbit.com/products/mad/ - stb_truetype: https://github.com/nothings/stb, https://github.com/codewitch-honey-crisis/stb - SDL, SDL_image, SDL_mixer, SDL_ttf: https://libsdl.org/ - ONScripter: https://github.com/ogapee/onscripter - sdl-libretro: https://github.com/libretro/sdl-libretro - libretro-common: https://github.com/libretro/libretro-common - wuffs: https://github.com/google/wuffs Thanks them! ## Building ### Linux git clone --recursive https://github.com/iyzsong/onscripter-libretro cd onscripter-libretro ./update-deps.sh make