Check out the following vocabs, blog posts:

 <http://docs.factorcode.org/content/vocab-gpu.html>
gpu<http://docs.factorcode.org/content/vocab-gpu.html>High-level
OpenGL-based GPU resource management and rendering library

 
gpu.demos.raytrace<http://docs.factorcode.org/content/vocab-gpu.demos.raytrace.html>
Real-time
GPU-accelerated raytracing of reflective spheres

 game.worlds <http://docs.factorcode.org/content/vocab-game.worlds.html> World
class that integrates game loop and game input


http://duriansoftware.com/joe/The-Factor-game-framework.html
http://duriansoftware.com/joe/Hot-rodding-Factor-with-typed-functions,-SIMD,-and-data-map.html

http://twitter.com/erikcharlebois/status/8948890425
 chipmunk <http://docs.factorcode.org/content/vocab-chipmunk.html> chipmunk
vocabulary



On Wed, Aug 25, 2010 at 7:18 PM, Thomas Fee <[email protected]> wrote:
> You're too kind.
> methink ... If this is working in a standalone setting, that would be a
good
> start for me
> ...
http://gitweb.factorcode.org/gitweb.cgi?p=factor/.git;a=tree;f=basis/opengl/gl;hb=HEAD
>
> On Wed, Aug 25, 2010 at 7:37 PM, Slava Pestov <[email protected]>
wrote:
>>
>> Unfortunately the embedding API doesn't work right now. I know this
>> has been an outstanding bug for a while, so I'll probably try and fix
>> it this weekend.
>>
>> Slava
>>
>> On Wed, Aug 25, 2010 at 11:28 AM, Adam <[email protected]> wrote:
>> > There is a Factor embedding API that basically allows the VM to be
>> > called from C and strings to be evaluated.  The only caveat is that
>> > the compiler must be included in the shipped image.
>> >
>> > Once you evaluate some Factor code from C you can then use the alien
>> > interface to interface using callbacks and the full FFI rather than
>> > evaluating strings:
>> >
>> > http://docs.factorcode.org/content/article-embedding.html
>> > http://docs.factorcode.org/content/article-alien.html
>> >
>> > -Adam
>> >
>> > On Wed, Aug 25, 2010 at 11:00 AM, Thomas Fee <[email protected]>
wrote:
>> >> newbie question... Can Factor be used as an embedded language, e.g.
for
>> >> game
>> >> development, where the main program is written in C++ for example? For
>> >> example, can a Factor program be compiled to C++ source, which can
then
>> >> be
>> >> compiled into the game program comprised of other C++ parts? For
>> >> example, a
>> >> mouse click triggers an event callback in C++, which then invokes a
>> >> Factor
>> >> program to decide what to do (let's say that all the AI is written in
>> >> Factor) and then various OpenGL calls are invoked from Factor, e.g. to
>> >> instantiate a dialog box, or equivalently, Factor code invokes C++
>> >> callback
>> >> that instantiates the dialog by making OpenGL calls.
>> >>
>> >>
------------------------------------------------------------------------------
>> >> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
>> >> Be part of this innovative community and reach millions of netbook
>> >> users
>> >> worldwide. Take advantage of special opportunities to increase revenue
>> >> and
>> >> speed time-to-market. Join now, and jumpstart your future.
>> >> http://p.sf.net/sfu/intel-atom-d2d
>> >> _______________________________________________
>> >> Factor-talk mailing list
>> >> [email protected]
>> >> https://lists.sourceforge.net/lists/listinfo/factor-talk
>> >>
>> >>
>> >
>> >
>> >
------------------------------------------------------------------------------
>> > Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
>> > Be part of this innovative community and reach millions of netbook
users
>> > worldwide. Take advantage of special opportunities to increase revenue
>> > and
>> > speed time-to-market. Join now, and jumpstart your future.
>> > http://p.sf.net/sfu/intel-atom-d2d
>> > _______________________________________________
>> > Factor-talk mailing list
>> > [email protected]
>> > https://lists.sourceforge.net/lists/listinfo/factor-talk
>> >
>>
>>
>>
------------------------------------------------------------------------------
>> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
>> Be part of this innovative community and reach millions of netbook users
>> worldwide. Take advantage of special opportunities to increase revenue
and
>> speed time-to-market. Join now, and jumpstart your future.
>> http://p.sf.net/sfu/intel-atom-d2d
>> _______________________________________________
>> Factor-talk mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
>
------------------------------------------------------------------------------
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users
> worldwide. Take advantage of special opportunities to increase revenue and
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> _______________________________________________
> Factor-talk mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/factor-talk
>
>
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to