[AHOX][LCS] AHOX & Laser Computer System

Work together on Algodoo projects here.

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby Bronie12345 » Sat Nov 07, 2009 7:28 pm

ill post some of my CPUs
these are easy to script, but not realistic
if you want realistic CPUs, you need transistors, and you need to figure out how a real CPU works EXACTLY

EDIT:
here is the scene with some of my processors (the ones that are the most usefull)
Rating: rated 5
Filesize: 46.03 kB
Comments: 2
Ratings: 1
download
When you make a comment at a scene, at least be brave enough to subscribe to that scene...
Don't go into a topic unprepared... Read the whole topic, including all the comments, before posting.

92% of teenagers have resorted to rap music. If you are part of the 8% who listens to real music, put this in your signature.
90% of teenagers today would die if Myspace/Facebook were completely destroyed. If you are one of the 10% who would be laughing their heads off, add this to your signature.
User avatar
Bronie12345
 
Posts: 451
Joined: Mon Aug 31, 2009 8:52 pm
Location: The Netherlands

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby oops_ur_dead » Sat Nov 07, 2009 10:07 pm

I dont see how those are processors. What do they do?
oops_ur_dead
 
Posts: 19
Joined: Wed Nov 04, 2009 12:26 am

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby Bronie12345 » Sat Nov 07, 2009 11:57 pm

you can script them, and then let them execute a script...
just like PLCs and PICs
you need to program those, but they are already processors

EDIT:
i was just showing diffrent ways of making a processor
but if you want to make a real one, i, again, suggest learning exactly how a real processor works
When you make a comment at a scene, at least be brave enough to subscribe to that scene...
Don't go into a topic unprepared... Read the whole topic, including all the comments, before posting.

92% of teenagers have resorted to rap music. If you are part of the 8% who listens to real music, put this in your signature.
90% of teenagers today would die if Myspace/Facebook were completely destroyed. If you are one of the 10% who would be laughing their heads off, add this to your signature.
User avatar
Bronie12345
 
Posts: 451
Joined: Mon Aug 31, 2009 8:52 pm
Location: The Netherlands

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby Kutis - AHOX » Sun Nov 08, 2009 2:12 pm

I made more realistic looking processors. :idea:
They looks like real, and they can:
:arrow: 2 Series:
ProCalc 2
-Switch text (2x)
-Calculate
-programmable unit (2in. 1out)
ProGram 2
-3 text gates
- 1 Prog. Unit (3in, 1out)
ExaProg
-3 Prog units (3in/4in, 1out)

:arrow: 3 Series
ProGram 3 S
-8 text gates

:arrow: 4 Series
ProCalc 4
-7 computing units (+, -, /, *)

:arrow: :arrow: 4M Series
:arrow: ProCalc 4M
:arrow: -1 computing unit (+, -, /, *, x2, x3)

:arrow: 5 Series
Made in Future ;)
Kutis - AHOX
 
Posts: 140
Joined: Sun Oct 04, 2009 7:41 pm
Location: In your Algodoo improving your scenes to make it better

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby phunaddict » Sun Dec 27, 2009 10:29 pm

i wonna order a dvd player and resident evil 2 on dvd :lol:
joke,but if u could make a dvd player and some dvd's i'd be happy
sometimes our internet stops and i need something to do for when i can't download anything lol
phunaddict
 
Posts: 20
Joined: Fri Sep 11, 2009 11:17 pm

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby Bronie12345 » Mon Dec 28, 2009 2:49 pm

kutis, its not just about the looks
you want speed, i want realism...
those two can't go very well together.
When you make a comment at a scene, at least be brave enough to subscribe to that scene...
Don't go into a topic unprepared... Read the whole topic, including all the comments, before posting.

92% of teenagers have resorted to rap music. If you are part of the 8% who listens to real music, put this in your signature.
90% of teenagers today would die if Myspace/Facebook were completely destroyed. If you are one of the 10% who would be laughing their heads off, add this to your signature.
User avatar
Bronie12345
 
Posts: 451
Joined: Mon Aug 31, 2009 8:52 pm
Location: The Netherlands

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby oops_ur_dead » Thu Dec 31, 2009 1:06 am

