Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > CopperCube > Announcements and Showcase
Interface GUI

pmax
Registered User
Quote
2023-04-01 18:27:59

test creating a new command to create interfaces within Coppercube.
the command I named it "ccbAddGuiWindow" and it gives this result.
🔎︎


PS: I bought the Coppercube PRO version , I don't have the STUDIO version, since I only use it as a hobby occasionally for fun I don't want to spend that money.
the client sdk files I found them on the net although old version.


just_in_case
Moderator
Quote
2023-04-01 18:43:21

Well, there is a whole lot of GUI commands if you wanna try, there are many GUI buttons, tools, windows, scrollbars and many others, and they all came from irrlicht engine. Coppercube's old version uses the same commands for GUI as the new version. Hope you will enjoy using the client code. We can expose all the commands to javascript API but that won't be a good idea IMO. It is better to choose only those command that is necessary. Coppercube 5 Pro version provides the SDK files as well. So if you own the pro version for 5, you can still have the source code.

Also, I just updated neophyte.cf with all the available CopperCube versions. 65 versions for the windows platform and 49 for macOS. Also packed them all in zip archive of Google-Drive link of Windows (1.19 GB), macOS (1.02 GB). If somebody wants to try older versions, and don't have idea how many versions are available then just visit the page here:- https://neophyte.cf/cc_version_h...


pmax
Registered User
Quote
2023-04-01 18:55:14

Thanks just_in_case.
I wanted to experiment with some commands just for fun.
I have Coppercube version 6.6 PRO on the net I found sdk client 6.5, I hope I don't violate any rules.


just_in_case
Moderator
Quote
2023-04-01 19:13:34

btw, I have an idea to use your PGM plugin, I am thinking of using it for water creation, I mean to create waves, by feeding it multiple noise images as animations for the water waves, or maybe if anybody else has time they can do something like this. Mesh manipulation can be used as an alternative to the geometry shaders, but I am not sure about the performance. We can create a displacement action with it, that takes the data and displaces the object geometry and all.
I don't have enough time my exams will be over on april 21, maybe after that I will have enough time to do some stuff for CopperCube.


pmax
Registered User
Quote
2023-04-01 19:21:30

I tell you one thing you will surely insult me :)
a few days ago I was playing with ChatGPT and looking for advice on how to modify it.


just_in_case
Moderator
Quote
2023-04-01 19:37:53

Nope, I am not against AI, infact I support AI stuff. They really can boost up the development and aids you in many things, despite of their limitations.

There are many AI tools that I want to run locally on my computer. Like the Bloom natural language processing, stable diffusion.

Hugging face has lots of AI models and things. Bloom and Stable diffusion is so far the best one. Also their are some voice models, they can clone the voice and allows to use the cloned voice for TTS and other stuff.

Running them locally means they are not limited or biased like chatGPT. ChatGPT a lot of time provide biased answer to a community, political party or religion etc. So yeah, they have the whole control.

PYTORCH and Tensor workflow and many other things that I have tried to understand the mechanism of how AI works.

There is prompt engineering that deals with the ChatGPT thing.

They engineered the prompt in such a way that when you ask it question it responds so naturally. While in background it is just processing the text. It is actually. the prompt engineering that makes it provide you a more accurate result.

There are other Chat Bots available like Microsoft recently introduced AI in new Bing but it is not that helpful as ChatGPT and don't provides good results.
OpenAI team has highly enginered the prompts and all in the past few year.

The days are not far, when we will see these AI's having physical body and walking past by us. I mean the AI will open up lot of possibilities, that is for sure going to ruin many jobs but also going to open new job opportunities.


luposian
Registered User
Quote
2023-04-01 23:58:15

Do you know if anyone can/will build a 64-bit macOS version of the editor? I can't run the editor on my 2020 M1 Mac Mini, because it's 32-bit.

wrote:
Well, there is a whole lot of GUI commands if you wanna try, there are many GUI buttons, tools, windows, scrollbars and many others, and they all came from irrlicht engine. Coppercube's old version uses the same commands for GUI as the new version. Hope you will enjoy using the client code. We can expose all the commands to javascript API but that won't be a good idea IMO. It is better to choose only those command that is necessary. Coppercube 5 Pro version provides the SDK files as well. So if you own the pro version for 5, you can still have the source code.

Also, I just updated neophyte.cf with all the available CopperCube versions. 65 versions for the windows platform and 49 for macOS. Also packed them all in zip archive of Google-Drive link of Windows (1.19 GB), macOS (1.02 GB). If somebody wants to try older versions, and don't have idea how many versions are available then just visit the page here:- https://neophyte.cf/cc_version_h...



just_in_case
Moderator
Quote
2023-04-02 00:42:18

@Luposian, I don't own any mac environment so can't really test or create an editor for it. I don't know of someone other than @niko who can create a 64bit version of the mac Editor. Or maybe you can try hiring someone on Fiverr or any other free lancing site if someone can create an editor for 64bit.


Guest
Guest
Quote
2023-04-02 01:07:14

@just_in_case

"The days are not far, when we will see these AI's having physical body and walking past by us. I mean the AI will open up lot of possibilities, that is for sure going to ruin many jobs but also going to open new job opportunities."

Butlerian Jihad was a reference to the novel Dune where the people outlaw thinking machines. Didn't need to be deleted. Chill out.


just_in_case
Moderator
Quote
2023-04-02 01:13:23

@guest, thanks for letting me know, the word "Jihad" caught me off, I thought it was a spam or troll post. Thanks for letting me know that it's a reference to a Novel.


Guest
Guest
Quote
2023-04-02 01:16:33

@just_in_case

Excellent book. Pick it up if you get a chance.


just_in_case
Moderator
Quote
2023-04-02 01:20:02

I watched the movie(2021) though, will try the book if I got the chance. Thanks for suggesting it. I just read an article on a wiki page.

"Thou shalt not make a machine in the likeness of a human mind"


luposian
Registered User
Quote
2023-04-03 00:11:09

I'm assuming we need the source code for the editor, in order to compile a 64-bit version. Do you have the source code for a Mac version or Editor source code, period?

The editor which you speak of is the CopperCube editor (the program you create CopperCube environments/games with), correct?

wrote:
@Luposian, I don't own any mac environment so can't really test or create an editor for it. I don't know of someone other than @niko who can create a 64bit version of the mac Editor. Or maybe you can try hiring someone on Fiverr or any other free lancing site if someone can create an editor for 64bit.



Guest
Guest
Quote
2023-07-30 12:44:32

so how can I use this GUI command in CCB 6.5 or 6.6?


pmax
Registered User
Quote
2023-07-30 14:38:30

sorry you can't use it, it's a command I tried to add are tests I was doing.


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Inte?national" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact