FinalCloud40 Profile Banner
Anthony Robert Wells Profile
Anthony Robert Wells

@FinalCloud40

Followers
984
Following
130
Media
157
Statuses
264

Computer coder/writer. Guitar player. I hear voices. Have done since 2011.

UK
Joined March 2016
Don't wanna be here? Send us removal request.
@FinalCloud40
Anthony Robert Wells
2 years
Still no answer as to what these very strange installment was in my mental health ward at peter bury unit, colchester. Any ideas? No physical health issues, just mental. #nhs #voices #mentalhealth
0
0
1
@NVIDIAGeForce
NVIDIA GeForce
2 years
We’re giving away a NVIDIA GeForce RTX 4090 with a one-of-a-kind @AlanWake custom backplate, launching 10/27 with full ray tracing + NVIDIA DLSS 3.5 ⚡ Entering is easy: 🟢 Like this post 🟢 Comment #RTXON
36K
3K
37K
@FinalCloud40
Anthony Robert Wells
3 years
The engine can now import materials which means as you can see, it's now possible to set specific tris to specific colors, like the blue glass here. #gamedev #indiedev
0
0
5
@FinalCloud40
Anthony Robert Wells
3 years
Work is progressing well on the open-source FA-18 Interceptor remake I'm working on. This model is from sketch-fab, but it's running on the Soft3D engine. It is all rendered using the CPU, at the classic amiga resolution of 320x200. I will post a video soon. #Gamedev #indiedev
0
6
10
@FinalCloud40
Anthony Robert Wells
3 years
It is open-source and can be downloaded from my GitHub page. https://t.co/Rf7hasCkfQ - will be making commits daily. Feel free to fork the project for your own use.
0
0
0
@FinalCloud40
Anthony Robert Wells
3 years
I have been writing a software 3D engine for the last few days. A software 3D engine renders and computes it's graphics entirely on the CPU, with only a minimal GPU usage for UI. I am working on a series of classic game remakes, starting with FA-Interceptor 18. #gamedev #indiedev
1
1
2
@FinalCloud40
Anthony Robert Wells
3 years
https://t.co/2unrobCrTb - some of my classic songs I wrote back in the early noughties on Just Plain Folks. #songs #lyrics #music
0
0
0
@FinalCloud40
Anthony Robert Wells
3 years
Trinity3D - Is Script Editor https://t.co/aM8fS1QXwJ via @YouTube - A preview of the Engine's script editor app. Showcasing it's Auto-Complete feature. - #gamedev #indiedev #ide
0
1
0
@FinalCloud40
Anthony Robert Wells
3 years
Adding code complete to the script editor for Trinity3D. As you can see, it's working well so far. #gamedev #indiedev
0
3
3
@FinalCloud40
Anthony Robert Wells
3 years
I am working on the script editor IDE. As you can see it has color highlighting based on the Is language. Next up is intelli-sense, and a few more features. #gamedev #indiedev
0
0
1
@FinalCloud40
Anthony Robert Wells
3 years
https://t.co/ltU2wAR8cE - This is IS. Is a OOP scripting language I've been developing over the last several months for my 3D engine/ide. It is free and open-source. Feel free to use in your own open-source/commercial products. #gamedev #indiedev - check trinity3d to see how work
0
1
1
@FinalCloud40
Anthony Robert Wells
3 years
Progressing well. The node editor is practically complete and can edit nodes/lights and the full breadth of your scripts, including lists of any kind. New QT skin in this image. #gamedev #indiedev Remember the project is open-source, check my profile for a GitHub link.
0
0
2
@FinalCloud40
Anthony Robert Wells
3 years
Added lists to the script. Here's a string sample, list l1 add l1 "This is a test" add l1 "And so is this" add l1 "It works!" foreach item in l1 console(item) end
0
1
0
@FinalCloud40
Anthony Robert Wells
3 years
Making good progress. The node editor now works properly. The node editor lets you edit variables and data within "Is" scripts. Is = A bespoke OOP scripting language I have made for the engine. #gamedev #indie - Diff skin here, too.
0
0
6
@FinalCloud40
Anthony Robert Wells
3 years
If you remember I was working on a 3D engine/ide called Zen3D - well here it is with a completely new UI powered by QT6. It will still be open-source, in some form or another, and is coming along well. #gamedev #indiedev
2
2
6
@FinalCloud40
Anthony Robert Wells
3 years
Had a cool idea for ChatGP3/4. What if after it comes up with the code/C++ you ask, it runs it through a c++ compiler/evaluator, and could then determine if it works, and fix any bugs before providing you the code!? I think that would be cool. #ai #ChatGPT
0
1
0
@FinalCloud40
Anthony Robert Wells
3 years
Had a cool code idea. RandomCollection. Example, RandomCollection myList; myList->Add(25);myList->Add(50);myList->Add(70); int num = myList->GetRandom() < and it returns a random item in the collection. #Cpp
0
0
0
@FinalCloud40
Anthony Robert Wells
3 years
[code] // Initialize the Mono runtime MonoRT* rt = new MonoRT; MonoDLL* dll = rt->LoadDll("TestLib.dll"); auto cls = dll->GetClass("TestLib", "Class1"); auto inst = cls->CreateInstance(); auto meth = inst->GetMethod("Test Meth"); meth->CallNoPars();
0
0
0