Search found 99 matches

by Calloway
Jun 5th, '19, 18:53
Forum: Working with GP
Topic: How to open a blank Window from the REPL?
Replies: 2
Views: 9712

Re: How to open a blank Window from the REPL?

Thank you! I was wondering why it kept crashing
Now this may be a bit vexatious, but how do you draw to the window :P
by Calloway
May 30th, '19, 00:45
Forum: Requests
Topic: An Update?
Replies: 3
Views: 11873

Re: An Update?

I might be able to donate or try and rally supporters for this project if there was some sort of patreon or gofundme or something
by Calloway
May 24th, '19, 13:26
Forum: Requests
Topic: An Update?
Replies: 3
Views: 11873

An Update?

Hey John I was just wondering what your thoughts were on the project?
It seems it has kind of slowed down :/
by Calloway
Apr 25th, '19, 20:45
Forum: Bugs
Topic: [minor]delete key doesn't seem to be detected
Replies: 2
Views: 10734

Re: [minor]delete key doesn't seem to be detected

it might be because it's being detected as a special functions key, are things like Control, Function, and Alt supported?
by Calloway
Apr 4th, '19, 23:59
Forum: Extending GP
Topic: Importing Libraries
Replies: 1
Views: 7777

Importing Libraries

Would it be possible to add your own Primitives into GP by (either) using TCC's interpreter or compiled C header files? I feel as if this would add a lot of interest into the project and also provide a way for students/teachers to expand off of if they are looking for something off of the GP's defau...
by Calloway
Apr 4th, '19, 23:56
Forum: Projects
Topic: 8 queens in GP
Replies: 1
Views: 6682

Re: 8 queens in GP

nice looks good :D
by Calloway
Mar 25th, '19, 05:30
Forum: Requests
Topic: Rename the stage to something else
Replies: 2
Views: 12168

Re: Rename the stage to something else

Whiteboard? Background? Layer 0?
Is the name aiming to be kid friendly or just different from Scratch's?
by Calloway
Feb 11th, '19, 01:36
Forum: Requests
Topic: Adding Stereo output?
Replies: 3
Views: 11231

Re: Adding Stereo output?

Ah I see, so a psuedo-stereo solution would be possible.
I'll try working the kinks out somehow

What're the startSpeech and stopSpeech primitives used for?
by Calloway
Dec 22nd, '18, 14:55
Forum: Requests
Topic: Get FPS
Replies: 3
Views: 7615

Re: Get FPS

'this' isn't necessarily an input, it's the object being modified (since GP is an Object-Oriented language). I might be easier to calculate your own FPS since that is just calculating how many frames are actually rendered per second and not the amount of instructions being interpreted. I'll try look...
by Calloway
Dec 7th, '18, 03:45
Forum: Requests
Topic: Get FPS
Replies: 3
Views: 7615

Re: Get FPS

There is no input?
It should just return a value if we're talking about the same block