https://github.com/connerdouglass/entity3d
C++ Graphics Library
https://github.com/connerdouglass/entity3d
Last synced: 2 months ago
JSON representation
C++ Graphics Library
- Host: GitHub
- URL: https://github.com/connerdouglass/entity3d
- Owner: connerdouglass
- Created: 2020-04-19T06:23:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-25T01:30:28.000Z (about 5 years ago)
- Last Synced: 2025-03-18T01:51:34.225Z (3 months ago)
- Language: C++
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installing and building
```bash
git clone https://github.com/connerdouglass/entity3d.git
cd entity3d
bash install.sh
bash build.sh
```