uno graphics basics

Hi,

maybe just a stupid question,… I found this older Tutorial for the graphic basics… but, this isn’t working right? What need I to do, to get this to work?

https://beta.outracks.com/tutorials/uno_graphics_basics_GAUS

Thanks :slight_smile:

This is working, but lots of the code involved here has moved to Fuse namespaces. For example Uno.Scenes is now Fuse.Entities. Fuse is built with the Uno programming language which is a hyrid CPU and GPU language. The low level graphics features of Uno is not something that we are pushing right now. The focus is on the Fuse platform, (the fuse libraries and the fuse tool).

But feel free to ask any question concerning these features :slight_smile:

Ah okay. Now the “uno graphics basics GAUS” Tutorial is gone.

I got the “Grid of Spheres” Tutorial working - but without using the UX Layout. How can i compare both, or better, how can i create just a Sphere via the UX Layout? I already searched the Guides/Documentation, but couldn’t find what I searched for. ^^

<??>

Would be very cool to integrate some 3D Visualization into the App, beside the “normal” Layout - or just for Simulation of some technical things (no Games).

Now the “uno graphics basics GAUS” Tutorial is gone.

Nopes, it’s here: https://beta.outracks.com/tutorials/uno_graphics_basics_GAUSS The link in your original post was simply missing an ‘s’ :).

More info on 3D visuals integrated into Fuse UI will be coming soon!

Oh, how stupid of me. Thank you! :smiley:

(and i found what i searched: https://beta.outracks.com/docs/uno/dev_guide/fuse.entities/entity/basic )

The links and basically the whole website is not available anymore.

How/Where can I learn more about UNO and graphics? I would like to record/stream videos inside my Fuse application. But I don’t know how to do it. Even if I have the Objective-C code for accessing the camera and recording the video, how could I render it in my fuse application?

Someone guided me to https://github.com/bolav/fuse-camerapanel but it’s hard to learn without any guide or tutorial or documentation about this :frowning:

Mitnick wrote:

The links and basically the whole website is not available anymore.

The links you are refering to are not related to what you want to do. Uno has changed a lot since that time and the docs just does not apply anymore.

How/Where can I learn more about UNO and graphics? I would like to record/stream videos inside my Fuse application. But I don’t know how to do it. Even if I have the Objective-C code for accessing the camera and recording the video, how could I render it in my fuse application?

Someone guided me to https://github.com/bolav/fuse-camerapanel but it’s hard to learn without any guide or tutorial or documentation about this :frowning:

The native interop section should be a good starting point for learning Uno and adding your own components.