Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Hello, I can't says like that, you can try to export in GLB or GLTF format maybe
Thanks
Bonjour Lorcan71,
tu peux brancher ton volan et tester toutes les sorties du plugIT joypad avec un plugIT d'interface pour activer des visuels ou afficher les valeurs. En fonction du pilot ou du system d'exploitation la gestion des axes peut être différent et arriver sur d'autres sorties.
OpenSpace3D 1.93.1 is available for download.
It should correct the mentioned issues.
Let me know if you find any another issues
Pour le redimensionnement sur linux, SDL ne permet pas de bloquer le fonctionnement des bordures sur X11. Si tu ne veux pas de redimensionnement il faut donc aussi désactiver les bordures. Le flags pour désactiver le redimensionnement active juste une taille minimum à la fenêtre.
Bonjour et meilleurs voeux pour 2025 !
Ok merci,
Je dois regarder pour OpenXR sur linux car cela dépend aussi du sous system Xlib, Wayland...
J'ai aussi corrigé le chemin de copie du splash screen sur ces plateformes.
J'ai ajouté le support des flags NO_BORDER et SIZEBOX sur les fenêtres SDL sur linux / RPI.
Pour la taille des fenêtres la taille est bien définie, mais sur SDL elle correspond à la taille de la fenêtre avec les bordures, pas au contenu je crois.
Concernant les droits d'écriture des fichiers. peut être que sur linux on devrais ajouter une partitions dans le dossier utilisateur pour les fichiers de config et autres fichiers à écrire ?
Pour faire cela il faut modifier le fichier usm.ini et ajouter une ligne après la partition cache ./Cache 256
disku ./myapp 0
Peux être que l'on pourrais ajouter une options à l'export pour cela ?
Une version 1.93.1 sortira sous peu pour corriger les problèmes déjà connus (cf post de la release)
Hello, thank's I'll try to correct this asap and make a minor update
The new OpenSpace3D 1.93 is finally available
This release was a long run but I hope for the best!
It comes with a new logo and website https://www.openspace3d.com
It include:
- new normal map and Roughness/Metalness texture editor in the material editor
- Chat GPT plugit, compatible with OpenAI style API and now stream results.
- Path finding plugITs including navigation mesh, simple pathfinding and crowd plugITs
- The video plugIT can now display control bar in the video content.
- UI plugITs now can have a fade in / fade out animation
- Draw plugIT allow to fill an area and manage better the mouse In/Out in the content
- Text to speech available on several platforms (Windows, Android, Linux...)
- Speech recognition with natural retranscription.
- Linux and Raspberry now use SDL and run under the graphic interface. With dialogs and files dialogs.
- New export for raspberry pi 4/5 and arm64, removed export for raspberry pi zero
- Meta Quest / Pico export is now named Android XR export since they both use the official native OpenXR loader.
- Pico 4 S is supported with the controllers
- OpenXR hands tracking / interaction have been improved using XR_HAND_INTERACTION_EXTENSION
- Android use API 34
Happy end of year!
Le bug de fermeture d'application sur quest2 est un bug connu de leur system d'exploitation.
https://www.reddit.com/r/OculusQuest/co … ?rdt=41006
J'ai réalisé plusieurs tests et debugs sans succès, mais cela fonctionne correctement sur Pico et smartphone.
Bonjour, concernant OpenXR, le plugin n'est pas compilé sur linux.
Pour le plugIT config, as tu les droits d'écriture dans le dossier partition de ton appli ? sinon essais de lancer l'application avec sudo.
Je vais retester le plugIT close sur quest.
J'avais en effet oublié de mettre le plugin object control a jour dans la dernière béta.
Hello,
Yes it will be released soon. I update the plugITs documentations and make more tests. Then it will be ready.
thanks Yes it could be possible to save the audio buffer into a raw file for speech.
sinbad example is working. can you send me an example of your issue ?
New 1.93 Beta3 available for download!
Check the first post for more infos.
Hello, you will be able to get ray informations only on the one rendered last on the camera, so the nearest plane.
The main scol machine lost connection to the other client machine.
Hello, you can get the mouse cursor position in screen : _GETscreenPos
https://www.openspace3d.com/scoldoc/_getscreenpos.html
SDL2 replace QT on Linux and Raspberry PI export for now. Android export manage all using native API, no need of SDL.
I did some tests to make the Chat GPT plugIT compatible with Ollama over openAI API service with tiny AI models on raspberry PI 5. Also I try to optim voice recognition and Vocal TTS on RPI to be able to build autonomous AI agent on RPI. This allow to use streamed AI responses with TTS and subtitle.
No it's almost there, I still test / debug some optims, Have to retest / recheck all (maybe a new beta soon for that), build the legacy Mac export (looking for a reconditioned Mac studio M2 pro to be able to port to next generation), update the documentation, try to remember all the changes for this release ^^.
ok weird ^^ I don't know what can make this happen
what version of scol do you use ? and which x32 or x64
gpu is not used here, only cpu. maybe this is related to available memory
I tried with hexagone size 2 and 500 x 500 and it worked.
crowd plugIT is already complex, I could make it more complex by adding more animations and a character life gauge but this will also need a way to make damage value from hits and also a way to resurrect them.
oui j'ai refait plusieurs tests avec wine aussi, le plugin security ne veut pas se charger et j'ignore pourquoi... j'ai essayé plusieurs choses sans succès pour le moment.
Hello,
_load"os3dlib/tools.pkg"
_load "hexallinone/hexallinone1.pkg"
_load "hexallinone/hexallinone2.pkg"
package hexallinone2 should be able to access hexallinone1 functions and variables
you can also define the functions you need using "proto"
nice