Kyle Geske

Results 9 comments of Kyle Geske

I would also like a way to embed only the sketch itself. I created interactive sketches for [an applied math course](https://stungeye.github.io/Applied-Math-For-Games-1/), but the embeds are now all broken. The following...

Thanks for the heads up. I'll roll this fix into the source.

A follow-up on "Alternatives": Projects built using the projectGenerator work nicely in VS2019. Retarget platform on first load and then build/run as usual.

Hi @NicTanghe. I've been using openframeworks successfully with VS2019 for the past few months. I generate new project using the included projectGenerator app. When opening the project for the first...

@NicTanghe The project generator comes with the oF zip for Visual Studio, [currently here](https://openframeworks.cc/versions/v0.11.0/of_v0.11.0_vs2017_release.zip). You will need to extract this zip to a known location on your hard drive. You...

@NicTanghe Nice. Glad to hear it's working. For the record in VS2019 I had to install "Desktop development with C++" and "Universal Windows Platform Development" Workloads via "Tools -> Get...

Perhaps there could be an option when creating a new p5 project to automatically download the latest version of p5, rather than use the one packaged with this plugin.

I am also seeing this error on Windows 11 (from Command Prompt or Powershell) when using `llm chat -m modelname` for both a local Meta-Llama-3-8B-Instruct model and the groq-openai-llama3 API....

@jplusc Thanks! I can confirm that using your fork of `pyreadline3` fixes the issue and allows me to run `llm` in chat mode.