Skip to content

Releases: nelbok/eno-creator

Small fixes

19 Apr 11:03
Compare
Choose a tag to compare
  • Fixed compilation under Qt 6.6
  • Tested on Qt 6.7 / 6.6 / 6.5 LTS

Note about Windows 11 and Qt 6.7:

The new style integrated in Qt 6.7 for Windows 11 adds artifacts on the UI, please compile with Qt 6.6 instead if you are using Windows 11.

Major update

26 Mar 14:18
Compare
Choose a tag to compare

We have now eno repo so that you can use it in your project as a SDK.
We don't use Qt 3D anymore, Qt Quick 3D give us what we need for now.

  • Eno Creator use now Qt Quick 3D instead of Qt 3D for the preview (Shadows and so on)
  • Added opacity in Material
  • Updated Texture
  • Memory optimization
  • Optimization option for Wavefront export and 3D preview (less faces)
  • Bug fixes

Texture support

12 Mar 17:07
Compare
Choose a tag to compare

Finally, we have textures included in Eno, we have differences between Eno Creator and Eno Viewer, it is normal, Qt3D and QtQuick3D don't work the same.
With the Wavefront OBJ, we tested the final file in Blender, it looks great as intended.

  • Added Project and Texture tabs next to Material Tab
  • Shadows have been fixed
  • Controller for mobile
  • Improved performance

Undo Redo

25 Feb 15:39
Compare
Choose a tag to compare

It is finally its time! The undo redo! Or how to avoid making a mistake. It is somehow a big feature when you are editing things right?

  • Now you can undo or redo the actions you did
  • For the viewer, you can finally load files
  • The recent files also came with this release
  • Some minor features like icons or shortcuts that could help you (QoL)

Android support

19 Feb 18:24
Compare
Choose a tag to compare

We reworked a lot once again, this time, it was to have an App on mobile.

  • Eno Viewer allows you to deploy on Android mobile using QtQuick
  • It was sometimes annoying to not have the possibility to save the current directory for your project, now, we have a Preferences window
  • As we have now a Preferences window, we added more features like shortcuts, now you can use 1,2,3,4 to change the current tool
  • Again optimization... More coming soon

Optimization

08 Feb 19:26
Compare
Choose a tag to compare

We don't add new features for now. But we have a lot of optimizations.

  • 3D Rendering has been optimized for big projects
  • The application doesn't freeze anymore when saving or loading files, you have now a dialog with a progress bar and the possibility to cancel the action
  • Optimized Wavefront file, we removed a lot of hidden triangles. In plains example case, we had more than 90% optimization

Material incoming!

10 Jun 13:30
Compare
Choose a tag to compare

Well, well, what's new?

Material, yes, actually it is a simple material with only the diffuse color. Soon, we will have more settings like texture, transparency and so on.

Others fixes or improvements:

  • Bounding box editable
  • New sample: harbor
  • Boosted performance after closing the 3D view

Otherwise, the old files can't be opened anymore but for the future version, there are now a versioning, so that we don't have to need to recreate at each version.

The next version will include these issues

Here again!

27 May 11:21
Compare
Choose a tag to compare

The first real release, it works on Qt5 on Windows / Linux platform, not sure if it works on macOS.

The next steps will be:

  • File optimization: Actually, each cube are drawn but we can minimize them and exclude those that are hidden by others cubes
  • Materials: I don't know actually what I can put it that and I will try to put a texture for now
  • Threads: Well, If you have a big file, the program will be stuck while it is working on the save

Again, if you want to help me, you can!