
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
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
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
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
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
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
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
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
[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