Search found 99 matches

by Calloway
Jun 8th, '18, 18:12
Forum: Working with GP
Topic: Simulating the Reset Timer Block
Replies: 1
Views: 5601

Simulating the Reset Timer Block

I am confused on how one would simulate the reset timer block that is in Scratch without lagging the whole project...
Can anyone help me?
by Calloway
May 30th, '18, 06:32
Forum: Requests
Topic: Math Engine Overhaul?
Replies: 0
Views: 21367

Math Engine Overhaul?

Is there anyway to speed up GP's math engine?
Would it be possible to somehow implement the fastmath.h C/C++ library?..

It just seems like the a lot of the equations are a bit sluggish but it may just be the way I'm implementing them
by Calloway
May 30th, '18, 06:22
Forum: Extending GP
Topic: Code tab in GP
Replies: 4
Views: 8415

Re: Code tab in GP

If you manage to do this it would be another good 'selling point' for GP because it would allow for even more connections between the blocks and the code (assuming the situation is for education)
You've done a lot of work for GP I don't get why you're not a developer by now hehe
by Calloway
May 30th, '18, 02:44
Forum: Extending GP
Topic: Optimizing the VM
Replies: 1
Views: 5968

Optimizing the VM

Can someone with the source recompile the VM with optimization turned on (if you guys even compile with GCC) https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html theres information here about optimization levels and what they do. Since the VM is relatively small turning on all optimizations, usi...
by Calloway
May 29th, '18, 21:35
Forum: Working with GP
Topic: What's the Interpreter/Bootstrapper Programmed in?
Replies: 7
Views: 22973

Re: What's the Interpreter/Bootstrapper Programmed in?

Aw but isn't it planned to be open source?.. :/

Oh that's interesting, the VM is written in smalltalk then transpiled to C?
Hmm I really wish it was open sourced because then I can recompile with a different compiler and see if that makes it any better
by Calloway
May 29th, '18, 21:34
Forum: Extending GP
Topic: Code tab in GP
Replies: 4
Views: 8415

Re: Code tab in GP

Wait so this would make it possible to write with both blocks and code?
If you save the code does it show the block form of that code...

This is an interesting idea and I love it
by Calloway
May 22nd, '18, 19:02
Forum: Tips and Tutorials
Topic: How to add custom categories and blocks.
Replies: 2
Views: 6891

Re: How to add custom categories and blocks.

Do you think this should this be pinned?
Also could John or whoever runs the admin account make a separate forum category for modding GP or just an advanced topics?
by Calloway
May 22nd, '18, 19:00
Forum: Requests
Topic: Changing the Application Title?
Replies: 5
Views: 8998

Re: Changing the Application Title?

oo that would be useful for making syntax highlighting rules in a text editor (for editing gp files a little easier)
by Calloway
May 22nd, '18, 00:09
Forum: Requests
Topic: Changing the Application Title?
Replies: 5
Views: 8998

Re: Changing the Application Title?

Thank you again, how do you find these things??
by Calloway
May 20th, '18, 21:29
Forum: Working with GP
Topic: How to Differentiate Instances?
Replies: 1
Views: 5799

How to Differentiate Instances?

How would I differentiate instances? Like give an ID or some sort of control over individual instances