Kutis - AHOX wrote:I made more realistic looking processors. :idea:
They looks like real,

You mean they look like squares of metal??? I wonder how you pulled that one off...
oops_ur_dead
 
Posts: 19
Joined: Wed Nov 04, 2009 12:26 am

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby Kutis - AHOX » Thu Jan 14, 2010 7:06 pm

I'm working on new computer with forst Algodoo programming language. :thumbup: :idea:
Kutis - AHOX
 
Posts: 140
Joined: Sun Oct 04, 2009 7:41 pm
Location: In your Algodoo improving your scenes to make it better

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby Bronie12345 » Thu Jan 14, 2010 11:22 pm

Kutis, does it look a bit like thyme or gml, because then we can also learn it easily (i don't know exactly what the PL is).

oh, and if i finish my data transfer system (transfer through multiple lasers, with vars), then i can maybe make my project compitable with that comp...
anyway, first finish it all, then we'll talk.
When you make a comment at a scene, at least be brave enough to subscribe to that scene...
Don't go into a topic unprepared... Read the whole topic, including all the comments, before posting.

92% of teenagers have resorted to rap music. If you are part of the 8% who listens to real music, put this in your signature.
90% of teenagers today would die if Myspace/Facebook were completely destroyed. If you are one of the 10% who would be laughing their heads off, add this to your signature.
User avatar
Bronie12345
 
Posts: 451
Joined: Mon Aug 31, 2009 8:52 pm
Location: The Netherlands

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby Kutis - AHOX » Sat Jan 16, 2010 7:24 pm

There's example of that PL:
["SHOW", "This text will show"]
["VARS", scene.my.variable, "addable name"]
["ADD", 1, 2]
["MULT", 1, 2]
["SUBT", 1, 2]
["DIV", 1, 2]
["EXP", 2, 2]
["CALCOUT"]
["COL", [0, 0, 0, 1]]
["KEY", "key", 2]]
["MEM", 1, "this will be added to memory"]
["REMEM", 1]
["INSTALL", 1, 35]
["UNIN"]
["GOTO", 1]
["RESET"]
["TEXTURE", "texture name"]
["IF SAME", scene.my.var1, scene.my.var2,1, 2]
["IF BGER", scene.my.var1, scene.my.var2, 1, 2]
["IF SLER", scene.my.var1, scene.my.var2, 1, 2]

:wtf: :crazy: :shock: :roll: :o


If you dunno what something mean, ask me ;)
Kutis - AHOX
 
Posts: 140
Joined: Sun Oct 04, 2009 7:41 pm
Location: In your Algodoo improving your scenes to make it better

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby Bronie12345 » Mon Jan 18, 2010 10:25 am

it is quite clear...

oh, andim at school now, because my internet at home is dead again..
thats also why im not on skype.

anyway, i don't get why you made the if commands complicated...
it could be easier if it was like this: ["IF SAME", var/numb1, var/numb2, action to make]
When you make a comment at a scene, at least be brave enough to subscribe to that scene...
Don't go into a topic unprepared... Read the whole topic, including all the comments, before posting.

92% of teenagers have resorted to rap music. If you are part of the 8% who listens to real music, put this in your signature.
90% of teenagers today would die if Myspace/Facebook were completely destroyed. If you are one of the 10% who would be laughing their heads off, add this to your signature.
User avatar
Bronie12345
 
Posts: 451
Joined: Mon Aug 31, 2009 8:52 pm
Location: The Netherlands

Re: [AHOX][LCS] AHOX & Laser Computer System

Postby Kutis - AHOX » Mon Jan 18, 2010 3:41 pm

Ok, We're working on that PL right now...
It have some bugz, and we're adding new commands and repairing commands.
It will take some months to make that PL usable and good for users.
:shock: :? :| ;) :crazy:
Kutis - AHOX
 
Posts: 140
Joined: Sun Oct 04, 2009 7:41 pm
Location: In your Algodoo improving your scenes to make it better

Previous

Return to Collab forum

Who is online

Users browsing this forum: No registered users and 4 guests

cron