
January 2nd, 2004, 05:21 PM
|
|
Junior Member
|
|
Join Date: Jan 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
interactive graphics project
Hi,
I want to embark on a project involving the development of a simple object-oriented environment, wherein it will be possible to program new objects and interact with them all within the same context. I would do this all in C, but I am not a C programmer. The FORTH language, which is available in several embeddable implementations, is the perfect solution for a complete interactive programming environment that can be used in a graphical environment, if only some easy access to graphics functions meant for a realtime application were available. I'm so inexperienced I haven't been able to get anything to work properly, most of the time can't even get things to compile - but I expect that for an experienced C programmer this wouldn't be terribly difficult, as the documentation I've seen for all the embeddable implementations has been fairly straight forward - if only the compilers were more reliable.
I need someone to help me bind FORTH, in one of its many implementations, with some form of graphics functions, preferably the Allegro library. The idea is at runtime, the C program registers C functions as FORTH "words" which, at runtime, can be entered into the console and executed, resulting in a binding from FORTH to C code.
This is a serious, but fun project with some new ideas behind it - imagine a program where one can create any sort of realtime interactive application - imagine an operating system that works through the mechanics of a game engine - and not even with the goal of using one general purpose engine to suit all needs, but potentially several somewhat specialized ones all accessible within the same program context. The goal is ambitious but the design is simple - the implementation technique is already set, and so are preliminary designs for simple objects. All I need is someone fairly proficient in C who can help me get a FORTH interpreter running in a C program linked with Allegro.
-Roger
P.S.: You DON'T need to know FORTH to help!
|