Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

ICAROS

ICAROS Specific Threads
227 posts | Last Activity on 14-02-2024 11:19 by miker1264
M
miker1264 14-02-2024 11:19, 2 months ago
Re: AROS 3d Rendering
Although my application is based in part on older sources (Ray Storm) mostly for 3d object file loading and saving, it's a completely new raytracing/rendering application. I'm not sure what interaction there will be between programs or how that will be beneficial.
Responded in AROS 3d Rendering
Amiwell79
Amiwell79 14-02-2024 09:44, 2 months ago
Re: AROS 3d Rendering
Miker I spoke to alexander the author of the wcs programa porting that can interact with 3D software and told him that your project is in the works and if wcs could interact with it
Responded in AROS 3d Rendering
C
chrisripp 09-02-2024 13:21, 3 months ago
Re: Linux BootStrap - Hostapp
Ha damn, I just overwrote, I didn't delete anything. I will try. THANKS
AMIGASYSTEM
AMIGASYSTEM 09-02-2024 12:57, 3 months ago
Re: Linux BootStrap - Hostapp
chrisripp, consider updating your system as well, many things have changed, there have been hundreds of bugs fixed, and more Cores have been updated. Important, if you have to upgrade your system "you have to remove from the system" some libraries, and all software that uses these libraries, you can read in the attached link about the big changes ! https://www.arosworld.org/infusions/forum/viewthread.php?thread_id=1171&rowstart=0
C
chrisripp 09-02-2024 12:24, 3 months ago
Re: Linux BootStrap - Hostapp
Hello Paulone, In System/System/Hosted, there are some scripts including dotdesktop, I wanted to try, but it doesn't work. I tried the same on Ubuntu, I don't understand, I must be missing something. Can someone explain it to me step by step? How to launch a Linux application under Icaros? I don't have your Amiga level, I'm a small gamer. I am posting Icaros which I have updated, as explained a little above. If anyone wants to test, see if what I did is correct. LINK: https://kdrive.infomaniak.com/app/share/561690/ee9ea626-f39a-4a63-a8c7-7b23aad694e6 My interest is to create a Linux distribution, which boots directly on Aros, with links to Linux applications incorporated, as well as a launch of ES-desktop configured amiga (emulationstation like batocera). I have already done it with amiberry or fs-uae which directly launches an Amiga system at startup. The Hostrun Amiberry works very well, but the project is still too young and we only launch 3.x The aim will be to discover the abilities of Aros. The hostrun is essential, so as not to remain stuck on a compartmentalized system, but to extend it to today's modernism. With the launch of modern applications Linux, mac, Windows. These are just my thoughts, I'm not a coder, and have no idea of the magnitude of the task. But as a simple user, I think it would be great.
Amiwell79
Amiwell79 03-02-2024 13:15, 3 months ago
Re: AROS 3d Rendering
ok Miker good job, send me your paypal email I'll make you a donation:)
Responded in AROS 3d Rendering
M
miker1264 03-02-2024 13:02, 3 months ago
Re: AROS 3d Rendering
For displaying wireframes OpenGL (glut) may be useful but for rendering scenes a dedicated raytracer engine will be used. Applications such as this are very complex. Building a full user interface which includes the wireframe display process including all the menu items and sub-functions is all very time consuming. For development and ease of testing I'd prefer a simple command line application. The full-blown application will be "Sun-Ray Raytracer" which includes the complete user interface, button menu, app menu and display. The test application will be "RaytracerX" which is command line only with switches -w -r -s (wireframe, render, save). It will have a command line progress indicator 10%20%30%...100%...done! The syntax of RaytracerX will be: raytracerx -r dolphins.scn dolphins.ppm which is very basic. I will add features and expand the functionality during development. For old Amiga rendering applications I don't believe they could output 32 bit ARGB images, only RGB. The exception would be Lightwave and some other higher quality apps. RaytracerX will be able to produce either RGB or ARGB.
Responded in AROS 3d Rendering
Amiwell79
Amiwell79 02-02-2024 16:33, 3 months ago
Re: AROS 3d Rendering
you could enable opengl when available
Responded in AROS 3d Rendering
M
miker1264 02-02-2024 16:14, 3 months ago
Re: AROS 3d Rendering
[quote name=pixie post=3950]@pixie - Congrats!!! Good to see new software, and 3D software runs close to earth in my case! I started learning with Imagine 3D when a render would take a night! :)[/quote] Yes. I agree. I have some pleasant memories of rendering with 3D Studio R4 in the mid-nineties. It was running in DOS 5.0 on a PC with a 33 Mhz CPU and very little memory. The Marble Vase 3ds file took about 30 minutes to render to a 24 bit Targa Image. Rendering was so slow in those days. It will be interesting to see how much faster modern PC's are compared to those early days.
Responded in AROS 3d Rendering
Amiwell79
Amiwell79 02-02-2024 16:07, 3 months ago
Re: AROS 3d Rendering
Miker you are back to work on the raytracing programme thank you
Responded in AROS 3d Rendering
pixie
pixie 02-02-2024 16:07, 3 months ago
Re: AROS 3d Rendering
Congrats!!! Good to see new software, and 3D software runs close to earth in my case! I started learning with Imagine 3D when a render would take a night! :)
Responded in AROS 3d Rendering
M
miker1264 02-02-2024 14:57, 3 months ago
Re: AROS 3d Rendering
[quote name=deadwood post=3947]@deadwood - Good luck with your project @miker1264. I'm glad to see more software being developed![/quote] This project is very interesting and also very difficult at the same time. It involves a lot of math and 3d vectors. It will require lots of research.
Responded in AROS 3d Rendering
M
miker1264 02-02-2024 14:44, 3 months ago
Re: AROS 3d Rendering
[quote name=AMIGASYSTEM post=3946]@AMIGASYSTEM - Beautiful, simple and intuitive ![/quote] Exactly. That's my intent to make it easy to use. The modular approach seems best. It will allow loading 3d scene files or 3ds. It will use a simple progress indicator like the one that Magellan uses on startup. I want it to seem reminiscent of the old DOS based 3D Studio R4. The Marble Vase is actually a real image of one of my own .3ds files from 3DStudio R4. It would be really cool to have a 3d graphics program that can render my old .3ds files and new ones too! That's why I'm using the blue and grey colors. And the progressbar colors are also blue and grey. It will be about 50% based on existing code for the rendering engine and internal framework. The other 50% will be completely new code. If you are interested in raytracing there is a website called Scratchapixel that explains all the details about raytracing programs.
Responded in AROS 3d Rendering
D
deadwood 02-02-2024 14:39, 3 months ago
Re: AROS 3d Rendering
Good luck with your project @miker1264. I'm glad to see more software being developed!
Responded in AROS 3d Rendering
AMIGASYSTEM
AMIGASYSTEM 02-02-2024 14:26, 3 months ago
Re: AROS 3d Rendering
Beautiful, simple and intuitive !
Responded in AROS 3d Rendering
M
miker1264 02-02-2024 14:06, 3 months ago
Re: AROS 3d Rendering
This is a project in the early stages of development. It's Sun-Ray Raytracer. The user interface has a quick action Button Menu and an app logo and wireframe display. It will also have an extensive program menu. I'm not sure if I will use OpenGL to draw the wireframes based on a 3d polygon mesh file or if I will choose direct draw methods to draw to the Rasterport. So I will work on the user interface and drawing wireframes first then the 3d scenes. I'd like to make it 100% compatible with 3D Studio .3ds and prj 3d object files as well as .scn scene files. It will use a progress indicator when rendering. Once the scene has been rendered it will be saved as .ppm then the file will be opened in the Picture Viewer window for display. The sample is "Utah Teapot".
Responded in AROS 3d Rendering
P
paolone 02-02-2024 10:36, 3 months ago
Re: Linux BootStrap - Hostapp
Hi Chris. Why are you importing .desktop files in hostbridge? .desktop files are just sort of links IIRC, while hostbridge requires you to enter the actual executable to get its path.
Amiwell79
Amiwell79 19-01-2024 21:32, 3 months ago
Re: Linux BootStrap - Hostapp
[quote name=magorium post=3781]@magorium - [quote name=Amiwell79 post=3778]@Amiwell79 - sshfs works with all distribution[/quote] Thank you very much for the detailed setup instructions in order to setup sshfs. I was not aware that this little gem was available for AROS.[/quote] I only quoted what is written in the readme I did not think you were aware of this hi magorium
AMIGASYSTEM
AMIGASYSTEM 19-01-2024 19:07, 3 months ago
Re: Linux BootStrap - Hostapp
@magorium The good salass00, had published it along with SMB2 on aros-exec, two very useful tools, SMB2 also has a GUI that makes it easier to use: https://ae.arosworld.org/index.php?topic=1065.msg16741#msg16741
M
magorium 19-01-2024 18:45, 3 months ago
Re: Linux BootStrap - Hostapp
[quote name=Amiwell79 post=3778]@Amiwell79 - sshfs works with all distribution[/quote] Thank you very much for the detailed setup instructions in order to setup sshfs. I was not aware that this little gem was available for AROS.
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You can download attachments in this forum.
Moderator: Administrator
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 2
Members Online 0

Total Members: 224
Newest Member: Zhule
Member Polls
Should AROSWorld continue with AROS-Exec files (SMF based)?
Yes44 %
44% [12 Votes]
No26 %
26% [7 Votes]
Not sure30 %
30% [8 Votes]