Jump to content
Mr. Green Gaming

What are you working on?


Clavus

Recommended Posts

Posted

eeh

Now Im working on my future.

Wont see you for long i think (only if my parents will be at their work and I will silently get the driver and connect to the internetz).

If everything will go well... then I will meet you in Belgium in January :)

  • 3 weeks later...
  • 2 weeks later...
Posted

Looks nice, Clavus. Stuff like SolidWorks is more industrial based/CAD-software right?

Yeah, it's for product / industrial design. Using it as part of my Minor study. The program is pretty awesome, when it's not crashing.

Posted

An experimental, minimal VM:

	qxInt program[] = { 

//Initialize the counter
QX_CONST, 0,
QX_CONST, 1,
QX_SET,

//Get current value
QX_CONST, 0,
QX_CONST, 0,
QX_GET,

//Increment value and store
QX_CONST, 1,
QX_ADD,
QX_SET,

//Print the value
QX_CONST, 0,
QX_GET,
QX_PRINT,

//Jump back to get current value
QX_CONST, 1,
QX_CONST, 4,
QX_JIF
};
qxDo( program );

This program infinitely increments a counter and prints each value to the console :)

I plan on using the VM as backend for some experimental programming language later.

Posted

Nice Solidworks skills, I use it quite extensively for my product design course and I can say for anyone who hasn't used it before, it's a bitch to get the hang of. Good work Clavus.

Posted

Yeah, it has a ton of features that you just need to figure out. Plus construction complex models is like a puzzle on itself, which makes it kind of fun actually :P

Posted (edited)

Hey look at that awesome fort in the background. (@oDi.W)

fort%20nemesis.jpg

Front side is done, working on the other 3 sides to add windows and wood shizzle =]

Edited by BouweV

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...