Go to file
Ruben d1c6c52d22
Changed to C++17 and getting things ready
2022-12-20 16:35:42 +01:00
src Changed to C++17 and getting things ready 2022-12-20 16:35:42 +01:00
.gitignore Initial commit 2022-12-20 15:59:28 +01:00
CMakeLists.txt Changed to C++17 and getting things ready 2022-12-20 16:35:42 +01:00
FILE_FORMAT.md Added README and License information 2022-12-20 16:13:07 +01:00
LICENSE Added README and License information 2022-12-20 16:13:07 +01:00
README.md Added README and License information 2022-12-20 16:13:07 +01:00

README.md

CeeV

A simple visual novel engine written in C++.

Usage

Building

CeeV uses CMake to build. To build, run the following commands:

mkdir build
cd build
cmake ..
make

Running

To run CeeV, run the following command:

./CeeV <path to .cv file>

File Format

CeeV uses a custom file format to store visual novel data. The file format is described in FILE_FORMAT.md.

License

CeeV is licensed under the AGPL-3.0 License. See LICENSE for more information.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.