https://github.com/haldih/project-opendiva
An open-source port of the game Project DIVA by SEGA
https://github.com/haldih/project-opendiva
Last synced: about 1 year ago
JSON representation
An open-source port of the game Project DIVA by SEGA
- Host: GitHub
- URL: https://github.com/haldih/project-opendiva
- Owner: HaldiH
- License: gpl-2.0
- Created: 2020-02-22T17:02:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T01:08:22.000Z (about 6 years ago)
- Last Synced: 2025-01-12T14:46:48.705Z (over 1 year ago)
- Language: C++
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project-OpenDIVA
An open-source port of the game Project DIVA by SEGA
## Purposes
This project aims to be a clone of Project DIVA but with maps provided by the community. To reach this goal, the maps will be formatted in JSON and the project will use SDL2 for video rendering, audio, gamepad support and more features offered by SDL2.
The background scene will consist of a video, image or a real-time rendering (Vulkan is imo the best hardware accelerated rendering engine. For 3D rendering, suggestions are welcome, but I'm working on a 3D engine using boost::qvm and Vulkan).