Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nelbok committed Mar 26, 2024
1 parent 171676a commit 57156f2
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 14 deletions.
31 changes: 19 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Eno Creator
# Eno Suite

## About

Expand All @@ -8,13 +8,19 @@ And you can export your work into Wavefront file.

Eno features:
- version
- material
- project
- tags
- textures
- materials
- bounding box
- object

Wavefront features:
- vertex / triangle
- diffuse color
- diffuse map
- opacity (dissolve)
- opacity (dissolve) map

![Interface](sample/preview.png)
![OpenGL preview](sample/preview-opengl.png)
Expand All @@ -26,26 +32,27 @@ Even if now it could be used to make old school video games.
So the interface could look old.

## Units
Meter: Eno files, Wavefront files, Qt3D
Centimeter: QtQuick3D

Meter: Eno files, Wavefront files
Centimeter: Qt Quick 3D

## Requirements

- CMake 3.27+
- C++ 17
- Qt 6.6
- Qt Widgets/Quick 6

## Supported platforms
Eno: All
Creator: Windows, Linux, macOS(maybe)
Viewer: Windows, Linux, macOS(maybe), Android

Note about iOS:
Without device, we can't update code
- Eno: All
- Creator: Windows, Linux, macOS(maybe)
- Viewer: Windows, Linux, macOS(maybe), Android

Note about iOS: Without device, we can't update code

## Compilation

- cmake -D "CMAKE_PREFIX_PATH=Path to Qt" -B "build" .
- cmake -B build
- cmake --build build

Path to Qt, example for Windows: C:/Qt/6.6.2/msvc2019_64
If you need to specify Qt location, add this to the first call of CMake: -D "CMAKE_PREFIX_PATH=Path to Qt"
2 changes: 1 addition & 1 deletion cmake/defines.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(ENO_SUITE_VERSION "1.0.5")
set(ENO_SUITE_VERSION "1.1.0")
string(REPLACE "." "," ENO_SUITE_VERSION_RC ${ENO_SUITE_VERSION})
set(ENO_CREATOR "Eno Creator")
set(ENO_VIEWER "Eno Viewer")
Expand Down
2 changes: 1 addition & 1 deletion eno
Submodule eno updated 1 files
+1 −1 cmake/defines.cmake
Binary file modified sample/preview-opengl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sample/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 57156f2

Please sign in to comment.