DirectX

For general discussion related FlowStone
Post Reply
frank-riedel
Posts: 40
Joined: Sun Aug 19, 2012 10:36 am

DirectX

Post by frank-riedel »

Is there a tecnic (code example) to send DirectX command to windows in Flowstone??

/Frank
frank-riedel
Posts: 40
Joined: Sun Aug 19, 2012 10:36 am

Re: DirectX

Post by frank-riedel »

Realy no one worked with this ??

/Frank
infuzion
Posts: 109
Joined: Tue Jul 13, 2010 11:55 am
Location: Kansas City, USA, Earth, Sol

Re: DirectX

Post by infuzion »

Apparently, we tend not to bother with DirectX.
User avatar
CoreStylerz
Posts: 327
Joined: Sun Jan 22, 2012 2:19 am
Location: italy
Contact:

Re: DirectX

Post by CoreStylerz »

Try to give a look to
http://ruby-opengl.rubyforge.org/

Open gl.
Ruby/Directx is not documented anywhere
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
User avatar
CoreStylerz
Posts: 327
Joined: Sun Jan 22, 2012 2:19 am
Location: italy
Contact:

Re: DirectX

Post by CoreStylerz »

CoreStylerz wrote:Try to give a look to
http://ruby-opengl.rubyforge.org/

Open gl.
Ruby/Directx is not documented anywhere


The problem is that it uses ruby gems, so perhaps this will not work.
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
frank-riedel
Posts: 40
Joined: Sun Aug 19, 2012 10:36 am

Re: DirectX

Post by frank-riedel »

THX

GUYS


BTW - what is Ruby Gem ? - .
/Frank
User avatar
CoreStylerz
Posts: 327
Joined: Sun Jan 22, 2012 2:19 am
Location: italy
Contact:

Re: DirectX

Post by CoreStylerz »

frank-riedel wrote:THX

GUYS


BTW - what is Ruby Gem ? - .
/Frank

"GEMS" are libraries for ruby. Parts of "code".
The same of when you install redistributable for C++, or when you call C standard libraries like .h files in the header.

For example, a programming launguage may translate a little portion of code just by wiriting little thing, without the need you write the function.
In ruby for example, you can write : ciao.reverse to get oaic
Obiviosuly the ruby interpreter call the standard function "reverse" that contain the piece of code that revert a string.
All standard functions could be called with default ruby. Like string functions or encoders etc..
But, not all is included in the standard. So gems are expansion of standard library.
Give a look to this :
http://rubylearning.com/blog/2010/12/14 ... y-and-how/
Need my support for app development, website or custom scripts?
PM me if you are interested.
Experienced Java, J2EE, PHP, Javascript, Angular, Cloud Solutions developer.
Post Reply