-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help checking / updating setup guides #7625
Comments
Yeah absolutely. I'll do the android one as apart of the new updates next week |
@ofTheo |
I've tested with 0.11 on Pi zero2, and PI4, found slight misalignements, will check this one this week and report. |
The Emscripten guide is still working for Linux and the Windows Subsystem for Linux. But I can check it again. |
Thanks everyone! |
For Emscripten I would add a note how to use multithreading... |
Xcode is done thanks to @alptugan 🎉 |
The image links seem to be broken. It looks fine in github, btw |
ahh I think if you look at the way the translated versions are the files need to be linked like this:
which corresponds to the file on the site:
so I think you would need to add: I just did a test to see: |
Actually ignore that @alptugan - I think the files are just not getting synched over. |
It's working now @alptugan - but I think we'll need some of those images a bit smaller :) |
@ofTheo my bad :) because of retina display. I resize and PR |
Do you need help checking something on Windows? |
Yes, please.
I’d be good to double check the Visual Studio install guide and see if it needs to be brought up to date for VS 2022.
|
OK, @ofTheo , here are some things I noticed: Install VS install is the same for 2022. Just that the components are newer: When I open an sln file in the examples, I get "One or more projects in the solution were not loaded correctly" message. It looks like the directory was set to be the zip file that oF was originally downloaded in: Using the Project Generator fixes this. However, the Project Generator also seems to generate projects with the v142 toolset, so you always have to retarget the solution. A newly generated project (or a preexisting solution from the examples folder) will give you the prompt for this, but when updating a project with the Project Generator (to add/remove addons), you need to right-click on the Solution in the Solution Explorer and choose Retarget Project: A section introducing the Project Generator seems like it'd be helpful. I guess bypassing it could avoid the the need to retarget(?), but it's otherwise a useful tool, so probably worth mentioning. Video Codecs Is K-Lite still needed on Windows with the new version? I thought there was a big change with the way Windows video playback is handled in the new version... openFrameworks plugin for Visual Studio |
Thanks @diemildefreude !
Did you run the examples from the zip file by any chance?
Yes, this is definitely intended behavior but maybe we could make sure it happens when you update a project it still asks to convert / retarget solution. That might just be a matter of removing a VS file in the project directory.
That's right it's no longer needed for most video files.
Definitely can be removed as well! Thank you!! |
@ofTheo I copied the oF folder from inside the zip into a folder outside of the zip file and then opened the solutions there. |
@ofTheo, I've been actively using the library with VSCode and msys2 on Windows. If you need any assistance or have specific requirements, I'm more than willing to help. I can verify configurations and offer support, and I'm even open to writing guides if that would be beneficial. Just let me know how I can contribute! |
Hey all!
Now 0.12.0 is out we'd love to get a little help checking and updating the current setup instructions for each platform.
We're looking for volunteers to review a current setup guide. eg: Xcode or Raspberry Pi and make suggestions / changes so it works with the current IDE and 0.12.0.
Guides:
Drops/Adds:
If you are interested in helping with a guide just drop a note in this issue.
The markdown files for the guides currently live here:
https://github.com/openframeworks/ofSite/tree/master/content/setup
A PR to the ofSite is ideal, but feel free to share a gist or by any means and we'll get it updated.
Many thanks!
The text was updated successfully, but these errors were encountered: