Search found 3 matches

by support@pssoftware.net
Wed Jul 13, 2005 9:07 am
Forum: Project Announcements
Topic: basic3d (bas2c++/experimental language)
Replies: 4
Views: 690

Hi,
yes I know about BCX (a great program!)
But I want to simplify the use of Irrlicht at a maximum. For example you write

Code: Select all

createDevice(software,1,false)
string(text,"Hello World!")
print(text)
drop
end
and the output file contains the matching C++ language to this.
by support@pssoftware.net
Tue Jul 12, 2005 9:25 pm
Forum: Project Announcements
Topic: basic3d (bas2c++/experimental language)
Replies: 4
Views: 690

basic3d (bas2c++/experimental language)

Hi :D , currently I am developing a tool, where you enter basic like code and get C++ code, using Irrlicht. It can be seen like DarkBasic, etc. - but of course it doesn't support so many functions. Currently I have only integrated a few ones. If you like the idea and could make use of this, please p...
by support@pssoftware.net
Mon Jul 04, 2005 4:27 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: Integrating Newton Physics into Dev-C++
Replies: 1
Views: 1263

Integrating Newton Physics into Dev-C++

Hello,
I have written a tutorial, how to integrate Newton Physics into Dev-C++, with Irrlicht. You find the tutorial here: http://psware.piranho.com/tutorial.htm

Feel free to write any comments!