DataGrid and more simple 3D commands

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
DimaGromyko
New User
New User
Posts: 1
Joined: Tue Jun 14, 2011 9:59 am

DataGrid and more simple 3D commands

Post by DimaGromyko »

Sorry if I duplicate requests of somebody else.

Only few small wishes for future development (maybe it could be done in PB 4.xx?):
1. New gadget - DataGrid gadget.
2. New simple 3D commands for creating 3d objects (not just a material), Like CreateCub, CreateCircle, etc.
3. Also, It would be interesting to see requirement for existing PB commands for different OS. First of all it will be interesting for different Linux distributions, and in some cases - for creating simple programm's for DOS (if it's possible, for example, such program's could be used for LiveCD's).
4. For ms Windows version it could be not bad idea to include supporting native PB commands for using com-objects to PB. (For now it was already done by nxSoftware). It could provide easy access to Excel, Word, WindowsInstaller and etc. controls and objects.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: DataGrid and more simple 3D commands

Post by netmaestro »

New simple 3D commands for creating 3d objects (not just a material), Like CreateCub, CreateCircle, etc.
CreateCube() and CreateSphere() are native commands in 4.60. A circle is a 2d object.

The DataGridGadget() idea is an interesting one. I've been intending to tackle one of those for quite a while now but so far haven't found the time. Maybe the team will beat me to it and I won't have to :wink:
BERESHEIT
Post Reply