Scolring - Forum

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.

#1 Re: OpenSpace3D Beta program » OpenSpace3D 1.93 Beta3 » 28-Nov-2024 09:18:45

Hello,
Yes it will be released soon. I update the plugITs documentations and make more tests. Then it will be ready.

thanks smile Yes it could be possible to save the audio buffer into a raw file for speech.

#2 Re: OpenSpace3D Beta program » OpenSpace3D 1.93 Beta3 » 10-Nov-2024 23:11:44

sinbad example is working. can you send me an example of your issue ?

#3 Re: OpenSpace3D Beta program » OpenSpace3D 1.93 Beta3 » 7-Nov-2024 20:39:31

New 1.93 Beta3 available for download!
Check the first post for more infos.

#4 Re: Programing » hexagon grid project wip » 7-Nov-2024 09:02:28

Hello, you will be able to get ray informations only on the one rendered last on the camera, so the nearest plane.

#5 Re: Programing » hexagon grid project wip » 4-Nov-2024 09:28:27

The main scol machine lost connection to the other client machine.

#7 Re: OpenSpace3D Beta program » OpenSpace3D 1.93 Beta3 » 28-Oct-2024 20:07:38

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 ^^.

#8 Re: Programing » hexagon grid project wip » 28-Oct-2024 17:51:00

ok weird ^^ I don't know what can make this happen

#9 Re: Programing » hexagon grid project wip » 28-Oct-2024 17:12:21

what version of scol do you use ? and which x32 or x64

#10 Re: Programing » hexagon grid project wip » 28-Oct-2024 17:08:01

gpu is not used here, only cpu. maybe this is related to available memory

#11 Re: Programing » hexagon grid project wip » 28-Oct-2024 16:43:27

I tried with hexagone size 2 and 500 x 500 and it worked.

#12 Re: OpenSpace3D Beta program » OpenSpace3D 1.93 Beta3 » 28-Oct-2024 10:04:57

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.

#13 Re: Openspace3D » Second Test d'OpenSpace Sur Linux Avec Proton Sur Steam. » 28-Oct-2024 08:08:42

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.

#14 Re: Programing » hexagon grid project wip » 28-Oct-2024 08:06:00

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"

#16 Re: OpenSpace3D Beta program » OpenSpace3D 1.93 Beta3 » 14-Oct-2024 08:27:26

Hello,

metal shaders should be supported using Ogre unifiedshaders.
Meanwhile I still don't have the hardware (Apple computer compatible with latest OS) to build OS3D for this. I can only try to maintain on Mac X86_64 computers and IOS supported by my xcode version

#17 Re: Openspace3D » OpenSpace3D ne marche plus » 14-Oct-2024 08:22:29

Ok super, c'est dingue quand même comment ils ont jamais été doués pour les pilotes ATI / AMD ...

#18 Re: Programing » float multiplciation resulting in 0 » 9-Oct-2024 07:58:11

if this is intergers just remove htoi

yes you can concert 3D coords into 2D coords with projection functions, but I miss some infos to understand the purpose of the code

#19 Re: Programing » float multiplciation resulting in 0 » 8-Oct-2024 08:17:18

Hello hexa numbers can be converted into integer using htoi https://www.openspace3d.com/scoldoc/htoi.html

let _fooS strcatn "derived r from getmyhexcoordinates is: ":: (itoa htoi r)::nil-> string in// this shows -derived r from getmyhexcoordinates is: -100 in log
  let sqrt (3.0  *. (itof htoi r)) -> squaretimesr in 
  let _fooS strcatn "square root of 3 times r is: " :: (ftoa squaretimesr)::nil -> string in // this shows "square root of 3 times r is: 0.000000" in the log

#20 Re: Openspace3D » can openspace3d draw this interface? » 25-Sep-2024 09:29:39

you can check the gallery plugIT that do a part of this as exemple.

#21 Re: Openspace3D » can openspace3d draw this interface? » 25-Sep-2024 09:28:08

Hello,

even if the plane is not infinite you can reset the camera position at some distance to make it look like infinite plane.
also it depends if you build a big texture with several bitmaps in it or several objects with several materials that repeats.

so you can try two approach, one is one big plane and a big texture where you draw the hexagons and insert the pictures.
or you use several hexagons mesh where you apply a material with a bitmap on it.

The second method look more flexible to me since it will be easier to get the hexagon click and the texture mipmap will be efficient. also the hexagons outside the camera won't be rendered.

So the plugIT should take a list or a folder of bitmaps, creates the hexagone and clone it at the good coordinates, creates the materials and apply the bitmap on each cell, manage the camera and camera position to reset the position at the opposite when the camera reach a side of the cells content.

#22 Re: Programing » Set Driving Wheels And Set Directional Wheel For PhysicVehicle Plugit » 25-Sep-2024 09:15:40

Hello,

well it's not really simple since the tires are defined on the vehicle creation of the physics engine. Once the vehicle is defined you can't remove a wheel.

The only thing you can do is to destroy and recreate all the vehicle.
https://redmine.openspace3d.com/project … 3phys.html

What is the purpose of your need ?

#23 Re: Programing » how to create data structure of this format and how to access it? » 24-Sep-2024 13:48:17

To use the OS3D libs file you need to load them in order in the .scol file

_load "tools/os3dlib/tools.pkg"
_load "tools/os3dlib/2dglib.pkg"
_load "yourcode.pkg"
main

#24 Re: Programing » are there any ai's we can train by using the docs on redmine? » 24-Sep-2024 13:44:11

Hello, you can gives the link to chatGPT maybe it will be enough

#25 Re: Programing » problems with tabs object from 2d api [solved with workaround] » 24-Sep-2024 13:42:51

OS3D use it's own lib written in scol

load the file g2dlib.pkg, check the os3dplayer.scol for that
https://redmine.openspace3d.com/project … tools.html

Board footer

Powered by FluxBB