Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for 3D files #84

Open
yw4z opened this issue Nov 26, 2023 · 4 comments
Open

Add support for 3D files #84

yw4z opened this issue Nov 26, 2023 · 4 comments
Assignees

Comments

@yw4z
Copy link

yw4z commented Nov 26, 2023

I'm sure there are many more format but main ones for generic use
STL and OBJ
STL quite popular for 3D printing
Thanks for your efforts

@Xanashi
Copy link
Owner

Xanashi commented Nov 26, 2023

This won't be an easy task to add support for, unfortunately.
It will most likely require additional 3D parsing and rendering libraries to make these filetypes work with Icaros.
I'll make sure to look into it, however I can't promise anything at this point in time.

@Xanashi Xanashi self-assigned this Nov 26, 2023
@yw4z
Copy link
Author

yw4z commented Nov 26, 2023

currently using this one for STL https://papas-best.com/stlthumbnails_en it just 53 kb. ofc i prefer single app for thumbnails. icaros already working great

@Xanashi
Copy link
Owner

Xanashi commented Nov 26, 2023

Hmm... that does change my mind. Maybe it can be done without too much code. Maybe with OpenGL?
I'll see what I can find out.

With that said, the software you just posted, honestly looks great. Supports a ton of STL features and is fast as well.
Supporting STL in Icaros might be a bit superfluous?

@yw4z
Copy link
Author

yw4z commented Nov 27, 2023

actually showing colors etc a bit extra features. most helpful is showing basic shape. same with OBJ format. icaros is aio thumbnails generator this one would be nice addition. ofc you may want to focus other things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants