i was thinking about that is the end of the 2k06, and asking myself what kind of extremely kicking ass ideas there will be in the forthcoming JUCE release for 2k07?
i’ve got a bunch, but i don’t tell until the lord has first spoken !
i was thinking about that is the end of the 2k06, and asking myself what kind of extremely kicking ass ideas there will be in the forthcoming JUCE release for 2k07?
i’ve got a bunch, but i don’t tell until the lord has first spoken !
I haven’t got a big plan right now, but after I’ve got a couple of other projects finished in january, I think it’ll be a good time to have a serious think about this…
Happy new year all!
ok, i’m throwing in… (EDIT) i’m collecting all the ideas the people would like to throw in the bin (not the thrash bin!)…
Containers:
Graphics:
Audio:
Components:
OpenGL:
Distribution / Packaging:
Linux Specific:
Jucer:
i’ll continue to update this later, if people would like to contribute.
after we can make something like a poll, for see which ideas got the best votes ! (and hoping jules will hear us!)
yes, some good ideas there - keep 'em coming!
apart from the audio stuff, these ideas are coming along with a project i’m developing, is a sort of client-server map engine, focused on my town. it supports a variety of spatial vector formats (thanx to the server side) and georaster ones, it implements independent layer rtree indexing for working with thousands of points, it uses parallel threads for fetching data while still working on the components (non blocking). and it’s 100% extensible with nothing hardcoded… means you need to load another vector format or to attach to another server page that streams you something to display ? just write your driver and register it with the engine. and you can also write your driver dynamically, or control the map with the embedded scripting engine… and all is fluidificated with juce…
cool eh ?
Sounds good!
+1 for dockable stuff !!
If it is time for a gift list, then let’s go :
OpenGL:
OpenGL low level graphic context to let game developers finally have a decent in-game gui system (huge developer community ahead).
Better OpenGL thread support (with TimeSliceThread per opengl context) for 3D applications development
OpenGL context pixel formats, extensions, multi platform pbuffers support…
Audio:
MP3 audio format
Distribution / packaging:
Multi platform install, deinstall and update system for final applications
Multi platform Crash Agent framework for reporting unhandled errors
Multi platform build system - CMake is great !
Linux distribution using packages - this way Juce could be far more spread to linux community
SVN server, at least for easier diffing between versions
Jucer:
SVG export and import
XML import and export, and move the serialisation and instanciation code inside Juce so that it can be used to dynamically create Components from a Jucer-made “skin” …
Happy 2007 !
I have a pretty obvious wish (obvious for those who read my rants in the mac-section):
The ability to avoid the HI-stuff in mac specific juce, and draw directly to windows, like in the (good?) old days. I don’t know how this could be done, but maybe by doing a certain #define… If it can be included without too much work, then Juce will still be future-proof, but without leaving the G4 users with their *sses in the water-crust (as we say in Denmark - anywhere else?).
That would be neat
Happy newyear!
A
[quote=“amygdala”]
The ability to avoid the HI-stuff in mac specific juce, and draw directly to windows, like in the (good?) old days. I don’t know how this could be done, but maybe by doing a certain #define… If it can be included without too much work, then Juce will still be future-proof, but without leaving the G4 users with their *sses in the water-crust (as we say in Denmark - anywhere else?).[/quote]
I did this, it is pretty easy. Go back to old juce (1.34 i think), grab the MacWinowPeer class, move it into MacWindowing.cpp
then change the createComponentPeer class to create HiViewComponentPeer on Intel machines and MacWindowPeer on PPC
one more thing for the Jucer (this could be really cool !) :
[quote=“thomas”]one more thing for the Jucer (this could be really cool !) :
Interesting idea - I’ll note it down.