Kieb
May 15, 2022, 7:37pm
1
Aloha.
What started for me as an experiment with the ThreeJS library has evolved in a free online 3D presentation tool. With a simple edit environment.
It is a sparetime project. I wrote it in plain Vanilla Javascript (Typescript) that uses a ‘publish-subscribe’ pattern for in code communication.
Some might recognize the scenery options (water, space)… these are examples from the ThreeJS website.
Here is the url: https://threepoint.online/
Currently on the TODO list:
‘Transform selector’ improvements (has still some bugs);
Add several ‘light’ options;
Memory management;
Auto-play option;
Templates;
More scenery options;
An upload form for custom models;
I am very curious what you think of it.
Feel free to send me your feedback and/or ideas.
Thanks in advance.
7 Likes
hofk
May 16, 2022, 7:33pm
2
I like the idea and execution.
So far you can add Sphere Cube and Ring.
If you intend to make more geometry available, see if Muti Form Geometry can be used.
Multi Form Geometry
2 Likes
nice would be something if you can import custom models and also modify the uv textures.
Kieb
May 18, 2022, 6:04pm
4
Thanks for the compliment.
Indeed an upload form for custom models is on the TODO list.
Develop this really fast and take it to market quick
Kieb
May 19, 2022, 6:44pm
6
I am working on this in my sparetime… so it won’t go fast
And what do you mean with “take it to market”?
Kieb
May 27, 2022, 9:26am
7
Update report: the UI of the right panel is updated and it now possible to add ‘movement’ to static objects like cube, sphere, image, etcetera.
Kieb
June 1, 2022, 7:57pm
8
@winnie Added an import option: go to ‘Add’ → ‘Model’ → ‘Load your own model’
For now you can upload ‘glb’ or ‘fbx’ format files.
Kieb
June 26, 2022, 7:38pm
9
@hofk I have added a new geometry: Cone (https://threepoint.online/ )
I will study the Multi Form Geometry to see how I can implement it.
hofk
June 26, 2022, 7:43pm
10
If something is unclear about Multi Form Geometry , ask. Maybe I can help.
3darch
June 27, 2022, 11:45am
11
hello,
I wrote a presentation tool but for IT architects to show concept of system structure:)
link: https://www.3darch.online/
demo on yt: https://www.youtube.com/watch?v=XiU0avH4UX0
1 Like
Kieb
July 2, 2022, 8:07am
12
Hello @3darch
Interesting tool.
I have sent the url to a collegaue that works as software architect.