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
Code: Select all
createDevice(software,1,false)
string(text,"Hello World!")
print(text)
drop
end