Closed lcarlier closed 4 months ago
I just noticed that none of the examples are working
Unable to reproduce on latest stable Firefox, Chromium and Chrome on Manjaro Linux
I had to restart my PC. I went through an upgrade and probably something wasn't right.
glad it was something easy! Gonna close as finished :)
Must be the fasted bug resolution ever ;)
I'll take it! If you don't mind my asking, what do you think so far?
It's a very cool project!
I was very intrigued because it looks exactly like compiler explorer (I'm a big fan of that project) but with the fact that you get the GUI.
I never used OLC engine before but I'm following Javidx on Youtube. I think this project is a massive help for him as we can now experiment his engine without the faf of cloning and installing his library. I will definitelly play with OLC now.
If I may I would suggest adding Cmake support like so: https://godbolt.org/z/xvr1revxo I can imagine people developping and sharing actual useful application (like in the Jam) via this platform.
Thanks for making this tool! Very useful!
Matt Godbolt is a world treasure!! For the longest time Compiler Explorer was the yard stick by which I measured my progress and I use a few of the same libraries his Compiler Explorer uses (Golden Layout and Monaco Editor) to name the most obvious similarities.
Regarding "Projects". People have asked for multiple file/project style development, on the discord server. While I admit it might be cool it's also beyond the scope of PGEtinker's mission. PGEtinker is first and foremost a learning tool that can also be used to do quick prototyping and coding on the go.
It is my opinion that people wanting to develop a serious project should do so using serious tools, a proper IDE and compiler. My opinion about this might change, it depends on how many supporters ask for this feature.
That said, you mention jams. You can write a program using PGEtinker and under the Share menu is the option to download the entire PGE program as an HTML file. You can then host it on your own site, or upload it to your favorite jam platform (like itch.io)
You're very welcome and I'm glad you find it useful!
Describe the bug I'm trying to run the TEST_QuickGUI.cpp from OLC repo. https://github.com/OneLoneCoder/olcPixelGameEngine/blob/master/examples/TEST_QuickGUI.cpp
To Reproduce Steps to reproduce the behavior:
Expected behavior Expected to see the output. But I see an error
Screenshots
2 error seen in browser console
Desktop (please complete the following information):
Smartphone (please complete the following information): NA
Additional context NA