Search found 97 matches
- Mar 20th, '20, 23:32
- Forum: Tips and Tutorials
- Topic: Primitives table with help text.
- Replies: 2
- Views: 6936
Re: Primitives table with help text.
Thank you, that is interresting, I thought GP can access more than only about 300 primitives :( It would be nice if we could extend GP at C level to add new primitives, for example for simpler interfaces with external programming languages such as Python or Lua, or generally to better interact with...
- Mar 6th, '20, 00:26
- Forum: Extending GP
- Topic: Community Cloud Variables
- Replies: 1
- Views: 2120
Community Cloud Variables
Hello all, today I'll start hosting free public cloud vars since the official ones seem to be down :) The server should be up 24/7 for the next 1-2 years and if there is enough support for this then it should be up indefinitely :D If you would like your own account just reply with your wanted userna...
- Mar 5th, '20, 23:09
- Forum: Requests
- Topic: Discord for better communication?
- Replies: 4
- Views: 3581
Re: Discord for better communication?
I'd be open to a discord :)
- Mar 5th, '20, 23:08
- Forum: Tips and Tutorials
- Topic: Simple Way to get Memory Available
- Replies: 6
- Views: 4387
Re: Simple Way to get Memory Available
Just out of curiosity what were you doing before to get the primitives lol
- Feb 28th, '20, 14:32
- Forum: Tips and Tutorials
- Topic: Simple Way to get Memory Available
- Replies: 6
- Views: 4387
Re: Simple Way to get Memory Available
I like your method a lot more lol, also you can right click it and press text code to copy and paste that into the forums
(if people want to import, they open a workspace and paste it then highlight all the text and press ctrl+b)
(if people want to import, they open a workspace and paste it then highlight all the text and press ctrl+b)
- Feb 9th, '20, 23:14
- Forum: Tips and Tutorials
- Topic: Simple Way to get Memory Available
- Replies: 6
- Views: 4387
Simple Way to get Memory Available
Here's a quick little script to help see how much memory is left in GP. (toNumber (join (at (at (words (mem)) 3) 2) (at (at (words (mem)) 3) 3) '.' (at (at (words (mem)) 3) 5))) scriptImage.png You could use this to help guide garbage collection in your project by calling it whenever the percentage ...
- Jan 18th, '20, 00:54
- Forum: Tips and Tutorials
- Topic: Notepad++ simple GP syntax highlighting
- Replies: 3
- Views: 10990
Re: Notepad++ simple GP syntax highlighting
Looks great! :D
- Jan 15th, '20, 04:02
- Forum: Requests
- Topic: An Update?
- Replies: 3
- Views: 1000
Re: An Update?
Yeah :/
- Jan 13th, '20, 08:14
- Forum: Requests
- Topic: An Update?
- Replies: 3
- Views: 1000
An Update?
Hey John, it's been a little over a year and a half since the last announcement can we pleaseee get an update of some kind?
- Dec 23rd, '19, 17:44
- Forum: Projects
- Topic: a study of loops, arrays and strings
- Replies: 1
- Views: 762
Re: a study of loops, arrays and strings
Haha I love it, nice work