https://github.com/nelbok/eno
Eno data lib
https://github.com/nelbok/eno
cpp qt
Last synced: about 2 months ago
JSON representation
Eno data lib
- Host: GitHub
- URL: https://github.com/nelbok/eno
- Owner: nelbok
- License: gpl-3.0
- Created: 2024-03-16T15:31:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T13:42:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T04:41:25.704Z (over 1 year ago)
- Topics: cpp, qt
- Language: C++
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eno
## About
Core library for .
## Features
- version
- name
- tags
- textures
- materials
- bounding box
- objects
## Units
All cuboid are in meters.
## Requirements
- CMake 3.27+
- C++ 17
- Qt 6.6
## Supported platforms
All platforms
## Compilation
- cmake -D "CMAKE_PREFIX_PATH=Path to Qt" -B "build" .
- cmake --build build
Path to Qt, example for Windows: C:/Qt/6.6.2/msvc2019_64