
KLDraw
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
KLDraw is 3D LEGO modeling software for KDE. It uses LDraw part library and using OpenGL for rendering model on the screen. You can create virtual 3D LEGO model easily by using this application.
Features:
* Multipart model support
* Multi-document interface
* Stores part database using SQLite (you need sqlite3 to compile)
* Raytrace model on-the-fly via POV-Ray (povray required)
you need ldraw part library to use this software. get it from http://www.ldraw.org, and install it in /usr/share/ldraw.
KLDraw is in the alpha stage. Some basic editing features are expected to work, but there are many more things to implement.
Feature requests, bug reports, patches are always welcomed. If you are interested in this application, feel free to email me.
14 years ago
* Basic editing features (although there are some minor issues to work on)
* Saving model
* Color picker (needs work)
* Fixed segfault when trying access to unlinked part reference.
* ...And more bugfixes
14 years ago
* Basic editing features (although there are some minor issues to work on)
* Saving model
* Color picker (needs work)
* Fixed segfault when trying access to unlinked part reference.
* ...And more bugfixes
diehard
14 years ago
setup sqlite3
setup kldraw
parts from : http://www.ldraw.org/index.php?name=Downloads&req=viewdownload&cid=1
(for linux & mac [unix-complete.tgz])
unpack parts in to /opt/kde/share/kldraw
containts of kldraw :
_dir_ bitmap
_dir_ htmimage
_dir_ models
_dir_ p
_dir_ parts
and other files
all dirs change from UP to LOwer case
export LDRAWDIR=/opt/kde/share/kldraw
& run it
kldraw
OK its worked!
but front view in BLACK :(((
Report
nuonguy
14 years ago
How do I debug this?
Report
Khan
14 years ago
Unless you incorporate a configuration option into KLDraw or I suppose, I set that LDRAWDIR option, KLDraw will not start up. I also notice that none of the parts are visible when I expand the tree in the left hand pane.
I am using a custom Gentoo installation so if you need any library version information, just let me know.
Report
Khan
14 years ago
libLDR: init_refmap(): ERROR! environment variable "LDRAWDIR" is not set!
Any ideas?
Report
segfault87
14 years ago
"libLDR: init_refmap(): ERROR! environment variable "LDRAWDIR" is not set!"
You can ignore that message if you installed ldraw properly. When LDRAWDIR environment variable is not set, KLDraw searches /usr/share/ldraw automatically.
Thanks.
Report
Khan
14 years ago
When this get to a mature enough stage, I will create an ebuild for it. I'm looking forward to using it. Thanks again.
Report
pydera
14 years ago
A shame I couldn't get it to work completely (some probs with ldraw-lib first, now I'm not able to add any components to the current drawing).
But hey - it's pre-alpha! ;)
Keep it up and I'm sure, this program could be of good use!
cya
Dave
Report
borker
14 years ago
Report
gollum
14 years ago
Isn't the joy of lego to search for a litle piece of plastic, clip it on an other, and then try your new super flying car ? Having crash tests ? :-D
But anyway, this kind of software is always funy.
And your's looks nice, even at pre-alpha stage.
Regards
Report
dovidhalevi
14 years ago
I'll give yours a try and compare
Report