https://github.com/owencochell/ojae
A modular ASCII engine written in C++
https://github.com/owencochell/ojae
Last synced: 10 months ago
JSON representation
A modular ASCII engine written in C++
- Host: GitHub
- URL: https://github.com/owencochell/ojae
- Owner: OwenCochell
- License: mit
- Created: 2022-07-19T21:25:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T16:46:16.000Z (almost 4 years ago)
- Last Synced: 2025-02-21T14:39:39.423Z (over 1 year ago)
- Language: C++
- Size: 2.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Owen-Joel ASCII Engine
A modular ASCII engine written in C++
# Disclaimer
This library is a huge work in progress! Use at your own risk!
# Project Structure
`include/ojae/` contains all public header files.
`src/` contains all source code and private headers.
`libs/` contains all 3rd party static libraries in use by ojae.
`tests/` contains various testing files.
# Final
See the `TODO.md` file for things to be completed.