An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Eno

## About

Core library for ![Eno Creator](https://github.com/nelbok/eno-creator).

## 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