Hey John I was just wondering what your thoughts were on the project?
It seems it has kind of slowed down :/
Search found 97 matches
- May 24th, '19, 13:26
- Forum: Requests
- Topic: An Update?
- Replies: 3
- Views: 1646
- Apr 25th, '19, 20:45
- Forum: Bugs
- Topic: [minor]delete key doesn't seem to be detected
- Replies: 2
- Views: 1512
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?
- Apr 4th, '19, 23:59
- Forum: Extending GP
- Topic: Importing Libraries
- Replies: 1
- Views: 1167
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...
- Apr 4th, '19, 23:56
- Forum: Projects
- Topic: 8 queens in GP
- Replies: 1
- Views: 1034
Re: 8 queens in GP
nice looks good :D
- Mar 25th, '19, 05:30
- Forum: Requests
- Topic: Rename the stage to something else
- Replies: 2
- Views: 1831
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?
Is the name aiming to be kid friendly or just different from Scratch's?
- Feb 11th, '19, 01:36
- Forum: Requests
- Topic: Adding Stereo output?
- Replies: 3
- Views: 2530
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?
I'll try working the kinks out somehow
What're the startSpeech and stopSpeech primitives used for?
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...
Re: Get FPS
There is no input?
It should just return a value if we're talking about the same block
It should just return a value if we're talking about the same block
- Nov 20th, '18, 18:29
- Forum: Projects
- Topic: sudoku solver in GP!
- Replies: 2
- Views: 1501
Re: sudoku solver in GP!
Woah that's really cool!
- Nov 13th, '18, 01:03
- Forum: Working with GP
- Topic: Initiate Arrays, Lists, etc.
- Replies: 2
- Views: 1830
Initiate Arrays, Lists, etc.
Is there any set way to set a variable to an array of a certain size or a list of the same stature?
Or pretty much anything that isn't a string or number (for example, a table)
Or pretty much anything that isn't a string or number (for example, a table)