Warning: session_start(): open(/tmp/sess_6335047qn1ks3nal47dtja4u12, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Qosmic openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

Qosmic

   1.5.0  

Qt Graphic Editor

Score 76%
simplsimpl
- ehh?
Home
Qosmic
zoom


Qosmic
zoom


Link:  Link
Downloads:  2612
Submitted:  Oct 4 2007
Updated:  Oct 25 2011

Description:

A Qt4 application for editing cosmic recursive flame fractal images.




Changelog:

Version 1.5.0

- Compatibility updates for flam3-3.0.1.
- Enhanced directory browsing widget.
- Added move, rotate, scale, and flip modes to the triangle editor.
- Added xform previews and rendering enhancements to the triangle editor.
- Added a genome palette histogram to the xform color selector.
- Enhanced flam3 types in Lua scripts.
- Alpha channel and HSV colorspace support for ggr gradients.
- Enhanced mutations editor.
- Enhanced genome selector.
- New sheep loop animation widget.
- Added a configuration dialog for the autosave feature.
- Enhanced tree view in the variations widget.
- Added a message output pane to the Lua script editor.
- Fixed a bug when modifying coefs in the coordinates widget.
- Added drag+drop support to mutations, directory browser, and genome selector.




LicenseGPL
Source(version 1.5.0)
MS Windows(version 1.5.0 win32 binary)
Send to a friend
Subscribe
Other  Content  from simpl
Report inappropriate content



goto page: prev   1  2 

-

 64-bit error

 
 by heinzkde on: Feb 18 2008
 
Score 50%

Compiling for 64 bit gives a small error:

src/renderthread.cpp: In member function ‘void RenderThread::render(RenderRequest*)’:
src/renderthread.cpp:425: error: cast from ‘RenderRequest*’ to ‘uint’ loses precision

To correct this, just replace (uint) with (long) and it compiles flawlessly. Funny application!


Reply to this

-

 Re: 64-bit error

 
 by simpl on: Feb 19 2008
 
Score 50%
simplsimpl
- ehh?
Home

Thanks, I've made the change.


Reply to this

-

 Undefined reference

 
 by pinquin2008 on: Mar 28 2008
 
Score 50%

Hi!

I can't compile. These are some messages:

.obj/frame.o: In function `Lua::Frame::num_genomes(lua_State*)':
frame.cpp:(.text+0xcb): undefined reference to `lua_pushinteger'

frame.cpp:(.text+0x20e): undefined reference to `luaL_checkinteger'
.obj/frame.o: In function `Lua::Frame::copy_genome(lua_State*)':

genome.cpp:(.text+0x10b): undefined reference to `luaL_checkinteger'

genome.cpp:(.text._ZN3Lua5LunarINS_5XFormEE4pushEP9lua_StatePS1_b[Lua::Lunar<Lua::XForm>::push(lua_State*, Lua::XForm*, bool)]+0x32): undefined reference to `lua_getfield'

xform.cpp:(.text+0x102): undefined reference to `luaL_checknumber'
.obj/xform.o: In function `Lua::XForm::supershape_pm_4(lua_State*)':

luathread.cpp:(.text+0x96): undefined reference to `lua_pushinteger'
luathread.cpp:(.text+0xae): undefined reference to `lua_setfield'

.obj/luathread.o: In function `Lua::Lunar<Lua::Frame>::gc_T(lua_State*)':
luathread.cpp:(.text._ZN3Lua5LunarINS_5FrameEE4gc_TEP9lua_State[Lua::Lunar<Lua::Frame>::gc_T(lua_State*)]+0x1e): undefined reference to `luaL_getmetafield'
.obj/luathread.o: In function `Lua::Lunar<Lua::XForm>::thunk(lua_State*)':

luathread.cpp:(.text._ZN3Lua5LunarINS_6GenomeEE8RegisterEP9lua_State[Lua::Lunar<Lua::Genome>::Register(lua_State*)]+0x20): undefined reference to `lua_createtable'
luathread.cpp:(.text._ZN3Lua5LunarINS_6GenomeEE8RegisterEP9lua_State[Lua::Lunar<Lua::Genome>::Register(lua_State*)]+0x3a): undefined reference to `luaL_newmetatable'
luathread.cpp:(.text._ZN3Lua5LunarINS_6GenomeEE8RegisterEP9lua_State[Lua::Lunar<Lua::Genome>::Register(lua_State*)]+0x195): undefined reference to `lua_createtable'
collect2: ld returned 1 exit status
make: *** [qosmic] Error 1
error while building qosmic


Thanks for your help.


Reply to this

-

 Re: Undefined reference

 
 by simpl on: Mar 29 2008
 
Score 50%
simplsimpl
- ehh?
Home

The linker can't find liblua. Try to find liblua.so on your system, and then add the directory it resides in to the LIBS variable in qosmic.pro like this:

LIBS += -L/full-path/to/liblua/

Then run the build.sh script again.


Reply to this

-

 Qt 5 Problem

 
 by AlfredoC on: Mar 18 2016
 
Score 50%

Hi,

I'm trying to port this app to Qt 5.5
So far, I get the application to compile without error, but it throws a segmentation error on start up.
It seams that the error occurs in renderthread.cpp calling the flam3_render function.
When I comment this line out, everything works fine, (apart rendering ;-)

Has somebody any idea that can help me?
Thanks in advance.


Reply to this

goto page: prev   1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team