frontend-sdl2 icon indicating copy to clipboard operation
frontend-sdl2 copied to clipboard

Documentation required

Open r4dian opened this issue 5 years ago • 5 comments
trafficstars

Mac standalone version:

Where should presets be copied to work with this? Obviously theres no Winamp folder to put them in..

r4dian avatar Aug 10 '20 18:08 r4dian

Started adding content to the project Wiki. Will continue over the next days, adding both end-user, integration and core project developer documentation.

kblaschke avatar Nov 16 '21 19:11 kblaschke

What is the current status on documentation?

nova0052 avatar Apr 26 '22 04:04 nova0052

Still a work in progress, as we've not finished the API for the 4.0 release.

If you could state what kind of documentation you're missing, we might be able to put up something you can use.

Remember the current code is changing a lot, so we don't recommend basing any production work on it yet. You can still play around with it and test it, but be aware that the API can still change at any time until the first release candidate is out.

kblaschke avatar Apr 26 '22 09:04 kblaschke

I'm looking for basic build instructions that a regular Linux user could follow.

README.md directs Linux users to go to https://github.com/projectM-visualizer/frontend-sdl2/releases, which is empty, and that repo's readme is blank.

There is also an open issue on that repo asking for documentation, but it was opened months ago and no devs have responded.

nova0052 avatar May 06 '22 18:05 nova0052

The new SDL frontend is a full rewrite started earlier this year, and not yet finished. It has no install target for example and thus will only run from the build dir. I'll add proper build instructions once the app has matured enough to be used in production. Mischa recently added a short readme with basic build instructions.

Also note the library and frontends have been split up into separate repositories, so there will be spearate build instructions for each.

If you look for instructions on how to build libprojectM, the wiki already has the proper documentation: https://github.com/projectM-visualizer/projectm/wiki/Building-libprojectM

kblaschke avatar Jun 25 '22 16:06 kblaschke